Blame SPECS/sane-backends.spec

9e182c
# let -devel require drivers to make them available as multilib
9e182c
%global needs_multilib_quirk 1
9e182c
9e182c
%global _hardened_build 1
9e182c
9e182c
%global libusb1 1
9e182c
9e182c
%global __provides_exclude_from ^%{_libdir}/sane/.*\.so.*$
9e182c
%global __requires_exclude ^libsane-.*\.so\.[0-9]*(\(\).*)?+$
9e182c
9e182c
%global _maindocdir %{_docdir}/%{name}
9e182c
%global _docdocdir %{_docdir}/%{name}-doc
9e182c
9e182c
Summary: Scanner access software
9e182c
Name: sane-backends
9e182c
Version: 1.0.32
9e182c
Release: 6%{?dist}
9e182c
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
9e182c
# Tools are GPLv2+, docs are public domain
9e182c
# see LICENSE for details
9e182c
License: GPLv2+ and GPLv2+ with exceptions and Public Domain and IJG and LGPLv2+ and MIT
9e182c
# GitLab Download URLs are amazing. But the source code link has different name and doesnt have generated autotools stuff
9e182c
Source0: https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/%{name}-%{version}.tar.gz
9e182c
9e182c
Source1: sane.png
9e182c
Source2: saned.socket
9e182c
Source3: saned@.service.in
9e182c
Source4: README.Fedora
9e182c
Source5: 66-saned.rules
9e182c
9e182c
# Fedora-specific, probably not generally applicable:
9e182c
Patch0: sane-backends-1.0.25-udev.patch
9e182c
# Fedora-specific (for now): don't use the same SONAME for backend libs and
9e182c
# main lib
9e182c
Patch1: sane-backends-1.0.23-soname.patch
9e182c
# Fedora-specific (for now): make installed sane-config multi-lib aware again
9e182c
Patch2: sane-backends-1.0.23-sane-config-multilib.patch
9e182c
# 1934308 - Several Epson devices cannot scan because they fail to set focus
9e182c
Patch3: sane-epson2-disable-focus.patch
9e182c
9e182c
URL: http://www.sane-project.org
9e182c
9e182c
BuildRequires: gettext
9e182c
# gcc is no longer in buildroot by default
9e182c
BuildRequires: gcc
9e182c
# genesys backend is not written in C++, so it is needed as buildrequire
9e182c
BuildRequires: gcc-c++
9e182c
BuildRequires: gphoto2-devel
9e182c
BuildRequires: %{_bindir}/latex
9e182c
BuildRequires: libieee1284-devel
9e182c
BuildRequires: libjpeg-devel
9e182c
BuildRequires: libpng-devel
9e182c
BuildRequires: libtiff-devel
9e182c
%if %libusb1
9e182c
BuildRequires: libusbx-devel
9e182c
%else
9e182c
BuildRequires: libusb-devel
9e182c
%endif
9e182c
BuildRequires: libv4l-devel
9e182c
# uses make
9e182c
BuildRequires: make
9e182c
# pixma backend generates header files during build via python script
9e182c
BuildRequires: python3
9e182c
BuildRequires: systemd-devel
9e182c
BuildRequires: systemd
9e182c
# needed by macros in rpm scriptlets
9e182c
BuildRequires: systemd-rpm-macros
9e182c
9e182c
Requires: libpng
9e182c
%if 0%{?fedora} >= 32 || 0%{?rhel} > 8
9e182c
Requires: sane-airscan
9e182c
%endif
9e182c
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
Requires: systemd >= 196
9e182c
Requires: systemd-udev >= 196
9e182c
9e182c
# workaround for Brother scanners, which drivers are built with old libnsl
9e182c
# it is ignored by DNF, but it seems GUI installation apps should offer it
9e182c
# if it is not installed, it leads to crashes like #1778425
9e182c
Suggests: libnsl
9e182c
9e182c
%description
9e182c
Scanner Access Now Easy (SANE) is a universal scanner interface.  The
9e182c
SANE application programming interface (API) provides standardized
9e182c
access to any raster image scanner hardware (flatbed scanner,
9e182c
hand-held scanner, video and still cameras, frame-grabbers, etc.).
9e182c
9e182c
%package doc
9e182c
Summary: SANE backends documentation
9e182c
BuildArch: noarch
9e182c
# Don't drag around obsoletes forever
9e182c
9e182c
%description doc
9e182c
This package contains documentation for SANE backends.
9e182c
9e182c
%package libs
9e182c
Summary: SANE libraries
9e182c
Recommends: %{name}-drivers-cameras%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
Recommends: %{name}-drivers-scanners%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
9e182c
%description libs
9e182c
This package contains the SANE libraries which are needed by applications that
9e182c
want to access scanners.
9e182c
9e182c
%package devel
9e182c
Summary: SANE development toolkit
9e182c
Requires: libieee1284-devel
9e182c
Requires: libjpeg-devel
9e182c
Requires: libtiff-devel
9e182c
%if %libusb1
9e182c
Requires: libusbx-devel
9e182c
%else
9e182c
Requires: libusb-devel
9e182c
%endif
9e182c
Requires: pkgconfig
9e182c
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
%if %needs_multilib_quirk
9e182c
Requires: sane-backends-drivers-scanners%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
Requires: sane-backends-drivers-cameras%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
%endif
9e182c
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
9e182c
%description devel
9e182c
This package contains libraries and header files for writing Scanner Access Now
9e182c
Easy (SANE) modules.
9e182c
9e182c
%package drivers-scanners
9e182c
Summary: SANE backend drivers for scanners
9e182c
# pixma backend now requires libxml2
9e182c
BuildRequires: libxml2-devel
9e182c
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
9e182c
%description drivers-scanners
9e182c
This package contains backend drivers to access scanner hardware through SANE.
9e182c
9e182c
%package drivers-cameras
9e182c
Summary: Scanner backend drivers for digital cameras
9e182c
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
9e182c
%description drivers-cameras
9e182c
This package contains backend drivers to access digital cameras through SANE.
9e182c
9e182c
%package daemon
9e182c
Summary: Scanner network daemon
9e182c
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9e182c
9e182c
Requires(pre): shadow-utils
9e182c
9e182c
%description daemon
9e182c
This package contains saned which is the daemon that allows remote clients to
9e182c
access image acquisition devices available on the local host.
9e182c
9e182c
%prep
9e182c
%setup -q
9e182c
9e182c
%patch0 -p1 -b .udev
9e182c
%patch1 -p1 -b .soname
9e182c
%patch2 -p1 -b .sane-config-multilib
9e182c
%patch3 -p1 -b .disable-focus
9e182c
9e182c
%build
9e182c
CFLAGS="%optflags -fno-strict-aliasing"
9e182c
%if ! 0%{?_hardened_build}
9e182c
# use PIC/PIE because SANE-enabled software is likely to deal with data coming
9e182c
# from untrusted sources (client <-> saned via network)
9e182c
CFLAGS="$CFLAGS -fPIC"
9e182c
LDFLAGS="-pie"
9e182c
%endif
9e182c
%configure \
9e182c
    --with-gphoto2=%{_prefix} \
9e182c
    --with-docdir=%{_maindocdir} \
9e182c
    --with-systemd \
9e182c
    --disable-locking --disable-rpath \
9e182c
%if %libusb1
9e182c
    --with-usb \
9e182c
%endif
9e182c
    --enable-pthread
9e182c
%make_build
9e182c
9e182c
# Write udev/hwdb files
9e182c
_topdir="$PWD"
9e182c
pushd tools
9e182c
./sane-desc -m udev+hwdb -s "${_topdir}/doc/descriptions:${_topdir}/doc/descriptions-external" -d0 > udev/sane-backends.rules
9e182c
./sane-desc -m hwdb -s "${_topdir}/doc/descriptions:${_topdir}/doc/descriptions-external" -d0 > udev/sane-backends.hwdb
9e182c
9e182c
popd
9e182c
9e182c
%install
9e182c
%make_install
9e182c
9e182c
mkdir -p %{buildroot}%{_datadir}/pixmaps
9e182c
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
9e182c
rm -f %{buildroot}%{_bindir}/gamma4scanimage
9e182c
rm -f %{buildroot}%{_mandir}/man1/gamma4scanimage.1*
9e182c
rm -f %{buildroot}%{_libdir}/sane/*.a %{buildroot}%{_libdir}/*.a
9e182c
rm -f %{buildroot}%{_libdir}/libsane*.la %{buildroot}%{_libdir}/sane/*.la
9e182c
9e182c
mkdir -p %{buildroot}%{_udevrulesdir}
9e182c
mkdir -p %{buildroot}%{_udevhwdbdir}
9e182c
install -m 0644 tools/udev/sane-backends.rules %{buildroot}%{_udevrulesdir}/65-sane-backends.rules
9e182c
install -m 0644 tools/udev/sane-backends.hwdb %{buildroot}%{_udevhwdbdir}/20-sane-backends.hwdb
9e182c
install -m 0644 %{SOURCE5} %{buildroot}%{_udevrulesdir}/66-saned.rules
9e182c
9e182c
mkdir -p %{buildroot}%{_libdir}/pkgconfig
9e182c
install -m 0644 tools/sane-backends.pc %{buildroot}%{_libdir}/pkgconfig/
9e182c
9e182c
mkdir %{buildroot}%{_docdocdir}
9e182c
pushd %{buildroot}%{_maindocdir}
9e182c
for f in *; do
9e182c
    if [ -d "$f" ]; then
9e182c
        mv "$f" "%{buildroot}%{_docdocdir}/${f}"
9e182c
    else
9e182c
        case "$f" in
9e182c
        AUTHORS|ChangeLog|COPYING|LICENSE|NEWS|PROBLEMS|README|README.linux)
9e182c
            ;;
9e182c
        backend-writing.txt|PROJECTS|sane-*.html)
9e182c
            mv "$f" "%{buildroot}%{_docdocdir}/${f}"
9e182c
            ;;
9e182c
        *)
9e182c
            rm -rf "$f"
9e182c
            ;;
9e182c
        esac
9e182c
    fi
9e182c
done
9e182c
popd
9e182c
9e182c
install -m 644 %{SOURCE4} %{buildroot}%{_maindocdir}
9e182c
9e182c
install -m 755 -d %{buildroot}%{_unitdir}
9e182c
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
9e182c
sed 's|@CONFIGDIR@|%{_sysconfdir}/sane.d|g' < %{SOURCE3} > saned@.service
9e182c
install -m 644 saned@.service %{buildroot}%{_unitdir}
9e182c
9e182c
%ifarch armv7hl
9e182c
rm -f %{buildroot}%{_libdir}/sane/libsane-qcam.so
9e182c
%endif
9e182c
9e182c
%find_lang %name
9e182c
9e182c
%post
9e182c
udevadm hwdb --update >/dev/null 2>&1 || :
9e182c
9e182c
# check if there is autodiscovery enabled in epsonds.conf
9e182c
autodiscovery=`%{_bindir}/grep -E '^[[:space:]]*net[[:space:]]*autodiscovery' /etc/sane.d/epsonds.conf`
9e182c
if [ -n "$autodiscovery" ]
9e182c
then
9e182c
  # comment out 'net autodiscovery' if it is not commented out
9e182c
  %{_bindir}/sed -i 's,^[[:space:]]*net[[:space:]]*autodiscovery,#net autodiscovery,g' /etc/sane.d/epsonds.conf
9e182c
fi
9e182c
9e182c
%postun
9e182c
udevadm hwdb --update >/dev/null 2>&1 || :
9e182c
9e182c
%ldconfig_scriptlets libs
9e182c
9e182c
%pre daemon
9e182c
getent group saned >/dev/null || groupadd -r saned
9e182c
getent passwd saned >/dev/null || \
9e182c
    useradd -r -g saned -d %{_datadir}/sane -s /sbin/nologin \
9e182c
		-c "SANE scanner daemon user" saned
9e182c
exit 0
9e182c
9e182c
%post daemon
9e182c
%systemd_post saned.socket
9e182c
9e182c
%preun daemon
9e182c
%systemd_preun saned.socket
9e182c
9e182c
%postun daemon
9e182c
%systemd_postun_with_restart saned.socket
9e182c
9e182c
%files -f %{name}.lang
9e182c
%dir %{_maindocdir}
9e182c
%doc %{_maindocdir}/AUTHORS
9e182c
%doc %{_maindocdir}/ChangeLog
9e182c
%doc %{_maindocdir}/NEWS
9e182c
%doc %{_maindocdir}/PROBLEMS
9e182c
%doc %{_maindocdir}/README*
9e182c
%license %{_maindocdir}/COPYING
9e182c
%license %{_maindocdir}/LICENSE
9e182c
%dir /etc/sane.d
9e182c
%dir /etc/sane.d/dll.d
9e182c
%config(noreplace) /etc/sane.d/*.conf
9e182c
%{_udevrulesdir}/65-sane-backends.rules
9e182c
%{_udevhwdbdir}/20-sane-backends.hwdb
9e182c
%{_datadir}/pixmaps/sane.png
9e182c
9e182c
%{_bindir}/sane-find-scanner
9e182c
%{_bindir}/scanimage
9e182c
%{_bindir}/umax_pp
9e182c
9e182c
%exclude %{_mandir}/man1/sane-config.1*
9e182c
%exclude %{_mandir}/man8/saned*
9e182c
%{_mandir}/*/*
9e182c
9e182c
%dir %{_libdir}/sane
9e182c
%dir %{_datadir}/sane
9e182c
9e182c
%files doc
9e182c
%doc %{_docdocdir}
9e182c
9e182c
%files libs
9e182c
%{_libdir}/libsane.so.1
9e182c
%{_libdir}/libsane.so.1.0.32
9e182c
9e182c
%files devel
9e182c
%{_bindir}/sane-config
9e182c
%{_mandir}/man1/sane-config.1*
9e182c
%{_includedir}/sane
9e182c
%{_libdir}/libsane.so
9e182c
%{_libdir}/pkgconfig/sane-backends.pc
9e182c
9e182c
%files drivers-scanners
9e182c
# we need to specify all .so files for available backends because something like
9e182c
# #1761145 can happen - genesys did not compile because of lack gcc-c++ in buildroot
9e182c
# and configure printed only warning. So now we can figure out missing backend support
9e182c
# during build
9e182c
%{_libdir}/sane/libsane-abaton.so
9e182c
%{_libdir}/sane/libsane-agfafocus.so
9e182c
%{_libdir}/sane/libsane-apple.so
9e182c
%{_libdir}/sane/libsane-artec.so
9e182c
%{_libdir}/sane/libsane-artec_eplus48u.so
9e182c
%{_libdir}/sane/libsane-as6e.so
9e182c
%{_libdir}/sane/libsane-avision.so
9e182c
%{_libdir}/sane/libsane-bh.so
9e182c
%{_libdir}/sane/libsane-canon.so
9e182c
%{_libdir}/sane/libsane-canon630u.so
9e182c
%{_libdir}/sane/libsane-canon_dr.so
9e182c
%{_libdir}/sane/libsane-canon_lide70.so
9e182c
%{_libdir}/sane/libsane-canon_pp.so
9e182c
%{_libdir}/sane/libsane-cardscan.so
9e182c
%{_libdir}/sane/libsane-coolscan.so
9e182c
%{_libdir}/sane/libsane-coolscan2.so
9e182c
%{_libdir}/sane/libsane-coolscan3.so
9e182c
%{_libdir}/sane/libsane-dc210.so
9e182c
%{_libdir}/sane/libsane-dc240.so
9e182c
%{_libdir}/sane/libsane-dc25.so
9e182c
%{_libdir}/sane/libsane-dell1600n_net.so
9e182c
%{_libdir}/sane/libsane-dll.so
9e182c
%{_libdir}/sane/libsane-dmc.so
9e182c
%{_libdir}/sane/libsane-epjitsu.so
9e182c
%{_libdir}/sane/libsane-epson.so
9e182c
%{_libdir}/sane/libsane-epson2.so
9e182c
%{_libdir}/sane/libsane-epsonds.so
9e182c
%{_libdir}/sane/libsane-fujitsu.so
9e182c
%{_libdir}/sane/libsane-genesys.so
9e182c
%{_libdir}/sane/libsane-gt68xx.so
9e182c
%{_libdir}/sane/libsane-hp.so
9e182c
%{_libdir}/sane/libsane-hp3500.so
9e182c
%{_libdir}/sane/libsane-hp3900.so
9e182c
%{_libdir}/sane/libsane-hp4200.so
9e182c
%{_libdir}/sane/libsane-hp5400.so
9e182c
%{_libdir}/sane/libsane-hp5590.so
9e182c
%{_libdir}/sane/libsane-hpljm1005.so
9e182c
%{_libdir}/sane/libsane-hpsj5s.so
9e182c
%{_libdir}/sane/libsane-hs2p.so
9e182c
%{_libdir}/sane/libsane-ibm.so
9e182c
%{_libdir}/sane/libsane-kodak.so
9e182c
%{_libdir}/sane/libsane-kodakaio.so
9e182c
%{_libdir}/sane/libsane-kvs1025.so
9e182c
%{_libdir}/sane/libsane-kvs20xx.so
9e182c
%{_libdir}/sane/libsane-kvs40xx.so
9e182c
%{_libdir}/sane/libsane-leo.so
9e182c
%{_libdir}/sane/libsane-lexmark.so
9e182c
%{_libdir}/sane/libsane-ma1509.so
9e182c
%{_libdir}/sane/libsane-magicolor.so
9e182c
%{_libdir}/sane/libsane-matsushita.so
9e182c
%{_libdir}/sane/libsane-microtek.so
9e182c
%{_libdir}/sane/libsane-microtek2.so
9e182c
%{_libdir}/sane/libsane-mustek.so
9e182c
%{_libdir}/sane/libsane-mustek_pp.so
9e182c
%{_libdir}/sane/libsane-mustek_usb.so
9e182c
%{_libdir}/sane/libsane-mustek_usb2.so
9e182c
%{_libdir}/sane/libsane-nec.so
9e182c
%{_libdir}/sane/libsane-net.so
9e182c
%{_libdir}/sane/libsane-niash.so
9e182c
%{_libdir}/sane/libsane-p5.so
9e182c
%{_libdir}/sane/libsane-pie.so
9e182c
%{_libdir}/sane/libsane-pieusb.so
9e182c
%{_libdir}/sane/libsane-pixma.so
9e182c
%{_libdir}/sane/libsane-plustek.so
9e182c
%{_libdir}/sane/libsane-plustek_pp.so
9e182c
# qcam is not on aarch64, ppc64le and s390x. SANE needs
9e182c
# ioperm, inb and outb functions or portaccess function
9e182c
# to support qcam backend. Those functions are only in
9e182c
# armv7hl (until F30), i686 and x86_64 architectures.
9e182c
# Because qcam is missing on some archs and releases,
9e182c
# I'll leave here a wildcard record
9e182c
%ifarch x86_64 i686
9e182c
%{_libdir}/sane/libsane-qcam.so
9e182c
%endif
9e182c
%{_libdir}/sane/libsane-ricoh.so
9e182c
%{_libdir}/sane/libsane-ricoh2.so
9e182c
%{_libdir}/sane/libsane-rts8891.so
9e182c
%{_libdir}/sane/libsane-s9036.so
9e182c
%{_libdir}/sane/libsane-sceptre.so
9e182c
%{_libdir}/sane/libsane-sharp.so
9e182c
%{_libdir}/sane/libsane-sm3600.so
9e182c
%{_libdir}/sane/libsane-sm3840.so
9e182c
%{_libdir}/sane/libsane-snapscan.so
9e182c
%{_libdir}/sane/libsane-sp15c.so
9e182c
%{_libdir}/sane/libsane-st400.so
9e182c
%{_libdir}/sane/libsane-stv680.so
9e182c
%{_libdir}/sane/libsane-tamarack.so
9e182c
%{_libdir}/sane/libsane-teco1.so
9e182c
%{_libdir}/sane/libsane-teco2.so
9e182c
%{_libdir}/sane/libsane-teco3.so
9e182c
%{_libdir}/sane/libsane-test.so
9e182c
%{_libdir}/sane/libsane-u12.so
9e182c
%{_libdir}/sane/libsane-umax.so
9e182c
%{_libdir}/sane/libsane-umax1220u.so
9e182c
%{_libdir}/sane/libsane-umax_pp.so
9e182c
%{_libdir}/sane/libsane-v4l.so
9e182c
%{_libdir}/sane/libsane-xerox_mfp.so
9e182c
%{_libdir}/sane/*.so.1
9e182c
%{_libdir}/sane/*.so.1.0.32
9e182c
9e182c
%exclude %{_libdir}/sane/*gphoto2.so*
9e182c
9e182c
%files drivers-cameras
9e182c
%{_libdir}/sane/libsane-gphoto2.so
9e182c
%{_libdir}/sane/libsane-gphoto2.so.1
9e182c
%{_libdir}/sane/libsane-gphoto2.so.1.0.32
9e182c
9e182c
%files daemon
9e182c
%{_sbindir}/saned
9e182c
%{_mandir}/man8/saned*
9e182c
%{_udevrulesdir}/66-saned.rules
9e182c
%{_unitdir}/saned.socket
9e182c
%{_unitdir}/saned@.service
9e182c
9e182c
%changelog
9e182c
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.32-6
9e182c
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
9e182c
  Related: rhbz#1991688
9e182c
9e182c
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.32-5
9e182c
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
9e182c
9e182c
* Tue Mar 09 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.32-4
9e182c
- 1934308 - Several Epson devices cannot scan because they fail to set focus
9e182c
9e182c
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.32-3
9e182c
- Rebuilt for updated systemd-rpm-macros
9e182c
  See https://pagure.io/fesco/issue/2583.
9e182c
9e182c
* Thu Feb 18 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.32-2
9e182c
- python3 is now needed for building pixma backend
9e182c
9e182c
* Tue Feb 16 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.32-1
9e182c
- 1928484 - sane-backends-1.0.32 is available
9e182c
9e182c
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.31-5
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9e182c
9e182c
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-4
9e182c
- make is no longer in buildroot by default
9e182c
9e182c
* Fri Oct 09 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-3
9e182c
- 1750899 - CANOSCAN N650U scanner device not correctly detected via USB
9e182c
9e182c
* Mon Sep 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-2
9e182c
- make the base package depend on sane-airscan instead of libsane-airscan lib
9e182c
9e182c
* Mon Aug 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-1
9e182c
- 1.0.31, backend cannon_lide70 added
9e182c
9e182c
* Mon Aug 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.30-4
9e182c
- get libsane-airscan backend as one of backends
9e182c
9e182c
* Tue Jul 28 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.30-3
9e182c
- add a scriptlet to disable epsonds autodiscovery in case an user changed epsonds.conf
9e182c
9e182c
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.0.30-2
9e182c
- Use make macros
9e182c
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
9e182c
9e182c
* Tue May 19 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.30-1
9e182c
- 1.0.30
9e182c
9e182c
* Mon May 11 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-8
9e182c
- 1778425 - scanimage segfaults for brother scan drivers due missing deprecated libnsl
9e182c
- spec file fixes - add link to upstream issue, correct source url
9e182c
9e182c
* Thu Apr 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-7
9e182c
- remove escl backend - will be merged into sane-airscan in the future, so stop shipping it
9e182c
  to prevent escl going into RHEL
9e182c
9e182c
* Mon Mar 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-6
9e182c
- complete fix for #1807751
9e182c
9e182c
* Mon Mar 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-5
9e182c
- 1807751 - [abrt] sane-backends: std::__replacement_assert(): scanimage killed by SIGABRT
9e182c
9e182c
* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-4
9e182c
- really fix it...
9e182c
9e182c
* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-3
9e182c
- typo in install phase...
9e182c
9e182c
* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-2
9e182c
- remove qcam from armv7hl
9e182c
9e182c
* Mon Feb 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-1
9e182c
- 1.0.29
9e182c
9e182c
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.28-7
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
9e182c
9e182c
* Wed Jan 15 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-6
9e182c
- add buildrequires on systemd-rpm-macros
9e182c
9e182c
* Thu Oct 31 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-5
9e182c
- 1761530 - apply upstream patch
9e182c
9e182c
* Fri Oct 18 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-4
9e182c
- Ad 1761530 - actually apply the patch...
9e182c
9e182c
* Thu Oct 17 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-3
9e182c
- qcam backend support is tricky among different Fedora releases and archs - let the wildcard cover it
9e182c
9e182c
* Thu Oct 17 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-2
9e182c
- 1761145, 1761001, 1761051, 1761234 - genesys backend now needs gcc-c++, it is not built otherwise
9e182c
- 1758886 - CanoScan LiDE scanners supported by genesys backend are not detected
9e182c
- 1760916 - Samsung C460 does not have JPEG support
9e182c
- 1761530 - genesys aborts when accessing invalid vector index and built with GLIBCXX_ASSERTIONS
9e182c
- remove qcam from armvhl7 too
9e182c
9e182c
* Mon Sep 30 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-1
9e182c
- 1.0.28
9e182c
9e182c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-25
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
9e182c
9e182c
* Thu Jul 18 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-24
9e182c
- 1730698 - add Canon CanonScan LiDE 300 support
9e182c
9e182c
* Wed Apr 03 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-23
9e182c
- mustek backend crashed from stack smashing (upstream issue #71)
9e182c
9e182c
* Mon Feb 04 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-22
9e182c
- 1671510 - Incorrect udev rule in sane-backends
9e182c
9e182c
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-21
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
9e182c
9e182c
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-20
9e182c
- corrected license
9e182c
9e182c
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-19
9e182c
- changed URL
9e182c
9e182c
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-18
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
9e182c
9e182c
* Thu Apr 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-17
9e182c
- revert samsung patch
9e182c
9e182c
* Tue Apr 17 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-16
9e182c
- 1554032 - saned doesn't have permissions to write on usb port - updated
9e182c
9e182c
* Mon Mar 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-15
9e182c
- 1554032 - saned doesn't have permissions to write on usb port
9e182c
- updated README.Fedora - mention epson official drivers
9e182c
9e182c
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-14
9e182c
- name soname suffix explicitly
9e182c
9e182c
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-13
9e182c
- gcc is no longer in buildroot by default
9e182c
9e182c
* Wed Feb 14 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-12
9e182c
- 1540370 - Black vertical band in color and gray images with Canon LIDE 100 scanner
9e182c
9e182c
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-11
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
9e182c
9e182c
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.27-10
9e182c
- Switch to %%ldconfig_scriptlets
9e182c
9e182c
* Mon Jan 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-9
9e182c
- fixing configure option --with-usb
9e182c
- 1530216 - Samsung scanners need proprietary driver for working [Fedora-ALL]
9e182c
9e182c
* Thu Dec 14 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-8
9e182c
- 1525293 - PNG scans should be enabled
9e182c
9e182c
* Wed Nov 22 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-7
9e182c
- 1515762 - saned manpage incomplete and exists when saned is not installed
9e182c
- removing 1504412
9e182c
9e182c
* Fri Oct 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-6
9e182c
- 1504412 - Scanning using a Canon PiXMA multi-function scanner extremely unreliable 
9e182c
9e182c
* Tue Aug 15 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-5
9e182c
- requiring systemd-udev, because sane-backends puts files into its directories
9e182c
  and own maindocdir
9e182c
9e182c
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-4
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
9e182c
9e182c
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-3
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
9e182c
9e182c
* Mon Jun 26 2017 Nils Philippsen <nils@redhat.com> - 1.0.27-2
9e182c
- fix backend driver soft dependencies (#1446842)
9e182c
9e182c
* Tue May 23 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-1
9e182c
- rebase to 1.0.27
9e182c
9e182c
* Wed Mar 22 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.25-7
9e182c
- 1428886 - CVE-2017-6318 sane-backends: SANE_NET_CONTROL_OPTION response packet may contain memory contents of the server [fedora-all]
9e182c
9e182c
* Tue Mar 14 2017 Nils Philippsen <nils@redhat.com> - 1.0.25-6
9e182c
- avision: add "skip-adf" option (#1288712)
9e182c
9e182c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.25-5
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
9e182c
9e182c
* Wed Oct 19 2016 Nils Philippsen <nils@redhat.com> - 1.0.25-4
9e182c
- use correct group name saned instead of placeholder
9e182c
- add user for saned (d'oh)
9e182c
9e182c
* Fri Oct 07 2016 Nils Philippsen <nils@redhat.com> - 1.0.25-3
9e182c
- use %%license for license files
9e182c
- remove some obsolete cruft from the spec file
9e182c
- split off saned into daemon subpackage
9e182c
- add socket activation support for saned (#1091566)
9e182c
9e182c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.25-2
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9e182c
9e182c
* Tue Jan 19 2016 Nils Philippsen <nils@redhat.com>
9e182c
- use %%global instead of %%define
9e182c
9e182c
* Thu Oct 08 2015 Nils Philippsen <nils@redhat.com> - 1.0.25-1
9e182c
- version 1.0.25
9e182c
- remove obsolete patches: epson-expression800, hwdb, pixma_bjnp-crash,
9e182c
  static-code-check, scsi-permissions, format-security, snprintf-license,
9e182c
  usb3-xhci
9e182c
- update udev patch
9e182c
- ship umax_pp tool
9e182c
- remove comments containing macros
9e182c
- add weak dependency on backend drivers to libs subpackage
9e182c
9e182c
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-15
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
9e182c
9e182c
* Tue Jun 09 2015 Nils Philippsen <nils@redhat.com> - 1.0.24-14
9e182c
- reformat and rename snprintf-cleanroom patch
9e182c
- backport USB3 xhci patch from upstream master (#1228954)
9e182c
9e182c
* Mon Jun 08 2015 Nils Philippsen <nils@redhat.com> - 1.0.24-14
9e182c
- apply format-security patch, drop format-security2 patch
9e182c
9e182c
* Tue Jan 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.24-13
9e182c
- Rebuild (libgphoto2)
9e182c
9e182c
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-12
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9e182c
9e182c
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-11
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9e182c
9e182c
* Thu May 29 2014 Tom Callaway <spot@fedoraproject.org> - 1.0.24-10
9e182c
- update lib/snprintf.c to resolve license issue (#1102520)
9e182c
9e182c
* Mon Apr 14 2014 Jaromir Capik <jcapik@redhat.com> - 1.0.24-9
9e182c
- Fixing format-security flaws
9e182c
9e182c
* Wed Dec 04 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-8
9e182c
- use string literals as format strings (#1037316)
9e182c
9e182c
* Wed Nov 20 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-7
9e182c
- set correct permissions for SCSI devices (#1028549)
9e182c
9e182c
* Thu Nov 07 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-6
9e182c
- epson: don't leak memory if realloc() fails
9e182c
9e182c
* Thu Nov 07 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-5
9e182c
- fix issues found during static code check
9e182c
9e182c
* Tue Oct 29 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-4
9e182c
- fix crash in pixma driver (#1021653)
9e182c
9e182c
* Thu Oct 24 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-3
9e182c
- generate hwdb files correctly (#1018565)
9e182c
9e182c
* Wed Oct 16 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-2
9e182c
- update udev hwdb on installation/removal
9e182c
9e182c
* Wed Oct 09 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-1
9e182c
- version 1.0.24
9e182c
- use (hopefully stable) Alioth download URL
9e182c
- update udev patch, remove obsolete patches
9e182c
- use udev hwdb instead of huge rulesets
9e182c
9e182c
* Mon Sep 09 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-18
9e182c
- build against libusb-1.0 on Fedora >= 18 (#1003193)
9e182c
- require libusbx-devel instead of libusb1-devel which is obsolete
9e182c
9e182c
* Wed Sep 04 2013 Hans de Goede <hdegoede@redhat.com> - 1.0.23-17
9e182c
- Really build against libusb-1.0 on Fedora >= 19 (#1003193)
9e182c
9e182c
* Wed Sep 04 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-16
9e182c
- don't drag around obsoletes forever (#1002141)
9e182c
9e182c
* Wed Aug 07 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-15
9e182c
- use unversioned docdir from Fedora 20 on (#994067)
9e182c
9e182c
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.23-14
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
9e182c
9e182c
* Fri Jul 12 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-13
9e182c
- fix crash in genesys (gl646) backend (#983694)
9e182c
9e182c
* Mon Jul 08 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-12
9e182c
- describe missing flag "-b" in scanimage man page
9e182c
- add short help message to saned
9e182c
- fix bogus changelog dates
9e182c
9e182c
* Tue Jun 25 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-11
9e182c
- move documentation into separate doc subpackage (#977653)
9e182c
- remove ancient, unneeded obsoletes and conflicts
9e182c
9e182c
* Mon Jun 24 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-10
9e182c
- move some documentation to devel subpackage (#977103)
9e182c
9e182c
* Thu Jun 13 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-10
9e182c
- don't ignore libsane-gphoto2.so
9e182c
9e182c
* Fri Apr 19 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-9
9e182c
- use libusb1 instead of libusb from F-19 on
9e182c
9e182c
* Thu Apr 18 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-8
9e182c
- fix building with -fno-strict-aliasing
9e182c
9e182c
* Fri Feb 01 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-7
9e182c
- filter out backend driver provides/requires
9e182c
- update latex build dep
9e182c
- umax: initialize reader_pid early in sane_start() (#853667)
9e182c
- coolscan2/3: support multi-scan option of some devices
9e182c
9e182c
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.0.23-6
9e182c
- rebuild due to "jpeg8-ABI" feature drop
9e182c
9e182c
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.0.23-5
9e182c
- rebuild against new libjpeg
9e182c
9e182c
* Mon Sep 10 2012 Nils Philippsen <nils@redhat.com> - 1.0.23-3
9e182c
- udev: set up for generic user access rules, improve paths and dependencies
9e182c
9e182c
* Tue Sep 04 2012 Nils Philippsen <nils@redhat.com> - 1.0.23-2
9e182c
- make installed sane-config multi-lib aware again
9e182c
9e182c
* Fri Aug 31 2012 Nils Philippsen <nils@redhat.com> - 1.0.23-1
9e182c
- version 1.0.23
9e182c
- update udev patch, remove obsolete patches
9e182c
- use %%_hardened_build macro from F-16 on instead of tweaking flags manually
9e182c
- don't use the same SONAME for backend libs and main lib
9e182c
9e182c
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.22-13
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9e182c
9e182c
* Wed Jul 11 2012 Rex Dieter <rdieter@fedoraproject.org> 1.0.22-12
9e182c
- rebuild (gphoto2)
9e182c
9e182c
* Wed Jun 06 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-11
9e182c
- multilib: enable -devel quirk regardless of version until a fixed mash gets
9e182c
  into production (#829268)
9e182c
9e182c
* Tue Apr 17 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-10
9e182c
- fix avision device initialization (#706877)
9e182c
9e182c
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-9
9e182c
- rebuild for gcc 4.7
9e182c
9e182c
* Wed Jan 04 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-8
9e182c
- fix Lexmark X1100 (#753489)
9e182c
9e182c
* Mon Nov 28 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.22-7
9e182c
- libs shouldn't depends on base package. Properly fix #736310
9e182c
- base package should obsolete -docs as it provides them not -libs
9e182c
- update spec to current standard
9e182c
9e182c
* Fri Nov 18 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-6
9e182c
- avision: reenable grayscale and lineart modes for AV220 (#700725)
9e182c
9e182c
* Mon Oct 10 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-5
9e182c
- multilib: let -devel depend on -drivers-* on F-16 and earlier (#740992)
9e182c
- multilib: make -drivers-scanners obsolete old -libs as well
9e182c
9e182c
* Fri Sep 16 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-4
9e182c
- multilib: always use pkg-config in sane-config (#707910)
9e182c
- add USB id for Epson Stylus SX125 (#703529)
9e182c
9e182c
* Thu Sep 15 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-4
9e182c
- allow installing the libraries without the drivers (#736310): split off
9e182c
  drivers into -drivers-scanners, rename -libs-gphoto2 to -drivers-cameras
9e182c
9e182c
* Tue May 10 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-3
9e182c
- fix detection/handling of USB devices in xerox_mfp (#702983)
9e182c
9e182c
* Tue Apr 19 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-2
9e182c
- remove obsolete lockdir, automake patches
9e182c
9e182c
* Wed Mar 16 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-1
9e182c
- version 1.0.22
9e182c
- remove obsolete i18n, xerox-mfp-color-mode, epson2-fixes, open-macro patches
9e182c
- update pkgconfig, udev, docs-utf8, v4l, man-encoding patches
9e182c
- submit patches upstream where this is applicable, add comments
9e182c
- manually install pkg-config file
9e182c
9e182c
* Wed Mar 09 2011 Dan Horák <dan[at]danny.cz> - 1.0.21-8
9e182c
- updated for newer libv4l
9e182c
9e182c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.21-7
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9e182c
9e182c
* Tue Feb 08 2011 Nils Philippsen <nils@redhat.com> - 1.0.21-6
9e182c
- backport fixes for epson2 backend (#667858, #671534)
9e182c
9e182c
* Tue Nov 23 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-5
9e182c
- build mustek_usb2 backend again, enable use of libpthread (#603321)
9e182c
9e182c
* Mon Nov 08 2010 Nils Philippsen <nils@redhat.com>
9e182c
- let sane-backends require arch-specific version/release of -libs (#621217)
9e182c
9e182c
* Wed Nov 03 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-4
9e182c
- xerox_mfp: correct color mode malfunction (#614949)
9e182c
- xerox_mfp: add USB id for SCX-4500W (#614948)
9e182c
9e182c
* Fri Jun 25 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-3
9e182c
- build with -fno-strict-aliasing
9e182c
- use PIC/PIE because SANE-enabled software is likely to deal with data coming
9e182c
  from untrusted sources (client <-> saned via network)
9e182c
9e182c
* Mon Jun 07 2010 Nils Philippsen <nils@redhat.com>
9e182c
- rectify devel subpackage description
9e182c
9e182c
* Wed Jun 02 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-2
9e182c
- fix pkgconfig file (#598401)
9e182c
9e182c
* Wed May 05 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-1
9e182c
- version 1.0.21
9e182c
- remove obsolete rpath, hal, genesys-gl841-registers patches
9e182c
- update pkgconfig, udev, man-utf8->man-encoding, epson-expression800,
9e182c
  docs-utf8 patches
9e182c
- remove hal conditional
9e182c
- package man pages
9e182c
9e182c
* Fri Feb 26 2010 Nils Philippsen <nils@redhat.com> - 1.0.20-12
9e182c
- convert some documentation files to UTF-8
9e182c
- fix permissions of pkgconfig file
9e182c
9e182c
* Tue Dec 29 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-11
9e182c
- genesys_gl841: always send registers before trying to acquire a line
9e182c
  (#527935)
9e182c
9e182c
* Mon Dec 28 2009 Nils Philippsen <nils@redhat.com>
9e182c
- build v4l backend (#550119)
9e182c
- don't use lockdir, fix make install
9e182c
9e182c
* Thu Oct 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-10
9e182c
- don't set owner, group or mode as this may interfere with setting ACLs
9e182c
9e182c
* Thu Oct 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-9
9e182c
- fix device file ownership and mode
9e182c
9e182c
* Thu Oct 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-8
9e182c
- ship adapted udev rules from F-12 on (#512516)
9e182c
- don't require pam anymore
9e182c
9e182c
* Mon Aug 31 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-7
9e182c
- fix --enable-rpath
9e182c
9e182c
* Mon Aug 03 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-6
9e182c
- remove ExcludeArch: s390 s390x
9e182c
9e182c
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.20-5
9e182c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9e182c
9e182c
* Mon Jun 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-4
9e182c
- separate HAL information and policy files (#457645)
9e182c
9e182c
* Thu Jun 18 2009 Nils Philippsen <nils@redhat.com>
9e182c
- mark /etc/sane.d/dll.d as %%dir, not %%config
9e182c
9e182c
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-3
9e182c
- disable rpath
9e182c
- make sane-config multilib-aware
9e182c
9e182c
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-2
9e182c
- fix permissions for Epson Expression 800 (#456656)
9e182c
9e182c
* Tue Jun 16 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-1
9e182c
- version 1.0.20
9e182c
- rebase/remove patches
9e182c
- use %%_isa for arch-specific requirements
9e182c
- place HAL fdi files in the correct place (#457645)
9e182c
9e182c
* Sun Jun 14 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 1.0.19-16
9e182c
- Don't claim ownership of %%_libdir/pkgconfig/ (#499659)
9e182c
9e182c
* Mon Mar 02 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-15
9e182c
- let sane-backends-devel require libjpeg-devel, libtiff-devel
9e182c
- update rpath patch (no longer touch sane-config.in as that is replaced
9e182c
  anyway)
9e182c
- fix pkgconfig patch, bzip2 it
9e182c
9e182c
* Fri Feb 27 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-14
9e182c
- fix pkgconfig files
9e182c
9e182c
* Wed Feb 25 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-13
9e182c
- drop acinclude patch to not unnecessarily rebuild autoconf/libtool files
9e182c
  which made libtool break builds on Rawhide
9e182c
- use "make DESTDIR=... install" instead of "%%makeinstall"
9e182c
9e182c
* Thu Sep  4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.19-12
9e182c
- fix license tag
9e182c
9e182c
* Wed Sep 03 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-11
9e182c
- update glibc-2.7 patch to apply without fuzz
9e182c
9e182c
* Thu Mar 27 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-10
9e182c
- rename 60-libsane.fdi to 19-libsane.fdi so that hal-acl-tool callouts get
9e182c
  added (#438827)
9e182c
9e182c
* Wed Mar 26 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-9
9e182c
- cope with info.subsystem from new HAL versions as well as info.bus (#438827)
9e182c
9e182c
* Fri Mar 14 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-8
9e182c
- add arch-specific provides/requires to/for libs-gphoto2 subpackage (#436657)
9e182c
9e182c
* Mon Mar 10 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-7
9e182c
- remove ancient sane-devel obsoletes/provides
9e182c
- remove libs/doc/gphoto2 conditionals
9e182c
- fix build root
9e182c
- add arch-specific provides/requires (#436657)
9e182c
9e182c
* Tue Feb 19 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-6
9e182c
- move libsane-gphoto2.so into -libs-gphoto2
9e182c
- recode spec file to UTF-8
9e182c
9e182c
* Thu Feb 14 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-5
9e182c
- replace string-oob patch with uninitialized patch by upstream which covers
9e182c
  more backends
9e182c
9e182c
* Thu Feb 14 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-4
9e182c
- guard against out-of-bounds string access in fujitsu backend (#429338, patch
9e182c
  by Caolan McNamara)
9e182c
9e182c
* Wed Feb 13 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-3
9e182c
- add HAL policy for SCSI scanners
9e182c
9e182c
* Tue Feb 12 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-2
9e182c
- add files missing from CVS to make autoconf work
9e182c
9e182c
* Tue Feb 12 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-1
9e182c
- version 1.0.19 final
9e182c
9e182c
* Wed Feb 06 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-0.1.cvs20080206
9e182c
- cvs snapshot 20080206
9e182c
- handle access control through hal/PolicyKit instead of udev (#405211)
9e182c
- drop obsolete badcode, logical_vs_binary, epson-cx5000, multilib, usb_reset,
9e182c
  udev-symlink, udev-098 patches
9e182c
- update pkgconfig patch
9e182c
9e182c
* Wed Jan 30 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-21
9e182c
- don't require libsane-hpaio (#430834)
9e182c
- use %%bcond_without/with macros
9e182c
9e182c
* Fri Dec 07 2007 Jesse Keating <jkeating@redhat.com> - 1.0.18-20
9e182c
- undo bootstrap setting now that hplip built.
9e182c
9e182c
* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.0.18-19
9e182c
- do a bootstrap build without hplip requirements
9e182c
9e182c
* Wed Nov 07 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-18
9e182c
- move backend .so files out of -devel into main package (#209389)
9e182c
9e182c
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-17
9e182c
- disable pint backend (which doesn't build without some BSD specific headers)
9e182c
9e182c
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-16
9e182c
- enable dell1600n_net (#314081) and pint backends
9e182c
9e182c
* Wed Aug 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-15
9e182c
- enable support for Epson CX-5000
9e182c
9e182c
* Wed Aug 08 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-14
9e182c
- make udev rules more robust (#243953)
9e182c
- bring code in shape for glibc-2.7
9e182c
9e182c
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 1.0.18-13
9e182c
- rebuild for toolchain bug
9e182c
9e182c
* Tue Jul 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-12
9e182c
- fix typo in spec file
9e182c
9e182c
* Tue Jul 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-11
9e182c
- work around udev regexes not matching as they should (#244444)
9e182c
9e182c
* Sun Jul 22 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-10
9e182c
- tweak udev rules generation (#244444)
9e182c
9e182c
* Fri Jul 20 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-9
9e182c
- don't tweak device names in device configuration files anymore (obsolete)
9e182c
- let udev rules cope with SUBSYSTEM=="usb" (#244444)
9e182c
- tweak-udev-rules patch is udev-098 patch now
9e182c
9e182c
* Thu Jul 05 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-8
9e182c
- tweak udev rules to conform with new udev syntax (#246849)
9e182c
9e182c
* Fri Jun 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-7
9e182c
- call usb_reset() prior to usb_close() to workaround hanging USB hardware
9e182c
  (#149027, #186766)
9e182c
9e182c
* Tue Apr 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-6
9e182c
- don't erroneously use logical "&&" instead of binary "&" at some places in
9e182c
  the canon driver
9e182c
9e182c
* Fri Oct 13 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-5
9e182c
- use %%rhel, not %%redhat
9e182c
9e182c
* Fri Oct 13 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-4
9e182c
- don't ship generated docs in -libs but main package (#210572)
9e182c
9e182c
* Sun Sep 17 2006 Warren Togami <wtogami@redhat.com> - 1.0.18-3
9e182c
- -devel req exact version-release
9e182c
9e182c
* Fri Sep 08 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-2
9e182c
- remove unneeded programs subpackage
9e182c
- clean up docs vs. libs pkg split, mark documentation as %%doc
9e182c
9e182c
* Mon Jul 24 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-1
9e182c
- version 1.0.18
9e182c
- unify spec file between OS releases
9e182c
- update rpath patch
9e182c
- remove obsolete newmodels patch
9e182c
- use *.desc created udev rules
9e182c
9e182c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-13.1
9e182c
- rebuild
9e182c
9e182c
* Fri Jun 09 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-13
9e182c
- split package into sane-backends, -devel, -libs, -programs to work around
9e182c
  multilib issues (#135172)
9e182c
9e182c
* Wed Jun 07 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-12
9e182c
- require libsane-hpaio to work around #165751
9e182c
9e182c
* Tue Jun 06 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-11
9e182c
- add BuildRequires: gettext (#194163)
9e182c
9e182c
* Wed May 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-10
9e182c
- add pkg-config support, re-write sane-config to use pkg-config to avoid
9e182c
  multilib problems with conflicting sane-config scripts
9e182c
9e182c
* Tue Apr 25 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-9
9e182c
- add support for Canon Lide 60 scanner (#189726)
9e182c
9e182c
* Wed Apr 05 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-8
9e182c
- don't use automake
9e182c
9e182c
* Tue Apr 04 2006 Nils Philippsen <nphilipp@redhat.com>
9e182c
- require gphoto2-devel in sane-backends-devel
9e182c
9e182c
* Fri Mar 24 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-7
9e182c
- don't include *.la files
9e182c
9e182c
* Thu Mar 23 2006 Than Ngo <than@redhat.com> 1.0.17-6
9e182c
- rebuild against gphoto2 to get rid of gphoto2.la
9e182c
9e182c
* Tue Mar 14 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.17-5
9e182c
- buildrequire automake, autoconf, libtool (#178596)
9e182c
- don't require /sbin/ldconfig, /bin/mktemp, /bin/grep, /bin/cat, /bin/rm
9e182c
9e182c
* Wed Feb 22 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.17-4
9e182c
- split off generated documentation into separate subpackage to avoid conflicts
9e182c
  on multilib systems
9e182c
9e182c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-3.2
9e182c
- bump again for double-long bug on ppc(64)
9e182c
9e182c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-3.1
9e182c
- rebuilt for new gcc4.1 snapshot and glibc changes
9e182c
9e182c
* Wed Jan 25 2006 Bill Nottingham <notting@redhat.com> 1.0.17-3
9e182c
- ship udev rules for device creation (#177650). Require udev
9e182c
9e182c
* Sun Jan 22 2006 Bill Nottingham <notting@redhat.com> 1.0.17-2
9e182c
- disable hotplug dep. More later pending (#177650)
9e182c
9e182c
* Tue Dec 20 2005 Nils Philippsen <nphilipp@redhat.com> 1.0.17-1
9e182c
- version 1.0.17
9e182c
- reenable gphoto2 backend
9e182c
9e182c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
9e182c
- rebuilt
9e182c
9e182c
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
9e182c
- rebuild
9e182c
9e182c
* Fri Aug 19 2005 Nils Philippsen <nphilipp@redhat.com> 1.0.16-1
9e182c
- version 1.0.16
9e182c
- remove obsolete docdir patch
9e182c
9e182c
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com>
9e182c
- Fixed libusbscanner comment (bug #162983).
9e182c
9e182c
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 1.0.15-9
9e182c
- Rebuild for new GCC.
9e182c
9e182c
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-8
9e182c
- Further small fixes to libusbscanner script.
9e182c
9e182c
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com>
9e182c
- Ship the correct libsane.usermap (part of bug #135802).
9e182c
9e182c
* Wed Dec  1 2004 Tim Waugh <twaugh@redhat.com>
9e182c
- No longer need ep2400 patch.
9e182c
9e182c
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-7
9e182c
- Updated libusbscanner script from Tomas Mraz, to use pam_console_apply.
9e182c
- Requires pam >= 0.78-2 for targetted pam_console_apply.
9e182c
9e182c
* Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-6
9e182c
- Random changes in libusbscanner.
9e182c
9e182c
* Tue Nov 23 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-5
9e182c
- libusbscanner: Create /dev/usb if it doesn't exist after 30s.
9e182c
9e182c
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-4
9e182c
- Attempt to be more useful in libusbscanner by waiting a maximum of 30
9e182c
  seconds.
9e182c
- Add a chcon call to libusbscanner (bug #140059).  Based on contribution
9e182c
  from W. Michael Petullo.
9e182c
9e182c
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.0.15-3
9e182c
- Convert man pages to UTF-8
9e182c
9e182c
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com>
9e182c
- Require hotplug's remover to work.
9e182c
9e182c
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-2
9e182c
- Applied the libusbscanner part of the patch for bug #121511, by Ian
9e182c
  Pilcher.
9e182c
9e182c
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-1
9e182c
- 1.0.15.
9e182c
9e182c
* Sun Oct 10 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-6
9e182c
- Make man pages identical on multilib installations.
9e182c
9e182c
* Thu Oct  7 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-5
9e182c
- Build requires libjpeg-devel (bug #134964).
9e182c
9e182c
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-4
9e182c
- Apply patch from David Zeuthen to fix hotplug script (bug #130755).
9e182c
9e182c
* Mon Aug  9 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-3
9e182c
- Mark config files noreplace.
9e182c
9e182c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
9e182c
- rebuilt
9e182c
9e182c
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-1
9e182c
- 1.0.14.
9e182c
9e182c
* Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
9e182c
- s/ftp.mostang.com/ftp.sane-project.org/.
9e182c
9e182c
* Fri May  7 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-7
9e182c
- Fix epson.conf for USB scanners (bug #122328).
9e182c
9e182c
* Tue May  4 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-6
9e182c
- Ship libusb.usermap (from sane-backends-1.0.14) and a pam_console-aware
9e182c
  libusbscanner script.
9e182c
- Fix epson.conf for Epson Perfection 2400 (bug #122328).
9e182c
9e182c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
9e182c
- rebuilt
9e182c
9e182c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
9e182c
- rebuilt
9e182c
9e182c
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-4
9e182c
- Fixed compilation with GCC 3.4.
9e182c
9e182c
* Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 1.0.13-3
9e182c
- Take %%{_libdir}/sane out of ldconfig's search path altogether (Oliver
9e182c
  Rauch).
9e182c
9e182c
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 1.0.13-2
9e182c
- no rpath in sane-config anymore
9e182c
9e182c
* Sun Nov 23 2003 Tim Waugh <twaugh@redhat.com> 1.0.13-1
9e182c
- 1.0.13.
9e182c
- No longer need autoload, gt68xx patches.
9e182c
9e182c
* Thu Nov 20 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-6
9e182c
- Don't add %%{_libdir}/sane to ld.so.conf (bug #110419).
9e182c
9e182c
* Tue Nov 11 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-5
9e182c
- Updated gt68xx driver to fix timeout problems.
9e182c
9e182c
* Wed Oct  8 2003 Tim Waugh <twaugh@redhat.com>
9e182c
- Avoided undefined behaviour in canon-sane.c (bug #106305).
9e182c
9e182c
* Mon Sep 29 2003 Tim Waugh <twaugh@redhat.com>
9e182c
- Updated URL.
9e182c
9e182c
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-4
9e182c
- The devel package requires libieee1284-devel.
9e182c
9e182c
* Mon Jun 16 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-3
9e182c
- Use libtoolize and aclocal to fix build.
9e182c
- Build requires libieee1284-devel (to fix bug #75849).
9e182c
9e182c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
9e182c
- rebuilt
9e182c
9e182c
* Sun May 25 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-1
9e182c
- 1.0.12.
9e182c
9e182c
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 1.0.11-1
9e182c
- Shipped libtool is broken; use installed script instead.
9e182c
- Remove files not shipped.
9e182c
- Fix some /usr/lib references.
9e182c
- 1.0.11.
9e182c
- Drop sane-sparc, errorchk, hp101, security patches.
9e182c
- Update rpath, docdir patches.
9e182c
- Use %%find_lang.
9e182c
9e182c
* Fri Mar  7 2003 Tim Waugh <twaugh@redhat.com>
9e182c
- sane-backends-devel requires libusb-devel (bug #85742).
9e182c
9e182c
* Mon Feb 10 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5
9e182c
- Fix saned problems.
9e182c
9e182c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.0.9-4
9e182c
- rebuilt
9e182c
9e182c
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-3
9e182c
- hp-backend 1.01 for 'error during device I/O' workaround (bug #81835).
9e182c
9e182c
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-2
9e182c
- Better error checking in the Canon backend (bug #81332).
9e182c
9e182c
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 1.0.9-1
9e182c
- 1.0.9.
9e182c
9e182c
* Wed Oct 23 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-6
9e182c
- Ship the installed documentation.
9e182c
- Move sane-config to the devel subpackage (bug #68454).
9e182c
9e182c
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
9e182c
- automated rebuild
9e182c
9e182c
* Fri Jun 21 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-4
9e182c
- Fix bug #62847.
9e182c
9e182c
* Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-3
9e182c
- Fix dangling symlink (bug #66672).
9e182c
9e182c
* Wed Jun 12 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-2
9e182c
- Don't tell SANE applications to use rpath (bug #66129, bug #66132).
9e182c
9e182c
* Mon May 27 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-1
9e182c
- 1.0.8.
9e182c
9e182c
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-0.20020522.1
9e182c
- Update to CVS.  Release expected before the end of the month.
9e182c
- No longer need defaultincl or argv patches.
9e182c
9e182c
* Wed May 15 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-7
9e182c
- Unconditionally run ldconfig after installation (bug #64964).
9e182c
9e182c
* Mon Mar  4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6
9e182c
- Re-apply the original 1.0.7-4 fix (oops):
9e182c
  - Make sure to load SCSI modules if not already loaded (bug #59979).
9e182c
9e182c
* Mon Mar  4 2002 Tim Powers <timp@redhat.com> 1.0.7-5
9e182c
- bump release number, wasn't bumped last time
9e182c
9e182c
* Mon Mar  4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-4
9e182c
- Update sparc patch (Tom "spot" Callaway).
9e182c
9e182c
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-3
9e182c
- Rebuild in new environment.
9e182c
- Disable bad stdarg code in scanimage so that alpha builds succeed.
9e182c
9e182c
* Mon Feb 11 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-2
9e182c
- Make sure sane-config doesn't specify the default include path
9e182c
  (bug #59507).
9e182c
9e182c
* Mon Feb  4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-1
9e182c
- 1.0.7.
9e182c
9e182c
* Sun Jan 27 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-0.beta2.1
9e182c
- 1.0.7-beta2.
9e182c
9e182c
* Wed Jan 23 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-0.beta1.1
9e182c
- 1.0.7-beta1.
9e182c
- Patches no longer needed: scsi, microtek2, format.
9e182c
9e182c
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.0.6-4
9e182c
- automated rebuild
9e182c
9e182c
* Wed Nov 21 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-3
9e182c
- Fix default file names format in batch scans (bug #56542).
9e182c
9e182c
* Tue Nov 20 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-2
9e182c
- Apply Maurice Hilarius's patch to avoid kill(-1,SIGTERM) (bug #56540).
9e182c
9e182c
* Mon Nov  5 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-1
9e182c
- 1.0.6.
9e182c
9e182c
* Fri Jul 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> 1.0.5-4
9e182c
- exclude s390, s390x
9e182c
9e182c
* Tue Jul 17 2001 Preston Brown <pbrown@redhat.com> 1.0.5-3
9e182c
- sane.png included
9e182c
9e182c
* Tue Jul 10 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-2
9e182c
- sane-backends-devel provides sane-devel.
9e182c
9e182c
* Sun Jul  1 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-1
9e182c
- 1.0.5.
9e182c
9e182c
* Wed Jun 20 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010620.0
9e182c
- 2001-06-20 CVS update.  PreReq /bin/cat, /bin/rm.
9e182c
9e182c
* Mon Jun 11 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010610
9e182c
- 2001-06-10 CVS snapshot.  umax_pp update from CVS again to fix more
9e182c
  build problems.
9e182c
9e182c
* Sun Jun  3 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010603.1000
9e182c
- 2001-06-03 CVS snapshot (10:00).  Fixes umax_pp build problems.
9e182c
9e182c
* Sat Jun  2 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010530
9e182c
- sane-backends (sane-frontends is in a separate package now).
9e182c
- 2001-05-30 CVS snapshot.
9e182c
- include.patch no longer needed.
9e182c
- sg3timeout.patch no longer needed.
9e182c
9e182c
* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.3-10
9e182c
- Fix up the libtool config file /usr/lib/libsane.la
9e182c
  kscan should build now. ;)
9e182c
9e182c
* Wed Jan 10 2001 Tim Waugh <twaugh@redhat.com>
9e182c
- Increase timeout for SCSI commands sent via sg driver version 3
9e182c
  (bug #23447)
9e182c
9e182c
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
9e182c
- rebuilt against gimp 1.2.0
9e182c
9e182c
* Thu Dec 21 2000 Matt Wilson <msw@redhat.com>
9e182c
- rebuilt against gimp 1.1.32
9e182c
- use -DGIMP_ENABLE_COMPAT_CRUFT=1 to build with compat macros
9e182c
9e182c
* Mon Dec 18 2000 Matt Wilson <msw@redhat.com>
9e182c
- rebuilt against gimp 1.1.30
9e182c
9e182c
* Fri Dec  1 2000 Tim Waugh <twaugh@redhat.com>
9e182c
- Rebuild because of fileutils bug.
9e182c
9e182c
* Thu Oct 26 2000 Bill Nottingham <notting@redhat.com>
9e182c
- fix provides for ia64/sparc64
9e182c
9e182c
* Tue Aug 29 2000 Trond Eivind Glomsrød <teg@redhat.com>
9e182c
- don't include xscanimage desktop entry - it's a gimp
9e182c
  plugin. Doh. (part of #17076)
9e182c
- add tetex-latex as a build requirement
9e182c
9e182c
* Wed Aug 23 2000 Matt Wilson <msw@redhat.com>
9e182c
- built against gimp 1.1.25
9e182c
9e182c
* Tue Aug 22 2000 Preston Brown <pbrown@redhat.com>
9e182c
- 1.0.3 bugfix release (#16726)
9e182c
- rev patch removed, no longer needed
9e182c
9e182c
* Tue Aug 15 2000 Than Ngo <than@redhat.com>
9e182c
- add triggerpostun to fix removing path from ld.so.conf at update
9e182c
9e182c
* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
9e182c
- Add Swedish and German translations to desktop file, Bug #15317
9e182c
9e182c
* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
9e182c
- use mktemp in post and postun scripts
9e182c
- fix incorrect usage of rev in backend/Makefile
9e182c
9e182c
* Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
9e182c
- workarounds for weird bug (all so-files had names with "s="
9e182c
  - except for sparc which has just "=" and IA64 which works)
9e182c
9e182c
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
9e182c
- automatic rebuild
9e182c
9e182c
* Mon Jul  3 2000 Matt Wilson <msw@redhat.com>
9e182c
- rebuilt against gimp-1.1.24
9e182c
9e182c
* Tue Jun 13 2000 Preston Brown <pbrown@redhat.com>
9e182c
- FHS paths
9e182c
- work around ICE on intel.  FIX ME!
9e182c
9e182c
* Mon May 22 2000 Tim Powers <timp@redhat.com>
9e182c
-  rebuilt w/ glibc-2.1.90
9e182c
9e182c
* Thu May 18 2000 Tim Powers <timp@redhat.com>
9e182c
- updated to 1.0.2
9e182c
9e182c
* Wed Jul 21 1999 Tim Powers <timp@redhat.com>
9e182c
- rebuilt for 6.1
9e182c
9e182c
* Tue May 11 1999 Bill Nottingham <notting@redhat.com>
9e182c
- make it play nice with xsane, add ld.so.conf entries
9e182c
9e182c
* Wed Apr 21 1999 Bill Nottingham <notting@redhat.com>
9e182c
- update to 1.0.1
9e182c
9e182c
* Tue Oct 13 1998 Michael Maher <mike@redhat.com>
9e182c
- updated package
9e182c
9e182c
* Thu May 21 1998 Cristian Gafton <gafton@redhat.com>
9e182c
- upgraded to 0.73
9e182c
9e182c
* Tue Jan 27 1998 Otto Hammersmith <otto@redhat.com>
9e182c
- umax drivers were missing from the file list.
9e182c
9e182c
* Sun Dec  7 1997 Otto Hammersmith <otto@redhat.com>
9e182c
- added wmconfig
9e182c
- fixed library problem
9e182c
9e182c
* Tue Dec  2 1997 Otto Hammersmith <otto@redhat.com>
9e182c
- added changelog
9e182c
- got newer package from Sane web site than our old powertools one