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