cvsdist b714519
Summary: Scanner access software.
cvsdist b714519
Name: sane-backends
ae0c68a
Version: 1.0.16
7c8ebf1
Release: 2.1
cvsdist b714519
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
cvsdist b714519
Group: System Environment/Libraries
839d321
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
cvsdist b714519
Source1: sane.png
cvsdist 1ca3d76
Source2: libusbscanner
cvsdist 4e59a19
Patch1: sane-backends-1.0.11-rpath.patch
cvsdist cd2979e
Patch3: sane-backends-1.0.12-badcode.patch
3f4a405
Patch5: sane-backends-multilib.patch
cvsdist cd2979e
URL: http://www.sane-project.org
cvsdist b714519
BuildRoot: %{_tmppath}/%{name}-%{version}-root
5a4f790
BuildRequires: tetex-latex libusb-devel libieee1284-devel libjpeg-devel
cvsdist 2f4b2a2
# Backend maintainer says to leave gphoto2 disabled for now.
cvsdist 2f4b2a2
%define gphoto2_support 0
cvsdist 2f4b2a2
%if %{gphoto2_support}
cvsdist 2f4b2a2
BuildRequires: gphoto2-devel
cvsdist b714519
%endif
cvsdist b714519
Prereq: /sbin/ldconfig, /bin/mktemp, /bin/grep, /bin/cat, /bin/rm
61ae13a
Requires: pam >= 0.78-2
cvsdist d124cae
ExcludeArch: s390 s390x
cvsdist b714519
cvsdist 1ca3d76
# For /etc/hotplug/usb:
ab043a3
Requires: hotplug >= 3:2004_04_01-10
cvsdist 1ca3d76
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,
cvsdist b714519
hand-held scanner, video and still cameras, frame-grabbers, etc.). If
cvsdist 2f4b2a2
they're using SANE, developers can write image-processing applications
cvsdist 2f4b2a2
without having to think about the peculiarities of individual devices.
cvsdist 2f4b2a2
SANE also makes it possible to write a device driver once, which can
cvsdist 2f4b2a2
then be used by any SANE-compliant application. SANE currently
cvsdist 2f4b2a2
includes drivers for some Epson SCSI scanners, HP ScanJet SCSI
cvsdist 2f4b2a2
scanners, Microtek SCSI scanners, Mustek SCSI flatbed scanners, PINT
cvsdist 2f4b2a2
devices, most UMAX SCSI scanners, Connectix QuickCam, and other SANE
cvsdist 2f4b2a2
devices via network. Note that this package does not enable network
cvsdist 2f4b2a2
scanning by default.  If you wish to enable network scanning, read the
cvsdist 2f4b2a2
saned(1) manpage.  If you'd like to develop SANE modules, you should
cvsdist 2f4b2a2
also install the sane-backends-devel package.
cvsdist b714519
cvsdist b714519
%package devel
cvsdist b714519
Summary: The SANE (a universal scanner interface) development toolkit.
cvsdist b714519
Group: Development/Libraries
cvsdist 4e59a19
Requires: sane-backends = %{version}, libusb-devel, libieee1284-devel
cvsdist b714519
Obsoletes: sane-devel
cvsdist b714519
Provides: sane-devel
cvsdist b714519
cvsdist b714519
%description devel
cvsdist b714519
Static libraries and header files for writing Scanner Access Now Easy
cvsdist 2f4b2a2
(SANE) modules.  SANE is a universal scanner interface which is
cvsdist b714519
included in the sane-backends package.
cvsdist b714519
cvsdist b714519
%prep
cvsdist 4e59a19
%setup -q
cvsdist 87205c3
cvsdist 4e59a19
%patch1 -p1 -b .rpath
cvsdist cd2979e
%patch3 -p1 -b .badcode
3f4a405
%patch5 -p1 -b .multilib
cvsdist 29ae3ae
cvsdist 29ae3ae
# Fix bug #62847.
cvsdist 29ae3ae
perl -pi -e 's,/dev/usbscanner0?,/dev/usb/scanner0,' backend/*.conf
cvsdist 8f0a299
7b6ce03
for i in agfafocus avision coolscan2 umax_pp; do
7b6ce03
	iconv -f iso-8859-1 -t utf-8 < "doc/sane-$i.man" > "doc/sane-$i.man_"
7b6ce03
	mv "doc/sane-$i.man_" "doc/sane-$i.man"
7b6ce03
done
7b6ce03
cvsdist 123afc1
# We patched configure.in, so regenerate configure.
cvsdist 4e59a19
sed '/^# libtool\.m4/,$d' < acinclude.m4 > acinclude.m4.new
cvsdist 4e59a19
mv -f acinclude.m4{.new,}
cvsdist 4e59a19
aclocal
cvsdist 4e59a19
libtoolize --force --copy
cvsdist 123afc1
autoconf
cvsdist 123afc1
cvsdist b714519
%build
cvsdist b714519
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
cvsdist 2f4b2a2
%if %{gphoto2_support}
cvsdist 123afc1
%configure --with-gphoto2=/usr --with-docdir=%{_docdir}/%{name}-%{version}
cvsdist 2f4b2a2
%else
cvsdist 123afc1
%configure --without-gphoto2 --with-docdir=%{_docdir}/%{name}-%{version}
cvsdist 2f4b2a2
%endif
cvsdist 2f4b2a2
make
cvsdist b714519
cvsdist b714519
cvsdist b714519
%install
cvsdist b714519
rm -rf %{buildroot}
cvsdist 123afc1
%{makeinstall} docdir=%{buildroot}/%{_docdir}/%{name}-%{version}
cvsdist b714519
perl -pi -e "s/installed.*/installed=yes/g" $RPM_BUILD_ROOT%{_libdir}/libsane.la
cvsdist 4e59a19
/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_libdir}/sane
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
cvsdist 4e59a19
rm -f %{buildroot}%{_libdir}/sane/*.a %{buildroot}%{_libdir}/*.a
cvsdist 1ca3d76
mkdir -p %{buildroot}%{_sysconfdir}/hotplug/usb
cvsdist 1ca3d76
install -m 755 %{SOURCE2} %{buildroot}%{_sysconfdir}/hotplug/usb
8d7755c
install -m 644 tools/hotplug/libsane.usermap %{buildroot}%{_sysconfdir}/hotplug/usb
cvsdist 123afc1
cvsdist 4e59a19
%find_lang %name
cvsdist b714519
cvsdist b714519
%clean
cvsdist b714519
rm -rf %{buildroot}
cvsdist b714519
cvsdist cd2979e
%post -p /sbin/ldconfig
cvsdist cd2979e
cvsdist cd2979e
%postun -p /sbin/ldconfig
cvsdist 36a3129
cvsdist 4e59a19
%files -f %{name}.lang
cvsdist b714519
%defattr(-,root,root)
cvsdist b714519
%dir /etc/sane.d
cvsdist 6790870
%config(noreplace) /etc/sane.d/*
cvsdist 1ca3d76
%{_sysconfdir}/hotplug/usb/*
cvsdist 123afc1
%{_bindir}/sane-find-scanner
cvsdist 123afc1
%{_bindir}/scanimage
cvsdist b714519
%{_sbindir}/*
cvsdist b714519
%{_libdir}/libsane*.so.*
cvsdist b714519
%dir %{_libdir}/sane
cvsdist 4e59a19
%{_libdir}/sane/*.so.*
cvsdist b714519
%{_mandir}/*/*
cvsdist b714519
%{_datadir}/pixmaps/sane.png
cvsdist 123afc1
%{_docdir}/*
cvsdist b714519
cvsdist b714519
%files devel
cvsdist b714519
%defattr(-,root,root)
cvsdist 123afc1
%{_bindir}/sane-config
cvsdist b714519
%{_includedir}/sane
cvsdist b714519
%{_libdir}/libsane*.la
cvsdist b714519
%{_libdir}/libsane*.so
cvsdist b714519
%{_libdir}/sane/*.la
cvsdist 4e59a19
%{_libdir}/sane/*.so
cvsdist b714519
cvsdist b714519
%changelog
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
cvsdist 2f4b2a2
* Mon Mar  3 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
cvsdist b714519
* Thu 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
cvsdist b714519
* 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