3169161
# let -devel require drivers to make them available as multilib
3169161
%global needs_multilib_quirk 1
3169161
41afc0e
%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 16 || 0%{?rhel} >= 7
41afc0e
%global _hardened_build 1
41afc0e
%endif
41afc0e
8fdb3b9
%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 17 || 0%{?rhel} >= 7
668e684
%global udevdir %{_prefix}/lib/udev
8fdb3b9
%else
668e684
%global udevdir /lib/udev
8fdb3b9
%endif
668e684
%global udevrulesdir %{udevdir}/rules.d
668e684
%global udevhwdbdir %{udevdir}/hwdb.d
8fdb3b9
bfa5a61
%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 18 || 0%{?rhel} >= 7
e2f3b7f
%global libusb1 1
e2f3b7f
%else
e2f3b7f
%global libusb1 0
e2f3b7f
%endif
e2f3b7f
2c35111
%global __provides_exclude_from ^%{_libdir}/sane/.*\.so.*$
2c35111
%global __requires_exclude ^libsane-.*\.so\.[0-9]*(\(\).*)?+$
c2778a6
38c4b20
%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 20 || 0%{?rhel} >= 8
2c35111
%global _maindocdir %{_docdir}/%{name}
2c35111
%global _docdocdir %{_docdir}/%{name}-doc
38c4b20
%else
2c35111
%global _maindocdir %{_docdir}/%{name}-%{version}
2c35111
%global _docdocdir %{_docdir}/%{name}-doc-%{version}
38c4b20
%endif
7041f37
98c8050
Summary: Scanner access software
cvsdist b714519
Name: sane-backends
32c0f50
Version: 1.0.25
2ffc2c5
Release: 6%{?dist}
5f4d213
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
5f4d213
# Tools are GPLv2+, docs are public domain
5f4d213
# see LICENSE for details
5f4d213
License: GPLv2+ and GPLv2+ with exceptions and Public Domain
7c059f7
# Alioth Download URLs are amazing.
7c059f7
Source0: https://alioth.debian.org/frs/download.php/latestfile/176/sane-backends-%{version}.tar.gz
cvsdist b714519
Source1: sane.png
ed7bc9c
Source2: saned.socket
ed7bc9c
Source3: saned@.service.in
c3a3750
32c0f50
# Fedora-specific, probably not generally applicable:
32c0f50
Patch0: sane-backends-1.0.25-udev.patch
a953f44
# Fedora-specific (for now): don't use the same SONAME for backend libs and
a953f44
# main lib
32c0f50
Patch1: sane-backends-1.0.23-soname.patch
90d2ebe
# Fedora-specific (for now): make installed sane-config multi-lib aware again
32c0f50
Patch2: sane-backends-1.0.23-sane-config-multilib.patch
2ffc2c5
# Backported from upstream, commit 6585b6f60d07a196e42c99b935e2754bbc80b3c8
2ffc2c5
Patch3: sane-backends-1.0.25-avision-skip-adf.patch
c3a3750
cvsdist cd2979e
URL: http://www.sane-project.org
ac31964
3b29dba
BuildRequires: %{_bindir}/latex
e2f3b7f
%if %libusb1
d7abeb7
BuildRequires: libusbx-devel
e2f3b7f
%else
a068c6b
BuildRequires: libusb-devel
e2f3b7f
%endif
a068c6b
BuildRequires: libieee1284-devel
a068c6b
BuildRequires: libjpeg-devel
a068c6b
BuildRequires: libtiff-devel
91a7a55
BuildRequires: libv4l-devel
84cd382
BuildRequires: gettext
cvsdist 2f4b2a2
BuildRequires: gphoto2-devel
ed7bc9c
BuildRequires: systemd-devel
ed7bc9c
BuildRequires: systemd
668e684
Requires: systemd >= 196
8bd23f1
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9d0e2a3
# Don't drag around obsoletes forever
5c9ab2f
%if ! (0%{?fedora} >= 27 || 0%{?rhel} >= 8)
5c9ab2f
Obsoletes: sane-backends < 1.0.25-3
5c9ab2f
Conflicts: sane-backends < 1.0.25-3
9d0e2a3
%endif
cvsdist b714519
cvsdist b714519
%description
cvsdist 2f4b2a2
Scanner Access Now Easy (SANE) is a universal scanner interface.  The
cvsdist b714519
SANE application programming interface (API) provides standardized
cvsdist b714519
access to any raster image scanner hardware (flatbed scanner,
d07e238
hand-held scanner, video and still cameras, frame-grabbers, etc.).
cvsdist b714519
2d87399
%package doc
2d87399
Summary: SANE backends documentation
2d87399
BuildArch: noarch
9d0e2a3
# Don't drag around obsoletes forever
9d0e2a3
%if 0%{?fedora}%{?rhel} && (0%{?fedora} < 25 || 0%{?rhel} <= 8)
2d87399
Obsoletes: sane-backends < 1.0.23-10
2d87399
Conflicts: sane-backends < 1.0.23-10
9d0e2a3
%endif
2d87399
2d87399
%description doc
2d87399
This package contains documentation for SANE backends.
2d87399
a1208f5
%package libs
a1208f5
Summary: SANE libraries
345a184
Recommends: %{name}-backends-drivers-cameras%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
345a184
Recommends: %{name}-backends-drivers-scanners%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
a1208f5
a1208f5
%description libs
a1208f5
This package contains the SANE libraries which are needed by applications that
a1208f5
want to access scanners.
a1208f5
cvsdist b714519
%package devel
d07e238
Summary: SANE development toolkit
a1208f5
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
a1208f5
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
3169161
%if %needs_multilib_quirk
3169161
Requires: sane-backends-drivers-scanners%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
3169161
Requires: sane-backends-drivers-cameras%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
3169161
%endif
e2f3b7f
%if %libusb1
d7abeb7
Requires: libusbx-devel
e2f3b7f
%else
0d39d0a
Requires: libusb-devel
e2f3b7f
%endif
0d39d0a
Requires: libieee1284-devel
cc05d32
Requires: libjpeg-devel
cc05d32
Requires: libtiff-devel
fae0ed6
Requires: pkgconfig
cvsdist b714519
cvsdist b714519
%description devel
dec6ea9
This package contains libraries and header files for writing Scanner Access Now
dec6ea9
Easy (SANE) modules.
d07e238
a1208f5
%package drivers-scanners
a1208f5
Summary: SANE backend drivers for scanners
d07e238
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
a1208f5
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9d0e2a3
# Don't drag around obsoletes forever
9d0e2a3
%if 0%{?rhel} && 0%{?rhel} < 8
a1208f5
Obsoletes: sane-backends < 1.0.22-4
c03fc67
Obsoletes: sane-backends-libs < 1.0.22-4
a1208f5
Conflicts: sane-backends < 1.0.22-4
c03fc67
Conflicts: sane-backends-libs < 1.0.22-4
9d0e2a3
%endif
d07e238
a1208f5
%description drivers-scanners
a1208f5
This package contains backend drivers to access scanner hardware through SANE.
d07e238
a1208f5
%package drivers-cameras
a1208f5
Summary: Scanner backend drivers for digital cameras
a1208f5
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
d3d32cf
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9d0e2a3
# Don't drag around obsoletes forever
9d0e2a3
%if 0%{?rhel} && 0%{?rhel} < 8
a1208f5
Obsoletes: sane-backends-libs-gphoto2 < 1.0.22-4
a1208f5
Conflicts: sane-backends-libs-gphoto2 < 1.0.22-4
a1208f5
Provides: sane-libs-gphoto2 = %{?epoch:%{epoch}:}%{version}-%{release}
a1208f5
Provides: sane-libs-gphoto2%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
9d0e2a3
%endif
d07e238
a1208f5
%description drivers-cameras
a1208f5
This package contains backend drivers to access digital cameras through SANE.
cvsdist b714519
5c9ab2f
%package daemon
5c9ab2f
Summary: Scanner network daemon
5c9ab2f
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
5c9ab2f
Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
ed7bc9c
Requires(pre): shadow-utils
ed7bc9c
%{?systemd_requires}
5c9ab2f
# Split off saned from 1.0.25-3 on, don't drag around obsoletes forever
5c9ab2f
%if ! (0%{?fedora} >= 27 || 0%{?rhel} >= 8)
5c9ab2f
Obsoletes: sane-backends < 1.0.25-3
5c9ab2f
Conflicts: sane-backends < 1.0.25-3
5c9ab2f
%endif
5c9ab2f
5c9ab2f
%description daemon
5c9ab2f
This package contains saned which is the daemon that allows remote clients to
5c9ab2f
access image acquisition devices available on the local host.
5c9ab2f
cvsdist b714519
%prep
a1f658f
%setup -q
473d2b1
c3a3750
%patch0 -p1 -b .udev
32c0f50
%patch1 -p1 -b .soname
32c0f50
%patch2 -p1 -b .sane-config-multilib
2ffc2c5
%patch3 -p1 -b .avision-skip-adf
7b6ce03
cvsdist b714519
%build
1c49a00
CFLAGS="%optflags -fno-strict-aliasing"
41afc0e
%if ! 0%{?_hardened_build}
00cdd7b
# use PIC/PIE because SANE-enabled software is likely to deal with data coming
00cdd7b
# from untrusted sources (client <-> saned via network)
1c49a00
CFLAGS="$CFLAGS -fPIC"
00cdd7b
LDFLAGS="-pie"
41afc0e
%endif
e452c42
%configure \
0d39d0a
    --with-gphoto2=%{_prefix} \
38c4b20
    --with-docdir=%{_maindocdir} \
ed7bc9c
    --with-systemd \
e7b660e
    --disable-locking --disable-rpath \
ef5b39d
%if %libusb1
ef5b39d
    --enable-libusb_1_0 \
ef5b39d
%endif
e7b660e
    --enable-pthread
eec8f5d
make %{?_smp_mflags}
cvsdist b714519
668e684
# Write udev/hwdb files
ad47c78
_topdir="$PWD"
ad47c78
pushd tools
668e684
./sane-desc -m udev+hwdb -s "${_topdir}/doc/descriptions:${_topdir}/doc/descriptions-external" -d0 > udev/sane-backends.rules
668e684
./sane-desc -m hwdb -s "${_topdir}/doc/descriptions:${_topdir}/doc/descriptions-external" -d0 > udev/sane-backends.hwdb
668e684
ad47c78
popd
cvsdist b714519
cvsdist b714519
%install
601b8ba
make DESTDIR="%{buildroot}" install
cvsdist b714519
cvsdist b714519
mkdir -p %{buildroot}%{_datadir}/pixmaps
cvsdist b714519
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
cvsdist 123afc1
rm -f %{buildroot}%{_bindir}/gamma4scanimage
d07e238
rm -f %{buildroot}%{_mandir}/man1/gamma4scanimage.1*
cvsdist 4e59a19
rm -f %{buildroot}%{_libdir}/sane/*.a %{buildroot}%{_libdir}/*.a
c0c347b
rm -f %{buildroot}%{_libdir}/libsane*.la %{buildroot}%{_libdir}/sane/*.la
9e905ec
8fdb3b9
mkdir -p %{buildroot}%{udevrulesdir}
668e684
mkdir -p %{buildroot}%{udevhwdbdir}
668e684
install -m 0644 tools/udev/sane-backends.rules %{buildroot}%{udevrulesdir}/65-sane-backends.rules
668e684
install -m 0644 tools/udev/sane-backends.hwdb %{buildroot}%{udevhwdbdir}/20-sane-backends.hwdb
cvsdist 123afc1
4c4b813
mkdir -p %{buildroot}%{_libdir}/pkgconfig
4c4b813
install -m 0644 tools/sane-backends.pc %{buildroot}%{_libdir}/pkgconfig/
4c4b813
2d87399
mkdir %{buildroot}%{_docdocdir}
7041f37
pushd %{buildroot}%{_maindocdir}
7041f37
for f in *; do
7041f37
    if [ -d "$f" ]; then
2d87399
        mv "$f" "%{buildroot}%{_docdocdir}/${f}"
7041f37
    else
7041f37
        case "$f" in
7041f37
        AUTHORS|ChangeLog|COPYING|LICENSE|NEWS|PROBLEMS|README|README.linux)
7041f37
            ;;
7041f37
        backend-writing.txt|PROJECTS|sane-*.html)
2d87399
            mv "$f" "%{buildroot}%{_docdocdir}/${f}"
7041f37
            ;;
7041f37
        *)
7041f37
            rm -rf "$f"
7041f37
            ;;
7041f37
        esac
7041f37
    fi
7041f37
done
7041f37
popd
7041f37
ed7bc9c
install -m 755 -d %{buildroot}%{_unitdir}
ed7bc9c
install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
ed7bc9c
sed 's|@CONFIGDIR@|%{_sysconfdir}/sane.d|g' < %{SOURCE3} > saned@.service
ed7bc9c
install -m 644 saned@.service %{buildroot}%{_unitdir}
ed7bc9c
cvsdist 4e59a19
%find_lang %name
cvsdist b714519
875a503
%post
875a503
udevadm hwdb --update >/dev/null 2>&1 || :
875a503
875a503
%postun
875a503
udevadm hwdb --update >/dev/null 2>&1 || :
875a503
d07e238
%post libs -p /sbin/ldconfig
d07e238
%postun libs -p /sbin/ldconfig
cvsdist 36a3129
ed7bc9c
%pre daemon
be40d9f
getent group saned >/dev/null || groupadd -r saned
9a34fb1
getent passwd saned >/dev/null || \
9a34fb1
    useradd -r -g saned -d %{_datadir}/sane -s /sbin/nologin \
9a34fb1
		-c "SANE scanner daemon user" saned
be40d9f
exit 0
ed7bc9c
ed7bc9c
%post daemon
ed7bc9c
%systemd_post saned.socket
ed7bc9c
ed7bc9c
%preun daemon
ed7bc9c
%systemd_preun saned.socket
ed7bc9c
ed7bc9c
%postun daemon
ed7bc9c
%systemd_postun saned.socket
ed7bc9c
cvsdist 4e59a19
%files -f %{name}.lang
f9aa117
%docdir %{_maindocdir}
f9aa117
%doc %{_maindocdir}/AUTHORS
f9aa117
%doc %{_maindocdir}/ChangeLog
f9aa117
%doc %{_maindocdir}/NEWS
f9aa117
%doc %{_maindocdir}/PROBLEMS
f9aa117
%doc %{_maindocdir}/README*
f9aa117
%license %{_maindocdir}/COPYING
f9aa117
%license %{_maindocdir}/LICENSE
cvsdist b714519
%dir /etc/sane.d
ffe6193
%dir /etc/sane.d/dll.d
ffe6193
%config(noreplace) /etc/sane.d/*.conf
668e684
%{udevrulesdir}/65-sane-backends.rules
668e684
%{udevhwdbdir}/20-sane-backends.hwdb
cvsdist b714519
%{_datadir}/pixmaps/sane.png
08b24c0
3fa0e42
%{_bindir}/sane-find-scanner
3fa0e42
%{_bindir}/scanimage
32c0f50
%{_bindir}/umax_pp
3fa0e42
87b93e3
%exclude %{_mandir}/man1/sane-config.1*
87b93e3
%{_mandir}/*/*
0d39d0a
3fa0e42
%dir %{_libdir}/sane
9a34fb1
%dir %{_datadir}/sane
3fa0e42
2d87399
%files doc
2d87399
%doc %{_docdocdir}
2d87399
a1208f5
%files libs
a1208f5
%{_libdir}/libsane*.so.*
cvsdist b714519
cvsdist b714519
%files devel
cvsdist 123afc1
%{_bindir}/sane-config
d07e238
%{_mandir}/man1/sane-config.1*
cvsdist b714519
%{_includedir}/sane
cvsdist b714519
%{_libdir}/libsane*.so
fae0ed6
%{_libdir}/pkgconfig/sane-backends.pc
cvsdist b714519
a1208f5
%files drivers-scanners
a1208f5
%{_libdir}/sane/*.so*
a1208f5
%exclude %{_libdir}/sane/*gphoto2.so*
a1208f5
a1208f5
%files drivers-cameras
aa09d11
%{_libdir}/sane/*gphoto2.so*
a1208f5
5c9ab2f
%files daemon
5c9ab2f
%{_sbindir}/saned
ed7bc9c
%{_unitdir}/saned.socket
ed7bc9c
%{_unitdir}/saned@.service
5c9ab2f
cvsdist b714519
%changelog
2ffc2c5
* Tue Mar 14 2017 Nils Philippsen <nils@redhat.com> - 1.0.25-6
2ffc2c5
- avision: add "skip-adf" option (#1288712)
2ffc2c5
287950c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.25-5
287950c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
287950c
ef2051b
* Wed Oct 19 2016 Nils Philippsen <nils@redhat.com> - 1.0.25-4
be40d9f
- use correct group name saned instead of placeholder
9a34fb1
- add user for saned (d'oh)
be40d9f
7da7b43
* Fri Oct 07 2016 Nils Philippsen <nils@redhat.com> - 1.0.25-3
f9aa117
- use %%license for license files
c5176ac
- remove some obsolete cruft from the spec file
5c9ab2f
- split off saned into daemon subpackage
ed7bc9c
- add socket activation support for saned (#1091566)
f9aa117
dfa3167
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.25-2
dfa3167
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
dfa3167
2c35111
* Tue Jan 19 2016 Nils Philippsen <nils@redhat.com>
2c35111
- use %%global instead of %%define
2c35111
32c0f50
* Thu Oct 08 2015 Nils Philippsen <nils@redhat.com> - 1.0.25-1
32c0f50
- version 1.0.25
32c0f50
- remove obsolete patches: epson-expression800, hwdb, pixma_bjnp-crash,
32c0f50
  static-code-check, scsi-permissions, format-security, snprintf-license,
32c0f50
  usb3-xhci
32c0f50
- update udev patch
32c0f50
- ship umax_pp tool
f2d3adf
- remove comments containing macros
345a184
- add weak dependency on backend drivers to libs subpackage
32c0f50
90b19a7
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-15
90b19a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
90b19a7
3eb1a93
* Tue Jun 09 2015 Nils Philippsen <nils@redhat.com> - 1.0.24-14
569d49e
- reformat and rename snprintf-cleanroom patch
e0bd423
- backport USB3 xhci patch from upstream master (#1228954)
569d49e
3eb1a93
* Mon Jun 08 2015 Nils Philippsen <nils@redhat.com> - 1.0.24-14
c8f2d1f
- apply format-security patch, drop format-security2 patch
c8f2d1f
1b00eee
* Tue Jan 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.24-13
1b00eee
- Rebuild (libgphoto2)
1b00eee
d37279a
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-12
d37279a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d37279a
9598c0f
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-11
9598c0f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
9598c0f
9d2384f
* Thu May 29 2014 Tom Callaway <spot@fedoraproject.org> - 1.0.24-10
9d2384f
- update lib/snprintf.c to resolve license issue (#1102520)
9d2384f
Jaromir Capik a01f91d
* Mon Apr 14 2014 Jaromir Capik <jcapik@redhat.com> - 1.0.24-9
Jaromir Capik a01f91d
- Fixing format-security flaws
Jaromir Capik a01f91d
c49ab91
* Wed Dec 04 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-8
c49ab91
- use string literals as format strings (#1037316)
c49ab91
b04b61c
* Wed Nov 20 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-7
b04b61c
- set correct permissions for SCSI devices (#1028549)
b04b61c
b963450
* Thu Nov 07 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-6
b963450
- epson: don't leak memory if realloc() fails
b963450
6ef393b
* Thu Nov 07 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-5
6ef393b
- fix issues found during static code check
6ef393b
2ec8d13
* Tue Oct 29 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-4
2ec8d13
- fix crash in pixma driver (#1021653)
2ec8d13
385a1e3
* Thu Oct 24 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-3
385a1e3
- generate hwdb files correctly (#1018565)
385a1e3
875a503
* Wed Oct 16 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-2
875a503
- update udev hwdb on installation/removal
875a503
7c059f7
* Wed Oct 09 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-1
7c059f7
- version 1.0.24
7c059f7
- use (hopefully stable) Alioth download URL
7c059f7
- update udev patch, remove obsolete patches
875a503
- use udev hwdb instead of huge rulesets
7c059f7
7b6b2d8
* Mon Sep 09 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-18
bfa5a61
- build against libusb-1.0 on Fedora >= 18 (#1003193)
d7abeb7
- require libusbx-devel instead of libusb1-devel which is obsolete
bfa5a61
ef5b39d
* Wed Sep 04 2013 Hans de Goede <hdegoede@redhat.com> - 1.0.23-17
ef5b39d
- Really build against libusb-1.0 on Fedora >= 19 (#1003193)
ef5b39d
9d0e2a3
* Wed Sep 04 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-16
9d0e2a3
- don't drag around obsoletes forever (#1002141)
9d0e2a3
38c4b20
* Wed Aug 07 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-15
38c4b20
- use unversioned docdir from Fedora 20 on (#994067)
38c4b20
0547364
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.23-14
0547364
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0547364
fb2f6fe
* Fri Jul 12 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-13
fb2f6fe
- fix crash in genesys (gl646) backend (#983694)
fb2f6fe
fc20eb7
* Mon Jul 08 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-12
deeed8a
- describe missing flag "-b" in scanimage man page
61a4743
- add short help message to saned
b292fdb
- fix bogus changelog dates
deeed8a
8382055
* Tue Jun 25 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-11
2d87399
- move documentation into separate doc subpackage (#977653)
1a0b856
- remove ancient, unneeded obsoletes and conflicts
2d87399
76d415b
* Mon Jun 24 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-10
7041f37
- move some documentation to devel subpackage (#977103)
7041f37
76d415b
* Thu Jun 13 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-10
aa09d11
- don't ignore libsane-gphoto2.so
aa09d11
e2f3b7f
* Fri Apr 19 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-9
e2f3b7f
- use libusb1 instead of libusb from F-19 on
e2f3b7f
1c49a00
* Thu Apr 18 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-8
1c49a00
- fix building with -fno-strict-aliasing
1c49a00
9232224
* Fri Feb 01 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-7
c2778a6
- filter out backend driver provides/requires
3b29dba
- update latex build dep
8ec0611
- umax: initialize reader_pid early in sane_start() (#853667)
ef37bde
- coolscan2/3: support multi-scan option of some devices
c2778a6
Adam Tkac f3c40c5
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.0.23-6
Adam Tkac f3c40c5
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac f3c40c5
Adam Tkac 0b4bccc
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.0.23-5
Adam Tkac 0b4bccc
- rebuild against new libjpeg
Adam Tkac 0b4bccc
ad47c78
* Mon Sep 10 2012 Nils Philippsen <nils@redhat.com> - 1.0.23-3
f4f920d
- udev: set up for generic user access rules, improve paths and dependencies
ad47c78
90d2ebe
* Tue Sep 04 2012 Nils Philippsen <nils@redhat.com> - 1.0.23-2
90d2ebe
- make installed sane-config multi-lib aware again
90d2ebe
c3a3750
* Fri Aug 31 2012 Nils Philippsen <nils@redhat.com> - 1.0.23-1
c3a3750
- version 1.0.23
c3a3750
- update udev patch, remove obsolete patches
41afc0e
- use %%_hardened_build macro from F-16 on instead of tweaking flags manually
a953f44
- don't use the same SONAME for backend libs and main lib
c3a3750
4dc04ce
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.22-13
4dc04ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4dc04ce
a7d18fc
* Wed Jul 11 2012 Rex Dieter <rdieter@fedoraproject.org> 1.0.22-12
a7d18fc
- rebuild (gphoto2)
a7d18fc
a5155a1
* Wed Jun 06 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-11
a5155a1
- multilib: enable -devel quirk regardless of version until a fixed mash gets
a5155a1
  into production (#829268)
a5155a1
55feaaf
* Tue Apr 17 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-10
55feaaf
- fix avision device initialization (#706877)
55feaaf
ea4bcdd
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-9
ea4bcdd
- rebuild for gcc 4.7
ea4bcdd
593290e
* Wed Jan 04 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-8
593290e
- fix Lexmark X1100 (#753489)
593290e
ac31964
* Mon Nov 28 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.22-7
ac31964
- libs shouldn't depends on base package. Properly fix #736310
ac31964
- base package should obsolete -docs as it provides them not -libs
ac31964
- update spec to current standard
ac31964
f682490
* Fri Nov 18 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-6
f682490
- avision: reenable grayscale and lineart modes for AV220 (#700725)
f682490
3169161
* Mon Oct 10 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-5
3169161
- multilib: let -devel depend on -drivers-* on F-16 and earlier (#740992)
c03fc67
- multilib: make -drivers-scanners obsolete old -libs as well
3169161
2d822e9
* Fri Sep 16 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-4
2d822e9
- multilib: always use pkg-config in sane-config (#707910)
8841d4f
- add USB id for Epson Stylus SX125 (#703529)
2d822e9
a1208f5
* Thu Sep 15 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-4
a1208f5
- allow installing the libraries without the drivers (#736310): split off
a1208f5
  drivers into -drivers-scanners, rename -libs-gphoto2 to -drivers-cameras
a1208f5
07f2601
* Tue May 10 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-3
07f2601
- fix detection/handling of USB devices in xerox_mfp (#702983)
07f2601
c61644c
* Tue Apr 19 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-2
c61644c
- remove obsolete lockdir, automake patches
c61644c
4c4b813
* Wed Mar 16 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-1
4c4b813
- version 1.0.22
4c4b813
- remove obsolete i18n, xerox-mfp-color-mode, epson2-fixes, open-macro patches
4c4b813
- update pkgconfig, udev, docs-utf8, v4l, man-encoding patches
4c4b813
- submit patches upstream where this is applicable, add comments
4c4b813
- manually install pkg-config file
4c4b813
f6788ef
* Wed Mar 09 2011 Dan Horák <dan[at]danny.cz> - 1.0.21-8
f6788ef
- updated for newer libv4l
f6788ef
9acc40f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.21-7
9acc40f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9acc40f
b81b3f1
* Tue Feb 08 2011 Nils Philippsen <nils@redhat.com> - 1.0.21-6
b81b3f1
- backport fixes for epson2 backend (#667858, #671534)
b81b3f1
e7b660e
* Tue Nov 23 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-5
e7b660e
- build mustek_usb2 backend again, enable use of libpthread (#603321)
e7b660e
8bd23f1
* Mon Nov 08 2010 Nils Philippsen <nils@redhat.com>
8bd23f1
- let sane-backends require arch-specific version/release of -libs (#621217)
8bd23f1
7a01d01
* Wed Nov 03 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-4
36b49d7
- xerox_mfp: correct color mode malfunction (#614949)
0020200
- xerox_mfp: add USB id for SCX-4500W (#614948)
36b49d7
00cdd7b
* Fri Jun 25 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-3
00cdd7b
- build with -fno-strict-aliasing
00cdd7b
- use PIC/PIE because SANE-enabled software is likely to deal with data coming
00cdd7b
  from untrusted sources (client <-> saned via network)
00cdd7b
dec6ea9
* Mon Jun 07 2010 Nils Philippsen <nils@redhat.com>
dec6ea9
- rectify devel subpackage description
dec6ea9
3793bd2
* Wed Jun 02 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-2
3793bd2
- fix pkgconfig file (#598401)
3793bd2
cde2c7c
* Wed May 05 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-1
cde2c7c
- version 1.0.21
cde2c7c
- remove obsolete rpath, hal, genesys-gl841-registers patches
cde2c7c
- update pkgconfig, udev, man-utf8->man-encoding, epson-expression800,
cde2c7c
  docs-utf8 patches
cde2c7c
- remove hal conditional
87b93e3
- package man pages
cde2c7c
5a0d0dd
* Fri Feb 26 2010 Nils Philippsen <nils@redhat.com> - 1.0.20-12
5a0d0dd
- convert some documentation files to UTF-8
5a0d0dd
- fix permissions of pkgconfig file
5a0d0dd
91a7a55
* Tue Dec 29 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-11
91a7a55
- genesys_gl841: always send registers before trying to acquire a line
91a7a55
  (#527935)
91a7a55
91a7a55
* Mon Dec 28 2009 Nils Philippsen <nils@redhat.com>
91a7a55
- build v4l backend (#550119)
91a7a55
- don't use lockdir, fix make install
91a7a55
1ffa076
* Thu Oct 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-10
1ffa076
- don't set owner, group or mode as this may interfere with setting ACLs
1ffa076
2e5694c
* Thu Oct 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-9
2e5694c
- fix device file ownership and mode
2e5694c
18e74b6
* Thu Oct 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-8
18e74b6
- ship adapted udev rules from F-12 on (#512516)
18e74b6
- don't require pam anymore
18e74b6
b292fdb
* Mon Aug 31 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-7
5c8da12
- fix --enable-rpath
5c8da12
076270c
* Mon Aug 03 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-6
076270c
- remove ExcludeArch: s390 s390x
076270c
1f83c10
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.20-5
1f83c10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1f83c10
bce1600
* Mon Jun 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-4
bce1600
- separate HAL information and policy files (#457645)
bce1600
ffe6193
* Thu Jun 18 2009 Nils Philippsen <nils@redhat.com>
ffe6193
- mark /etc/sane.d/dll.d as %%dir, not %%config
ffe6193
218b987
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-3
218b987
- disable rpath
9575086
- make sane-config multilib-aware
218b987
2d75159
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-2
2d75159
- fix permissions for Epson Expression 800 (#456656)
2d75159
d3d32cf
* Tue Jun 16 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-1
d3d32cf
- version 1.0.20
d3d32cf
- rebase/remove patches
d3d32cf
- use %%_isa for arch-specific requirements
d3d32cf
- place HAL fdi files in the correct place (#457645)
d3d32cf
9d063af
* Sun Jun 14 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 1.0.19-16
9d063af
- Don't claim ownership of %%_libdir/pkgconfig/ (#499659)
9d063af
cc05d32
* Mon Mar 02 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-15
cc05d32
- let sane-backends-devel require libjpeg-devel, libtiff-devel
8441001
- update rpath patch (no longer touch sane-config.in as that is replaced
8441001
  anyway)
8441001
- fix pkgconfig patch, bzip2 it
cc05d32
0597972
* Fri Feb 27 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-14
0597972
- fix pkgconfig files
0597972
601b8ba
* Wed Feb 25 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-13
601b8ba
- drop acinclude patch to not unnecessarily rebuild autoconf/libtool files
601b8ba
  which made libtool break builds on Rawhide
601b8ba
- use "make DESTDIR=... install" instead of "%%makeinstall"
601b8ba
5f4d213
* Thu Sep  4 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.19-12
5f4d213
- fix license tag
5f4d213
fcdea63
* Wed Sep 03 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-11
fcdea63
- update glibc-2.7 patch to apply without fuzz
fcdea63
d88330a
* Thu Mar 27 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-10
d88330a
- rename 60-libsane.fdi to 19-libsane.fdi so that hal-acl-tool callouts get
d88330a
  added (#438827)
d88330a
50101bc
* Wed Mar 26 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-9
50101bc
- cope with info.subsystem from new HAL versions as well as info.bus (#438827)
50101bc
540292d
* Fri Mar 14 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-8
540292d
- add arch-specific provides/requires to/for libs-gphoto2 subpackage (#436657)
540292d
0d39d0a
* Mon Mar 10 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-7
0d39d0a
- remove ancient sane-devel obsoletes/provides
0d39d0a
- remove libs/doc/gphoto2 conditionals
0d39d0a
- fix build root
0d39d0a
- add arch-specific provides/requires (#436657)
0d39d0a
0117d16
* Tue Feb 19 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-6
0117d16
- move libsane-gphoto2.so into -libs-gphoto2
b18671c
- recode spec file to UTF-8
0117d16
560a601
* Thu Feb 14 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-5
560a601
- replace string-oob patch with uninitialized patch by upstream which covers
560a601
  more backends
560a601
8342ed7
* Thu Feb 14 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-4
8342ed7
- guard against out-of-bounds string access in fujitsu backend (#429338, patch
8342ed7
  by Caolan McNamara)
8342ed7
c11668f
* Wed Feb 13 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-3
c11668f
- add HAL policy for SCSI scanners
c11668f
6e05df1
* Tue Feb 12 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-2
b2e15e2
- add files missing from CVS to make autoconf work
b2e15e2
a1f658f
* Tue Feb 12 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-1
a1f658f
- version 1.0.19 final
a1f658f
eec8f5d
* Wed Feb 06 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-0.1.cvs20080206
eec8f5d
- cvs snapshot 20080206
eec8f5d
- handle access control through hal/PolicyKit instead of udev (#405211)
eec8f5d
- drop obsolete badcode, logical_vs_binary, epson-cx5000, multilib, usb_reset,
eec8f5d
  udev-symlink, udev-098 patches
eec8f5d
- update pkgconfig patch
eec8f5d
e452c42
* Wed Jan 30 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-21
e452c42
- don't require libsane-hpaio (#430834)
e452c42
- use %%bcond_without/with macros
e452c42
9babd84
* Fri Dec 07 2007 Jesse Keating <jkeating@redhat.com> - 1.0.18-20
9babd84
- undo bootstrap setting now that hplip built.
9babd84
737b9c8
* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.0.18-19
737b9c8
- do a bootstrap build without hplip requirements
737b9c8
1fc6804
* Wed Nov 07 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-18
1fc6804
- move backend .so files out of -devel into main package (#209389)
1fc6804
8956f51
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-17
8956f51
- disable pint backend (which doesn't build without some BSD specific headers)
8956f51
a068c6b
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-16
a068c6b
- enable dell1600n_net (#314081) and pint backends
a068c6b
bd9cb07
* Wed Aug 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-15
bd9cb07
- enable support for Epson CX-5000
bd9cb07
4201f50
* Wed Aug 08 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-14
4201f50
- make udev rules more robust (#243953)
a4969b5
- bring code in shape for glibc-2.7
4201f50
221b0f8
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 1.0.18-13
221b0f8
- rebuild for toolchain bug
221b0f8
d3d094b
* Tue Jul 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-12
d3d094b
- fix typo in spec file
d3d094b
3c425db
* Tue Jul 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-11
3c425db
- work around udev regexes not matching as they should (#244444)
3c425db
60539e0
* Sun Jul 22 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-10
e2ae888
- tweak udev rules generation (#244444)
60539e0
eccefc9
* Fri Jul 20 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-9
eccefc9
- don't tweak device names in device configuration files anymore (obsolete)
eccefc9
- let udev rules cope with SUBSYSTEM=="usb" (#244444)
eccefc9
- tweak-udev-rules patch is udev-098 patch now
eccefc9
473d2b1
* Thu Jul 05 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-8
473d2b1
- tweak udev rules to conform with new udev syntax (#246849)
473d2b1
b08dfaa
* Fri Jun 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-7
b08dfaa
- call usb_reset() prior to usb_close() to workaround hanging USB hardware
b08dfaa
  (#149027, #186766)
b08dfaa
8ce3a6d
* Tue Apr 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-6
8ce3a6d
- don't erroneously use logical "&&" instead of binary "&" at some places in
8ce3a6d
  the canon driver
8ce3a6d
0a2451f
* Fri Oct 13 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-5
0a2451f
- use %%rhel, not %%redhat
0a2451f
5c183b8
* Fri Oct 13 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-4
5c183b8
- don't ship generated docs in -libs but main package (#210572)
5c183b8
a0770c4
* Sun Sep 17 2006 Warren Togami <wtogami@redhat.com> - 1.0.18-3
a0770c4
- -devel req exact version-release
a0770c4
3fa0e42
* Fri Sep 08 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-2
3fa0e42
- remove unneeded programs subpackage
3fa0e42
- clean up docs vs. libs pkg split, mark documentation as %%doc
3fa0e42
08b24c0
* Mon Jul 24 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-1
08b24c0
- version 1.0.18
08b24c0
- unify spec file between OS releases
4d621c9
- update rpath patch
b5f48ec
- remove obsolete newmodels patch
819f6ad
- use *.desc created udev rules
08b24c0
08b24c0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-13.1
5102455
- rebuild
5102455
d07e238
* Fri Jun 09 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-13
d07e238
- split package into sane-backends, -devel, -libs, -programs to work around
d07e238
  multilib issues (#135172)
d07e238
3c58eaf
* Wed Jun 07 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-12
3c58eaf
- require libsane-hpaio to work around #165751
3c58eaf
cc86ad0
* Tue Jun 06 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-11
cc86ad0
- add BuildRequires: gettext (#194163)
cc86ad0
fae0ed6
* Wed May 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-10
20e2dab
- add pkg-config support, re-write sane-config to use pkg-config to avoid
20e2dab
  multilib problems with conflicting sane-config scripts
20e2dab
bf13b86
* Tue Apr 25 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-9
bf13b86
- add support for Canon Lide 60 scanner (#189726)
bf13b86
bb8522a
* Wed Apr 05 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-8
bb8522a
- don't use automake
bb8522a
bb8522a
* Tue Apr 04 2006 Nils Philippsen <nphilipp@redhat.com>
c7e1aa0
- require gphoto2-devel in sane-backends-devel
c7e1aa0
c0c347b
* Fri Mar 24 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-7
c0c347b
- don't include *.la files
c0c347b
4d4a367
* Thu Mar 23 2006 Than Ngo <than@redhat.com> 1.0.17-6
4d4a367
- rebuild against gphoto2 to get rid of gphoto2.la
4d4a367
0b19981
* Tue Mar 14 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.17-5
0b19981
- buildrequire automake, autoconf, libtool (#178596)
0b19981
- don't require /sbin/ldconfig, /bin/mktemp, /bin/grep, /bin/cat, /bin/rm
0b19981
b292fdb
* Wed Feb 22 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.17-4
58eb630
- split off generated documentation into separate subpackage to avoid conflicts
58eb630
  on multilib systems
58eb630
e74e568
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-3.2
e74e568
- bump again for double-long bug on ppc(64)
e74e568
8d88736
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-3.1
8d88736
- rebuilt for new gcc4.1 snapshot and glibc changes
8d88736
9e905ec
* Wed Jan 25 2006 Bill Nottingham <notting@redhat.com> 1.0.17-3
9e905ec
- ship udev rules for device creation (#177650). Require udev
9e905ec
bb9105f
* Sun Jan 22 2006 Bill Nottingham <notting@redhat.com> 1.0.17-2
bb9105f
- disable hotplug dep. More later pending (#177650)
bb9105f
98c8050
* Tue Dec 20 2005 Nils Philippsen <nphilipp@redhat.com> 1.0.17-1
98c8050
- version 1.0.17
98c8050
- reenable gphoto2 backend
98c8050
7c8ebf1
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
7c8ebf1
- rebuilt
7c8ebf1
Florian La Roche 7f2a671
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 7f2a671
- rebuild
Florian La Roche 7f2a671
ae0c68a
* Fri Aug 19 2005 Nils Philippsen <nphilipp@redhat.com> 1.0.16-1
ae0c68a
- version 1.0.16
97c2e21
- remove obsolete docdir patch
ae0c68a
7a5fab3
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com>
7a5fab3
- Fixed libusbscanner comment (bug #162983).
7a5fab3
f343017
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 1.0.15-9
f343017
- Rebuild for new GCC.
f343017
eabd3ee
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-8
4f3a013
- Further small fixes to libusbscanner script.
4f3a013
8d7755c
* Fri Dec  3 2004 Tim Waugh <twaugh@redhat.com>
8d7755c
- Ship the correct libsane.usermap (part of bug #135802).
8d7755c
9a0908f
* Wed Dec  1 2004 Tim Waugh <twaugh@redhat.com>
9a0908f
- No longer need ep2400 patch.
9a0908f
74b4472
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-7
74b4472
- Updated libusbscanner script from Tomas Mraz, to use pam_console_apply.
61ae13a
- Requires pam >= 0.78-2 for targetted pam_console_apply.
61ae13a
7fb09d6
* Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-6
7fb09d6
- Random changes in libusbscanner.
7fb09d6
f225781
* Tue Nov 23 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-5
f225781
- libusbscanner: Create /dev/usb if it doesn't exist after 30s.
f225781
096feea
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-4
096feea
- Attempt to be more useful in libusbscanner by waiting a maximum of 30
096feea
  seconds.
cefd4b6
- Add a chcon call to libusbscanner (bug #140059).  Based on contribution
cefd4b6
  from W. Michael Petullo.
cefd4b6
7b6ce03
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.0.15-3
7b6ce03
- Convert man pages to UTF-8
7b6ce03
ab043a3
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com>
ab043a3
- Require hotplug's remover to work.
ab043a3
aa4e298
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-2
aa4e298
- Applied the libusbscanner part of the patch for bug #121511, by Ian
aa4e298
  Pilcher.
aa4e298
839d321
* Mon Nov  8 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-1
839d321
- 1.0.15.
839d321
15f00f8
* Sun Oct 10 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-6
3f4a405
- Make man pages identical on multilib installations.
3f4a405
5a4f790
* Thu Oct  7 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-5
5a4f790
- Build requires libjpeg-devel (bug #134964).
5a4f790
cvsdist a1e62fb
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-4
cvsdist a1e62fb
- Apply patch from David Zeuthen to fix hotplug script (bug #130755).
cvsdist a1e62fb
cvsdist 6790870
* Mon Aug  9 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-3
cvsdist 6790870
- Mark config files noreplace.
cvsdist 6790870
cvsdist cc97c33
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist cc97c33
- rebuilt
cvsdist cc97c33
cvsdist b4f9038
* Wed Jun  2 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-1
cvsdist b4f9038
- 1.0.14.
cvsdist b4f9038
cvsdist b4f9038
* Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
cvsdist b4f9038
- s/ftp.mostang.com/ftp.sane-project.org/.
cvsdist b4f9038
cvsdist 1ca3d76
* Fri May  7 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-7
cvsdist 1ca3d76
- Fix epson.conf for USB scanners (bug #122328).
cvsdist 1ca3d76
cvsdist 1ca3d76
* Tue May  4 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-6
cvsdist 1ca3d76
- Ship libusb.usermap (from sane-backends-1.0.14) and a pam_console-aware
cvsdist 1ca3d76
  libusbscanner script.
cvsdist 1ca3d76
- Fix epson.conf for Epson Perfection 2400 (bug #122328).
cvsdist 1ca3d76
cvsdist 2a1817c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2a1817c
- rebuilt
cvsdist 2a1817c
cvsdist 2a1817c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 2a1817c
- rebuilt
cvsdist 2a1817c
cvsdist 2a1817c
* Thu Feb  5 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-4
cvsdist 2a1817c
- Fixed compilation with GCC 3.4.
cvsdist 2a1817c
cvsdist cd2979e
* Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 1.0.13-3
cvsdist cd2979e
- Take %%{_libdir}/sane out of ldconfig's search path altogether (Oliver
cvsdist cd2979e
  Rauch).
cvsdist cd2979e
cvsdist cd2979e
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 1.0.13-2
cvsdist cd2979e
- no rpath in sane-config anymore
cvsdist cd2979e
cvsdist cd2979e
* Sun Nov 23 2003 Tim Waugh <twaugh@redhat.com> 1.0.13-1
cvsdist cd2979e
- 1.0.13.
cvsdist cd2979e
- No longer need autoload, gt68xx patches.
cvsdist cd2979e
cvsdist cd2979e
* Thu Nov 20 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-6
cvsdist cd2979e
- Don't add %%{_libdir}/sane to ld.so.conf (bug #110419).
cvsdist cd2979e
cvsdist cd2979e
* Tue Nov 11 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-5
cvsdist cd2979e
- Updated gt68xx driver to fix timeout problems.
cvsdist cd2979e
cvsdist cd2979e
* Wed Oct  8 2003 Tim Waugh <twaugh@redhat.com>
cvsdist cd2979e
- Avoided undefined behaviour in canon-sane.c (bug #106305).
cvsdist cd2979e
cvsdist cd2979e
* Mon Sep 29 2003 Tim Waugh <twaugh@redhat.com>
cvsdist cd2979e
- Updated URL.
cvsdist cd2979e
cvsdist 4e59a19
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-4
cvsdist 4e59a19
- The devel package requires libieee1284-devel.
cvsdist cb0dee0
cvsdist 4e59a19
* Mon Jun 16 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-3
cvsdist 4e59a19
- Use libtoolize and aclocal to fix build.
cvsdist 4e59a19
- Build requires libieee1284-devel (to fix bug #75849).
cvsdist 36a3129
cvsdist 4e59a19
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 4e59a19
- rebuilt
cvsdist 36a3129
cvsdist 4e59a19
* Sun May 25 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-1
cvsdist 4e59a19
- 1.0.12.
cvsdist 36a3129
cvsdist 4e59a19
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 1.0.11-1
cvsdist 4e59a19
- Shipped libtool is broken; use installed script instead.
cvsdist 4e59a19
- Remove files not shipped.
cvsdist 4e59a19
- Fix some /usr/lib references.
cvsdist 4e59a19
- 1.0.11.
cvsdist 4e59a19
- Drop sane-sparc, errorchk, hp101, security patches.
cvsdist 4e59a19
- Update rpath, docdir patches.
cvsdist 4e59a19
- Use %%find_lang.
cvsdist 36a3129
cvsdist 4e59a19
* Fri Mar  7 2003 Tim Waugh <twaugh@redhat.com>
cvsdist 4e59a19
- sane-backends-devel requires libusb-devel (bug #85742).
cvsdist dcc1bad
cvsdist 123afc1
* Mon Feb 10 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5
cvsdist 123afc1
- Fix saned problems.
cvsdist 123afc1
cvsdist 123afc1
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.0.9-4
cvsdist 123afc1
- rebuilt
cvsdist 123afc1
cvsdist 123afc1
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-3
cvsdist 123afc1
- hp-backend 1.01 for 'error during device I/O' workaround (bug #81835).
cvsdist 123afc1
cvsdist 123afc1
* Thu Jan  9 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-2
cvsdist 123afc1
- Better error checking in the Canon backend (bug #81332).
cvsdist 123afc1
cvsdist 123afc1
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 1.0.9-1
cvsdist 123afc1
- 1.0.9.
cvsdist 2437906
cvsdist 123afc1
* Wed Oct 23 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-6
cvsdist 123afc1
- Ship the installed documentation.
cvsdist 123afc1
- Move sane-config to the devel subpackage (bug #68454).
cvsdist 2437906
cvsdist 123afc1
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist c634ffb
- automated rebuild
cvsdist c634ffb
cvsdist 29ae3ae
* Fri Jun 21 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-4
cvsdist 29ae3ae
- Fix bug #62847.
cvsdist 29ae3ae
cvsdist 29ae3ae
* Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-3
cvsdist 29ae3ae
- Fix dangling symlink (bug #66672).
cvsdist 29ae3ae
cvsdist 29ae3ae
* Wed Jun 12 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-2
cvsdist 29ae3ae
- Don't tell SANE applications to use rpath (bug #66129, bug #66132).
cvsdist 29ae3ae
cvsdist 29ae3ae
* Mon May 27 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-1
cvsdist 29ae3ae
- 1.0.8.
cvsdist 29ae3ae
cvsdist 29ae3ae
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-0.20020522.1
cvsdist 29ae3ae
- Update to CVS.  Release expected before the end of the month.
cvsdist 29ae3ae
- No longer need defaultincl or argv patches.
cvsdist 169faf7
cvsdist 29ae3ae
* Wed May 15 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-7
cvsdist 843a42f
- Unconditionally run ldconfig after installation (bug #64964).
cvsdist 843a42f
cvsdist 8f0a299
* Mon Mar  4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6
cvsdist 8f0a299
- Re-apply the original 1.0.7-4 fix (oops):
cvsdist 8f0a299
  - Make sure to load SCSI modules if not already loaded (bug #59979).
cvsdist 8f0a299
cvsdist 8f0a299
* Mon Mar  4 2002 Tim Powers <timp@redhat.com> 1.0.7-5
cvsdist 2f4b2a2
- bump release number, wasn't bumped last time
cvsdist 2f4b2a2
b292fdb
* Mon Mar  4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-4
cvsdist 2f4b2a2
- Update sparc patch (Tom "spot" Callaway).
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-3
cvsdist 2f4b2a2
- Rebuild in new environment.
cvsdist 2f4b2a2
- Disable bad stdarg code in scanimage so that alpha builds succeed.
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Mon Feb 11 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-2
cvsdist 2f4b2a2
- Make sure sane-config doesn't specify the default include path
cvsdist 2f4b2a2
  (bug #59507).
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Mon Feb  4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-1
cvsdist 2f4b2a2
- 1.0.7.
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Sun Jan 27 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-0.beta2.1
cvsdist 2f4b2a2
- 1.0.7-beta2.
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Wed Jan 23 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-0.beta1.1
cvsdist 2f4b2a2
- 1.0.7-beta1.
cvsdist 2f4b2a2
- Patches no longer needed: scsi, microtek2, format.
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.0.6-4
cvsdist 2f4b2a2
- automated rebuild
cvsdist 2f4b2a2
cvsdist 2f4b2a2
* Wed Nov 21 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-3
cvsdist 2f4b2a2
- Fix default file names format in batch scans (bug #56542).
cvsdist 0731e8b
cvsdist 2f4b2a2
* Tue Nov 20 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-2
cvsdist 2f4b2a2
- Apply Maurice Hilarius's patch to avoid kill(-1,SIGTERM) (bug #56540).
cvsdist 0731e8b
cvsdist 2f4b2a2
* Mon Nov  5 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-1
cvsdist 2f4b2a2
- 1.0.6.
cvsdist 87205c3
cvsdist 2f4b2a2
* Fri Jul 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> 1.0.5-4
cvsdist d124cae
- exclude s390, s390x
cvsdist d124cae
cvsdist b714519
* Tue Jul 17 2001 Preston Brown <pbrown@redhat.com> 1.0.5-3
cvsdist b714519
- sane.png included
cvsdist b714519
cvsdist b714519
* Tue Jul 10 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-2
cvsdist b714519
- sane-backends-devel provides sane-devel.
cvsdist b714519
cvsdist b714519
* Sun Jul  1 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-1
cvsdist b714519
- 1.0.5.
cvsdist b714519
cvsdist b714519
* Wed Jun 20 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010620.0
cvsdist b714519
- 2001-06-20 CVS update.  PreReq /bin/cat, /bin/rm.
cvsdist b714519
cvsdist b714519
* Mon Jun 11 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010610
cvsdist b714519
- 2001-06-10 CVS snapshot.  umax_pp update from CVS again to fix more
cvsdist b714519
  build problems.
cvsdist b714519
cvsdist b714519
* Sun Jun  3 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010603.1000
cvsdist b714519
- 2001-06-03 CVS snapshot (10:00).  Fixes umax_pp build problems.
cvsdist b714519
cvsdist b714519
* Sat Jun  2 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010530
cvsdist b714519
- sane-backends (sane-frontends is in a separate package now).
cvsdist b714519
- 2001-05-30 CVS snapshot.
cvsdist b714519
- include.patch no longer needed.
cvsdist b714519
- sg3timeout.patch no longer needed.
cvsdist b714519
cvsdist b714519
* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.3-10
cvsdist b714519
- Fix up the libtool config file /usr/lib/libsane.la
cvsdist b714519
  kscan should build now. ;)
cvsdist b714519
cvsdist b714519
* Wed Jan 10 2001 Tim Waugh <twaugh@redhat.com>
cvsdist b714519
- Increase timeout for SCSI commands sent via sg driver version 3
cvsdist b714519
  (bug #23447)
cvsdist b714519
cvsdist b714519
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
cvsdist b714519
- rebuilt against gimp 1.2.0
cvsdist b714519
cvsdist b714519
* Thu Dec 21 2000 Matt Wilson <msw@redhat.com>
cvsdist b714519
- rebuilt against gimp 1.1.32
cvsdist b714519
- use -DGIMP_ENABLE_COMPAT_CRUFT=1 to build with compat macros
cvsdist b714519
cvsdist b714519
* Mon Dec 18 2000 Matt Wilson <msw@redhat.com>
cvsdist b714519
- rebuilt against gimp 1.1.30
cvsdist b714519
cvsdist b714519
* Fri Dec  1 2000 Tim Waugh <twaugh@redhat.com>
cvsdist b714519
- Rebuild because of fileutils bug.
cvsdist b714519
cvsdist b714519
* Thu Oct 26 2000 Bill Nottingham <notting@redhat.com>
cvsdist b714519
- fix provides for ia64/sparc64
cvsdist b714519
b292fdb
* Tue Aug 29 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b714519
- don't include xscanimage desktop entry - it's a gimp
cvsdist b714519
  plugin. Doh. (part of #17076)
cvsdist b714519
- add tetex-latex as a build requirement
cvsdist b714519
cvsdist b714519
* Wed Aug 23 2000 Matt Wilson <msw@redhat.com>
cvsdist b714519
- built against gimp 1.1.25
cvsdist b714519
cvsdist b714519
* Tue Aug 22 2000 Preston Brown <pbrown@redhat.com>
cvsdist b714519
- 1.0.3 bugfix release (#16726)
cvsdist b714519
- rev patch removed, no longer needed
cvsdist b714519
cvsdist b714519
* Tue Aug 15 2000 Than Ngo <than@redhat.com>
cvsdist b714519
- add triggerpostun to fix removing path from ld.so.conf at update
cvsdist b714519
cvsdist b714519
* Fri Aug  4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist b714519
- Add Swedish and German translations to desktop file, Bug #15317
cvsdist b714519
cvsdist b714519
* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist b714519
- use mktemp in post and postun scripts
cvsdist b714519
- fix incorrect usage of rev in backend/Makefile
cvsdist b714519
b18671c
* Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist b714519
- workarounds for weird bug (all so-files had names with "s="
cvsdist b714519
  - except for sparc which has just "=" and IA64 which works)
cvsdist b714519
cvsdist b714519
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist b714519
- automatic rebuild
cvsdist b714519
cvsdist b714519
* Mon Jul  3 2000 Matt Wilson <msw@redhat.com>
cvsdist b714519
- rebuilt against gimp-1.1.24
cvsdist b714519
cvsdist b714519
* Tue Jun 13 2000 Preston Brown <pbrown@redhat.com>
cvsdist b714519
- FHS paths
cvsdist b714519
- work around ICE on intel.  FIX ME!
cvsdist b714519
cvsdist b714519
* Mon May 22 2000 Tim Powers <timp@redhat.com>
cvsdist b714519
-  rebuilt w/ glibc-2.1.90
cvsdist b714519
cvsdist b714519
* Thu May 18 2000 Tim Powers <timp@redhat.com>
cvsdist b714519
- updated to 1.0.2
cvsdist b714519
cvsdist b714519
* Wed Jul 21 1999 Tim Powers <timp@redhat.com>
cvsdist b714519
- rebuilt for 6.1
cvsdist b714519
cvsdist b714519
* Tue May 11 1999 Bill Nottingham <notting@redhat.com>
cvsdist b714519
- make it play nice with xsane, add ld.so.conf entries
cvsdist b714519
cvsdist b714519
* Wed Apr 21 1999 Bill Nottingham <notting@redhat.com>
cvsdist b714519
- update to 1.0.1
cvsdist b714519
cvsdist b714519
* Tue Oct 13 1998 Michael Maher <mike@redhat.com>
cvsdist b714519
- updated package
cvsdist b714519
cvsdist b714519
* Thu May 21 1998 Cristian Gafton <gafton@redhat.com>
cvsdist b714519
- upgraded to 0.73
cvsdist b714519
cvsdist b714519
* Tue Jan 27 1998 Otto Hammersmith <otto@redhat.com>
cvsdist b714519
- umax drivers were missing from the file list.
cvsdist b714519
cvsdist b714519
* Sun Dec  7 1997 Otto Hammersmith <otto@redhat.com>
cvsdist b714519
- added wmconfig
cvsdist b714519
- fixed library problem
cvsdist b714519
cvsdist b714519
* Tue Dec  2 1997 Otto Hammersmith <otto@redhat.com>
cvsdist b714519
- added changelog
cvsdist b714519
- got newer package from Sane web site than our old powertools one