Blame SPECS/sane-backends.spec

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