2006-07-24 13:53:46 +00:00
|
|
|
|
# --with/--without options:
|
|
|
|
|
# gphoto2: support gphoto2 backend
|
|
|
|
|
# gphoto2_split: ship gphoto2 backend in separate subpackage
|
|
|
|
|
# libs_split: ship libraries in separate subpackage
|
|
|
|
|
# docs_split: ship documentation in separate subpackage
|
2005-12-20 12:32:07 +00:00
|
|
|
|
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%define gphoto2_support 0%{!?_without_gphoto2:1}
|
2006-06-09 09:10:05 +00:00
|
|
|
|
%define gphoto2_split 0%{!?_without_gphoto2:%{?_with_gphoto2_split:1}}
|
|
|
|
|
|
2006-10-13 11:59:45 +00:00
|
|
|
|
%if 0%{?fedora} >= 5 || 0%{?rhel} >= 5
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%define libs_split 0%{?!_without_libs_split:1}
|
|
|
|
|
%define docs_split 0%{?_with_docs_split:1}
|
|
|
|
|
%else
|
|
|
|
|
%define libs_split 0%{?_with_libs_split:1}
|
|
|
|
|
%define docs_split 0%{?!_without_docs_split:1}
|
|
|
|
|
%endif
|
|
|
|
|
|
2007-07-05 15:31:58 +00:00
|
|
|
|
%if 0%{?fedora} >= 7 || 0%{?rhel} >= 6
|
2007-07-20 15:35:29 +00:00
|
|
|
|
%define udev_098 0%{?!_without_udev_098:1}
|
2007-07-05 15:31:58 +00:00
|
|
|
|
%else
|
2007-07-20 15:35:29 +00:00
|
|
|
|
%define udev_098 0%{?_with_udev_098:1}
|
2007-07-05 15:31:58 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
2005-12-20 12:32:07 +00:00
|
|
|
|
Summary: Scanner access software
|
2004-09-09 12:01:16 +00:00
|
|
|
|
Name: sane-backends
|
2006-07-24 13:53:46 +00:00
|
|
|
|
Version: 1.0.18
|
2007-08-08 11:42:18 +00:00
|
|
|
|
Release: 14%{?dist}
|
2004-09-09 12:01:16 +00:00
|
|
|
|
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
|
|
|
|
Group: System Environment/Libraries
|
2004-11-08 17:34:39 +00:00
|
|
|
|
Source0: ftp://ftp.sane-project.org/pub/sane/%{name}-%{version}/%{name}-%{version}.tar.gz
|
2004-09-09 12:01:16 +00:00
|
|
|
|
Source1: sane.png
|
2006-07-24 14:52:57 +00:00
|
|
|
|
Patch1: sane-backends-1.0.18-rpath.patch
|
2006-04-25 11:53:44 +00:00
|
|
|
|
Patch2: sane-backends-1.0.12-badcode.patch
|
|
|
|
|
Patch3: sane-backends-multilib.patch
|
2007-04-24 07:14:48 +00:00
|
|
|
|
Patch4: sane-backends-1.0.17-pkgconfig.patch
|
|
|
|
|
Patch5: sane-backends-1.0.18-logical_vs_binary.patch
|
2007-06-15 13:23:56 +00:00
|
|
|
|
Patch6: sane-backends-1.0.18-usb_reset.patch
|
2007-07-22 21:04:15 +00:00
|
|
|
|
Patch7: sane-backends-1.0.18-udev-symlink.patch
|
2007-08-08 11:42:18 +00:00
|
|
|
|
Patch8: sane-backends-1.0.18-udev-098.patch
|
2004-09-09 12:05:11 +00:00
|
|
|
|
URL: http://www.sane-project.org
|
2005-12-20 12:32:07 +00:00
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n)
|
2004-10-07 15:47:57 +00:00
|
|
|
|
BuildRequires: tetex-latex libusb-devel libieee1284-devel libjpeg-devel
|
2006-04-05 08:32:37 +00:00
|
|
|
|
BuildRequires: autoconf libtool
|
2006-06-06 15:15:43 +00:00
|
|
|
|
BuildRequires: gettext
|
2004-09-09 12:02:01 +00:00
|
|
|
|
%if %{gphoto2_support}
|
|
|
|
|
BuildRequires: gphoto2-devel
|
2004-09-09 12:01:16 +00:00
|
|
|
|
%endif
|
2006-06-07 13:12:42 +00:00
|
|
|
|
Requires: pam >= 0.78-2
|
2007-07-20 15:35:29 +00:00
|
|
|
|
%if %udev_098
|
|
|
|
|
Requires: udev >= 098
|
2007-07-05 15:31:58 +00:00
|
|
|
|
%else
|
2006-06-07 13:12:42 +00:00
|
|
|
|
Requires: udev
|
2007-07-05 15:31:58 +00:00
|
|
|
|
%endif
|
2006-06-07 13:12:42 +00:00
|
|
|
|
Requires: libsane-hpaio
|
2004-09-09 12:01:21 +00:00
|
|
|
|
ExcludeArch: s390 s390x
|
2004-09-09 12:01:16 +00:00
|
|
|
|
|
|
|
|
|
%description
|
2004-09-09 12:02:01 +00:00
|
|
|
|
Scanner Access Now Easy (SANE) is a universal scanner interface. The
|
2004-09-09 12:01:16 +00:00
|
|
|
|
SANE application programming interface (API) provides standardized
|
|
|
|
|
access to any raster image scanner hardware (flatbed scanner,
|
2006-06-09 09:10:05 +00:00
|
|
|
|
hand-held scanner, video and still cameras, frame-grabbers, etc.).
|
2004-09-09 12:01:16 +00:00
|
|
|
|
|
|
|
|
|
%package devel
|
2006-06-09 09:10:05 +00:00
|
|
|
|
Summary: SANE development toolkit
|
2004-09-09 12:01:16 +00:00
|
|
|
|
Group: Development/Libraries
|
2006-09-17 15:20:40 +00:00
|
|
|
|
Requires: sane-backends = %{version}-%{release}, libusb-devel, libieee1284-devel
|
2006-05-17 07:52:22 +00:00
|
|
|
|
Requires: pkgconfig
|
2006-04-04 14:27:32 +00:00
|
|
|
|
%if %{gphoto2_support}
|
|
|
|
|
Requires: gphoto2-devel
|
|
|
|
|
%endif
|
2004-09-09 12:01:16 +00:00
|
|
|
|
Obsoletes: sane-devel
|
|
|
|
|
Provides: sane-devel
|
|
|
|
|
|
|
|
|
|
%description devel
|
2006-06-09 09:10:05 +00:00
|
|
|
|
This package contains static libraries and header files for writing Scanner
|
|
|
|
|
Access Now Easy (SANE) modules.
|
|
|
|
|
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%if %{docs_split}
|
|
|
|
|
%package docs
|
|
|
|
|
Summary: Additional documentation for SANE
|
|
|
|
|
Group: Documentation
|
|
|
|
|
|
|
|
|
|
%description docs
|
|
|
|
|
Additional documentation for SANE, a universal scanner interface.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{libs_split}
|
2006-06-09 09:10:05 +00:00
|
|
|
|
%package libs
|
|
|
|
|
Summary: SANE libraries
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
Obsoletes: sane-backends <= 1.0.17-12
|
2006-10-13 11:59:45 +00:00
|
|
|
|
%if 0%{?fedora} >= 5 || 0%{?rhel} >= 5
|
2006-09-08 09:10:01 +00:00
|
|
|
|
%if ! %{docs_split}
|
|
|
|
|
Obsoletes: sane-backends-docs <= 1.0.17-12
|
|
|
|
|
Provides: sane-backends-docs = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
2006-06-09 09:10:05 +00:00
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
|
This package contains the SANE libraries which are needed by applications that
|
|
|
|
|
want to access scanners.
|
|
|
|
|
|
|
|
|
|
%if %{gphoto2_split}
|
|
|
|
|
%package libs-gphoto2
|
|
|
|
|
Summary: SANE libraries for gphoto2
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
Requires: sane-backends-libs = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description libs-gphoto2
|
|
|
|
|
This package contains the SANE libraries which are needed by applications that
|
|
|
|
|
want to access digital cameras.
|
|
|
|
|
%endif
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%endif
|
2004-09-09 12:01:16 +00:00
|
|
|
|
|
|
|
|
|
%prep
|
2004-09-09 12:04:52 +00:00
|
|
|
|
%setup -q
|
2004-09-09 12:01:31 +00:00
|
|
|
|
|
2004-09-09 12:04:52 +00:00
|
|
|
|
%patch1 -p1 -b .rpath
|
2006-04-25 11:53:44 +00:00
|
|
|
|
%patch2 -p1 -b .badcode
|
|
|
|
|
%patch3 -p1 -b .multilib
|
2007-04-24 07:14:48 +00:00
|
|
|
|
%patch4 -p1 -b .pkgconfig
|
|
|
|
|
%patch5 -p1 -b .logical_vs_binary
|
2007-06-15 13:23:56 +00:00
|
|
|
|
%patch6 -p1 -b .usb_reset
|
2007-07-22 21:04:15 +00:00
|
|
|
|
%patch7 -p1 -b .udev-symlink
|
2004-09-09 12:02:32 +00:00
|
|
|
|
|
2007-07-20 15:35:29 +00:00
|
|
|
|
%if %udev_098
|
2007-08-08 11:42:18 +00:00
|
|
|
|
%patch8 -p1 -b .udev-098
|
2007-07-05 15:31:58 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
2004-11-20 20:49:21 +00:00
|
|
|
|
for i in agfafocus avision coolscan2 umax_pp; do
|
|
|
|
|
iconv -f iso-8859-1 -t utf-8 < "doc/sane-$i.man" > "doc/sane-$i.man_"
|
|
|
|
|
mv "doc/sane-$i.man_" "doc/sane-$i.man"
|
|
|
|
|
done
|
|
|
|
|
|
2004-09-09 12:02:57 +00:00
|
|
|
|
# We patched configure.in, so regenerate configure.
|
2004-09-09 12:04:52 +00:00
|
|
|
|
sed '/^# libtool\.m4/,$d' < acinclude.m4 > acinclude.m4.new
|
|
|
|
|
mv -f acinclude.m4{.new,}
|
|
|
|
|
libtoolize --force --copy
|
2006-03-14 13:48:41 +00:00
|
|
|
|
aclocal
|
2004-09-09 12:02:57 +00:00
|
|
|
|
autoconf
|
|
|
|
|
|
2004-09-09 12:01:16 +00:00
|
|
|
|
%build
|
|
|
|
|
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
|
2004-09-09 12:02:01 +00:00
|
|
|
|
%if %{gphoto2_support}
|
2005-12-20 12:32:07 +00:00
|
|
|
|
%configure --with-gphoto2=%{_prefix} --with-docdir=%{_docdir}/%{name}-%{version}
|
2004-09-09 12:02:01 +00:00
|
|
|
|
%else
|
2004-09-09 12:02:57 +00:00
|
|
|
|
%configure --without-gphoto2 --with-docdir=%{_docdir}/%{name}-%{version}
|
2004-09-09 12:02:01 +00:00
|
|
|
|
%endif
|
|
|
|
|
make
|
2004-09-09 12:01:16 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
2004-09-09 12:02:57 +00:00
|
|
|
|
%{makeinstall} docdir=%{buildroot}/%{_docdir}/%{name}-%{version}
|
2004-09-09 12:01:16 +00:00
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
|
|
|
|
install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
|
2004-09-09 12:02:57 +00:00
|
|
|
|
rm -f %{buildroot}%{_bindir}/gamma4scanimage
|
2006-06-09 09:10:05 +00:00
|
|
|
|
rm -f %{buildroot}%{_mandir}/man1/gamma4scanimage.1*
|
2004-09-09 12:04:52 +00:00
|
|
|
|
rm -f %{buildroot}%{_libdir}/sane/*.a %{buildroot}%{_libdir}/*.a
|
2006-03-24 12:04:40 +00:00
|
|
|
|
rm -f %{buildroot}%{_libdir}/libsane*.la %{buildroot}%{_libdir}/sane/*.la
|
2006-01-25 21:10:50 +00:00
|
|
|
|
|
2007-07-22 21:04:15 +00:00
|
|
|
|
mkdir -p %{buildroot}/%{_sysconfdir}/udev/rules.d/
|
|
|
|
|
install -m 0644 tools/udev/libsane.rules %{buildroot}/%{_sysconfdir}/udev/rules.d/60-libsane.rules
|
2004-09-09 12:02:57 +00:00
|
|
|
|
|
2004-09-09 12:04:52 +00:00
|
|
|
|
%find_lang %name
|
2004-09-09 12:01:16 +00:00
|
|
|
|
|
2006-06-09 09:10:05 +00:00
|
|
|
|
|
2004-09-09 12:01:16 +00:00
|
|
|
|
%clean
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%if %{libs_split}
|
2006-06-09 09:10:05 +00:00
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%else
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
%endif
|
2004-09-09 12:03:42 +00:00
|
|
|
|
|
2004-09-09 12:04:52 +00:00
|
|
|
|
%files -f %{name}.lang
|
2004-09-09 12:01:16 +00:00
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%dir /etc/sane.d
|
2004-09-09 12:06:21 +00:00
|
|
|
|
%config(noreplace) /etc/sane.d/*
|
2006-01-25 21:10:50 +00:00
|
|
|
|
%{_sysconfdir}/udev/rules.d/*
|
2004-09-09 12:01:16 +00:00
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
%{_datadir}/pixmaps/sane.png
|
2006-07-24 13:53:46 +00:00
|
|
|
|
|
2006-09-08 09:10:01 +00:00
|
|
|
|
%{_bindir}/sane-find-scanner
|
|
|
|
|
%{_bindir}/scanimage
|
|
|
|
|
%{_sbindir}/*
|
|
|
|
|
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%if ! %{libs_split}
|
|
|
|
|
%{_libdir}/libsane*.so.*
|
|
|
|
|
%dir %{_libdir}/sane
|
|
|
|
|
%{_libdir}/sane/*.so.*
|
|
|
|
|
%endif
|
|
|
|
|
|
2006-10-13 06:29:50 +00:00
|
|
|
|
%if ! %{docs_split}
|
2006-09-08 09:10:01 +00:00
|
|
|
|
%doc %{_docdir}/*
|
|
|
|
|
%else
|
|
|
|
|
%doc %{_docdir}/*
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%exclude %{_docdir}/%{name}-%{version}/sane-backends.html
|
|
|
|
|
%exclude %{_docdir}/%{name}-%{version}/sane-backends-external.html
|
|
|
|
|
%exclude %{_docdir}/%{name}-%{version}/sane-mfgs.html
|
|
|
|
|
%exclude %{_docdir}/%{name}-%{version}/sane-mfgs-external.html
|
|
|
|
|
%exclude %{_docdir}/%{name}-%{version}/sane.dvi
|
|
|
|
|
%exclude %{_docdir}/%{name}-%{version}/sane.ps
|
|
|
|
|
%endif
|
|
|
|
|
|
2006-09-08 09:10:01 +00:00
|
|
|
|
%if %{libs_split}
|
|
|
|
|
%files libs
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%{_libdir}/libsane*.so.*
|
|
|
|
|
%dir %{_libdir}/sane
|
|
|
|
|
%{_libdir}/sane/*.so.*
|
|
|
|
|
|
|
|
|
|
%if %{gphoto2_split}
|
|
|
|
|
%exclude %{_libdir}/sane/*gphoto2.so.*
|
|
|
|
|
|
|
|
|
|
%files libs-gphoto2
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%defattr(-, root, root)
|
2006-09-08 09:10:01 +00:00
|
|
|
|
%{_libdir}/sane/*gphoto2.so.*
|
|
|
|
|
%endif
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{docs_split}
|
|
|
|
|
%files docs
|
|
|
|
|
%defattr(-, root, root)
|
2006-09-08 09:10:01 +00:00
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/sane-backends.html
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/sane-backends-external.html
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/sane-mfgs.html
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/sane-mfgs-external.html
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/sane.dvi
|
|
|
|
|
%doc %{_docdir}/%{name}-%{version}/sane.ps
|
2006-07-24 13:53:46 +00:00
|
|
|
|
%endif
|
2004-09-09 12:01:16 +00:00
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 12:02:57 +00:00
|
|
|
|
%{_bindir}/sane-config
|
2006-06-09 09:10:05 +00:00
|
|
|
|
%{_mandir}/man1/sane-config.1*
|
2004-09-09 12:01:16 +00:00
|
|
|
|
%{_includedir}/sane
|
|
|
|
|
%{_libdir}/libsane*.so
|
2004-09-09 12:04:52 +00:00
|
|
|
|
%{_libdir}/sane/*.so
|
2006-05-17 07:52:22 +00:00
|
|
|
|
%dir %{_libdir}/pkgconfig
|
|
|
|
|
%{_libdir}/pkgconfig/sane-backends.pc
|
2004-09-09 12:01:16 +00:00
|
|
|
|
|
|
|
|
|
%changelog
|
2007-08-08 11:42:18 +00:00
|
|
|
|
* Wed Aug 08 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-14
|
|
|
|
|
- make udev rules more robust (#243953)
|
|
|
|
|
|
2007-07-25 17:29:30 +00:00
|
|
|
|
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 1.0.18-13
|
|
|
|
|
- rebuild for toolchain bug
|
|
|
|
|
|
2007-07-24 17:27:44 +00:00
|
|
|
|
* Tue Jul 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-12
|
|
|
|
|
- fix typo in spec file
|
|
|
|
|
|
2007-07-24 16:46:32 +00:00
|
|
|
|
* Tue Jul 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-11
|
|
|
|
|
- work around udev regexes not matching as they should (#244444)
|
|
|
|
|
|
2007-07-22 21:04:15 +00:00
|
|
|
|
* Sun Jul 22 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-10
|
2007-07-22 21:26:51 +00:00
|
|
|
|
- tweak udev rules generation (#244444)
|
2007-07-22 21:04:15 +00:00
|
|
|
|
|
2007-07-20 15:35:29 +00:00
|
|
|
|
* Fri Jul 20 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-9
|
|
|
|
|
- don't tweak device names in device configuration files anymore (obsolete)
|
|
|
|
|
- let udev rules cope with SUBSYSTEM=="usb" (#244444)
|
|
|
|
|
- tweak-udev-rules patch is udev-098 patch now
|
|
|
|
|
|
2007-07-05 15:31:58 +00:00
|
|
|
|
* Thu Jul 05 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-8
|
|
|
|
|
- tweak udev rules to conform with new udev syntax (#246849)
|
|
|
|
|
|
2007-06-15 13:23:56 +00:00
|
|
|
|
* Fri Jun 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-7
|
|
|
|
|
- call usb_reset() prior to usb_close() to workaround hanging USB hardware
|
|
|
|
|
(#149027, #186766)
|
|
|
|
|
|
2007-04-24 07:14:48 +00:00
|
|
|
|
* Tue Apr 24 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-6
|
|
|
|
|
- don't erroneously use logical "&&" instead of binary "&" at some places in
|
|
|
|
|
the canon driver
|
|
|
|
|
|
2006-10-13 11:59:45 +00:00
|
|
|
|
* Fri Oct 13 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-5
|
|
|
|
|
- use %%rhel, not %%redhat
|
|
|
|
|
|
2006-10-13 06:29:50 +00:00
|
|
|
|
* Fri Oct 13 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-4
|
|
|
|
|
- don't ship generated docs in -libs but main package (#210572)
|
|
|
|
|
|
2006-09-17 15:20:40 +00:00
|
|
|
|
* Sun Sep 17 2006 Warren Togami <wtogami@redhat.com> - 1.0.18-3
|
|
|
|
|
- -devel req exact version-release
|
|
|
|
|
|
2006-09-08 09:10:01 +00:00
|
|
|
|
* Fri Sep 08 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-2
|
|
|
|
|
- remove unneeded programs subpackage
|
|
|
|
|
- clean up docs vs. libs pkg split, mark documentation as %%doc
|
|
|
|
|
|
2006-07-24 13:53:46 +00:00
|
|
|
|
* Mon Jul 24 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-1
|
|
|
|
|
- version 1.0.18
|
|
|
|
|
- unify spec file between OS releases
|
2006-07-24 14:52:22 +00:00
|
|
|
|
- update rpath patch
|
2006-07-24 15:14:41 +00:00
|
|
|
|
- remove obsolete newmodels patch
|
2006-07-24 15:38:05 +00:00
|
|
|
|
- use *.desc created udev rules
|
2006-07-24 13:53:46 +00:00
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-13.1
|
2006-07-12 17:37:46 +00:00
|
|
|
|
- rebuild
|
|
|
|
|
|
2006-06-09 09:10:05 +00:00
|
|
|
|
* Fri Jun 09 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-13
|
|
|
|
|
- split package into sane-backends, -devel, -libs, -programs to work around
|
|
|
|
|
multilib issues (#135172)
|
|
|
|
|
|
2006-06-07 13:12:42 +00:00
|
|
|
|
* Wed Jun 07 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-12
|
|
|
|
|
- require libsane-hpaio to work around #165751
|
|
|
|
|
|
2006-06-06 15:15:43 +00:00
|
|
|
|
* Tue Jun 06 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-11
|
|
|
|
|
- add BuildRequires: gettext (#194163)
|
|
|
|
|
|
2006-05-17 07:52:22 +00:00
|
|
|
|
* Wed May 17 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-10
|
2006-05-16 16:24:14 +00:00
|
|
|
|
- add pkg-config support, re-write sane-config to use pkg-config to avoid
|
|
|
|
|
multilib problems with conflicting sane-config scripts
|
|
|
|
|
|
2006-04-25 11:53:44 +00:00
|
|
|
|
* Tue Apr 25 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-9
|
|
|
|
|
- add support for Canon Lide 60 scanner (#189726)
|
|
|
|
|
|
2006-04-05 08:32:37 +00:00
|
|
|
|
* Wed Apr 05 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-8
|
|
|
|
|
- don't use automake
|
|
|
|
|
|
|
|
|
|
* Tue Apr 04 2006 Nils Philippsen <nphilipp@redhat.com>
|
2006-04-04 14:27:32 +00:00
|
|
|
|
- require gphoto2-devel in sane-backends-devel
|
|
|
|
|
|
2006-03-24 12:04:40 +00:00
|
|
|
|
* Fri Mar 24 2006 Nils Philippsen <nphilipp@redhat.com> 1.0.17-7
|
|
|
|
|
- don't include *.la files
|
|
|
|
|
|
2006-03-23 16:33:20 +00:00
|
|
|
|
* Thu Mar 23 2006 Than Ngo <than@redhat.com> 1.0.17-6
|
|
|
|
|
- rebuild against gphoto2 to get rid of gphoto2.la
|
|
|
|
|
|
2006-03-14 13:48:41 +00:00
|
|
|
|
* Tue Mar 14 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.17-5
|
|
|
|
|
- buildrequire automake, autoconf, libtool (#178596)
|
|
|
|
|
- don't require /sbin/ldconfig, /bin/mktemp, /bin/grep, /bin/cat, /bin/rm
|
|
|
|
|
|
2006-02-22 13:03:33 +00:00
|
|
|
|
* Thu Feb 22 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.17-4
|
|
|
|
|
- split off generated documentation into separate subpackage to avoid conflicts
|
|
|
|
|
on multilib systems
|
|
|
|
|
|
2006-02-11 05:38:33 +00:00
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-3.2
|
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
|
2006-02-07 13:47:22 +00:00
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.17-3.1
|
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
2006-01-25 21:10:50 +00:00
|
|
|
|
* Wed Jan 25 2006 Bill Nottingham <notting@redhat.com> 1.0.17-3
|
|
|
|
|
- ship udev rules for device creation (#177650). Require udev
|
|
|
|
|
|
2006-01-23 04:31:36 +00:00
|
|
|
|
* Sun Jan 22 2006 Bill Nottingham <notting@redhat.com> 1.0.17-2
|
|
|
|
|
- disable hotplug dep. More later pending (#177650)
|
|
|
|
|
|
2005-12-20 12:32:07 +00:00
|
|
|
|
* Tue Dec 20 2005 Nils Philippsen <nphilipp@redhat.com> 1.0.17-1
|
|
|
|
|
- version 1.0.17
|
|
|
|
|
- reenable gphoto2 backend
|
|
|
|
|
|
2005-12-09 22:43:05 +00:00
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2005-10-15 09:40:08 +00:00
|
|
|
|
* Sat Oct 15 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2005-08-19 10:40:28 +00:00
|
|
|
|
* Fri Aug 19 2005 Nils Philippsen <nphilipp@redhat.com> 1.0.16-1
|
|
|
|
|
- version 1.0.16
|
2005-08-19 10:45:57 +00:00
|
|
|
|
- remove obsolete docdir patch
|
2005-08-19 10:40:28 +00:00
|
|
|
|
|
2005-07-25 11:28:27 +00:00
|
|
|
|
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- Fixed libusbscanner comment (bug #162983).
|
|
|
|
|
|
2005-03-02 18:47:48 +00:00
|
|
|
|
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 1.0.15-9
|
|
|
|
|
- Rebuild for new GCC.
|
|
|
|
|
|
2004-12-10 17:41:22 +00:00
|
|
|
|
* Fri Dec 10 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-8
|
2004-12-08 09:26:50 +00:00
|
|
|
|
- Further small fixes to libusbscanner script.
|
|
|
|
|
|
2004-12-03 16:29:00 +00:00
|
|
|
|
* Fri Dec 3 2004 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- Ship the correct libsane.usermap (part of bug #135802).
|
|
|
|
|
|
2004-12-01 13:09:17 +00:00
|
|
|
|
* Wed Dec 1 2004 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- No longer need ep2400 patch.
|
|
|
|
|
|
2004-11-30 11:51:33 +00:00
|
|
|
|
* Tue Nov 30 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-7
|
|
|
|
|
- Updated libusbscanner script from Tomas Mraz, to use pam_console_apply.
|
2004-11-30 09:30:49 +00:00
|
|
|
|
- Requires pam >= 0.78-2 for targetted pam_console_apply.
|
|
|
|
|
|
2004-11-25 10:51:19 +00:00
|
|
|
|
* Thu Nov 25 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-6
|
|
|
|
|
- Random changes in libusbscanner.
|
|
|
|
|
|
2004-11-23 16:48:06 +00:00
|
|
|
|
* Tue Nov 23 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-5
|
|
|
|
|
- libusbscanner: Create /dev/usb if it doesn't exist after 30s.
|
|
|
|
|
|
2004-11-22 16:33:46 +00:00
|
|
|
|
* Mon Nov 22 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-4
|
|
|
|
|
- Attempt to be more useful in libusbscanner by waiting a maximum of 30
|
|
|
|
|
seconds.
|
2004-11-22 16:24:15 +00:00
|
|
|
|
- Add a chcon call to libusbscanner (bug #140059). Based on contribution
|
|
|
|
|
from W. Michael Petullo.
|
|
|
|
|
|
2004-11-20 20:49:21 +00:00
|
|
|
|
* Sat Nov 20 2004 Miloslav Trmac <mitr@redhat.com> - 1.0.15-3
|
|
|
|
|
- Convert man pages to UTF-8
|
|
|
|
|
|
2004-11-16 18:05:42 +00:00
|
|
|
|
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- Require hotplug's remover to work.
|
|
|
|
|
|
2004-11-16 17:43:15 +00:00
|
|
|
|
* Tue Nov 16 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-2
|
|
|
|
|
- Applied the libusbscanner part of the patch for bug #121511, by Ian
|
|
|
|
|
Pilcher.
|
|
|
|
|
|
2004-11-08 17:34:39 +00:00
|
|
|
|
* Mon Nov 8 2004 Tim Waugh <twaugh@redhat.com> 1.0.15-1
|
|
|
|
|
- 1.0.15.
|
|
|
|
|
|
2004-10-11 20:56:28 +00:00
|
|
|
|
* Sun Oct 10 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-6
|
2004-10-10 08:31:55 +00:00
|
|
|
|
- Make man pages identical on multilib installations.
|
|
|
|
|
|
2004-10-07 15:47:57 +00:00
|
|
|
|
* Thu Oct 7 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-5
|
|
|
|
|
- Build requires libjpeg-devel (bug #134964).
|
|
|
|
|
|
2004-09-09 12:06:28 +00:00
|
|
|
|
* Thu Aug 26 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-4
|
|
|
|
|
- Apply patch from David Zeuthen to fix hotplug script (bug #130755).
|
|
|
|
|
|
2004-09-09 12:06:21 +00:00
|
|
|
|
* Mon Aug 9 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-3
|
|
|
|
|
- Mark config files noreplace.
|
|
|
|
|
|
2004-09-09 12:06:08 +00:00
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 12:05:58 +00:00
|
|
|
|
* Wed Jun 2 2004 Tim Waugh <twaugh@redhat.com> 1.0.14-1
|
|
|
|
|
- 1.0.14.
|
|
|
|
|
|
|
|
|
|
* Wed May 12 2004 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- s/ftp.mostang.com/ftp.sane-project.org/.
|
|
|
|
|
|
2004-09-09 12:05:50 +00:00
|
|
|
|
* Fri May 7 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-7
|
|
|
|
|
- Fix epson.conf for USB scanners (bug #122328).
|
|
|
|
|
|
|
|
|
|
* Tue May 4 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-6
|
|
|
|
|
- Ship libusb.usermap (from sane-backends-1.0.14) and a pam_console-aware
|
|
|
|
|
libusbscanner script.
|
|
|
|
|
- Fix epson.conf for Epson Perfection 2400 (bug #122328).
|
|
|
|
|
|
2004-09-09 12:05:31 +00:00
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Thu Feb 5 2004 Tim Waugh <twaugh@redhat.com> 1.0.13-4
|
|
|
|
|
- Fixed compilation with GCC 3.4.
|
|
|
|
|
|
2004-09-09 12:05:11 +00:00
|
|
|
|
* Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 1.0.13-3
|
|
|
|
|
- Take %%{_libdir}/sane out of ldconfig's search path altogether (Oliver
|
|
|
|
|
Rauch).
|
|
|
|
|
|
|
|
|
|
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 1.0.13-2
|
|
|
|
|
- no rpath in sane-config anymore
|
|
|
|
|
|
|
|
|
|
* Sun Nov 23 2003 Tim Waugh <twaugh@redhat.com> 1.0.13-1
|
|
|
|
|
- 1.0.13.
|
|
|
|
|
- No longer need autoload, gt68xx patches.
|
|
|
|
|
|
|
|
|
|
* Thu Nov 20 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-6
|
|
|
|
|
- Don't add %%{_libdir}/sane to ld.so.conf (bug #110419).
|
|
|
|
|
|
|
|
|
|
* Tue Nov 11 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-5
|
|
|
|
|
- Updated gt68xx driver to fix timeout problems.
|
|
|
|
|
|
|
|
|
|
* Wed Oct 8 2003 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- Avoided undefined behaviour in canon-sane.c (bug #106305).
|
|
|
|
|
|
|
|
|
|
* Mon Sep 29 2003 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- Updated URL.
|
|
|
|
|
|
2004-09-09 12:04:52 +00:00
|
|
|
|
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-4
|
|
|
|
|
- The devel package requires libieee1284-devel.
|
2004-09-09 12:04:04 +00:00
|
|
|
|
|
2004-09-09 12:04:52 +00:00
|
|
|
|
* Mon Jun 16 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-3
|
|
|
|
|
- Use libtoolize and aclocal to fix build.
|
|
|
|
|
- Build requires libieee1284-devel (to fix bug #75849).
|
2004-09-09 12:03:42 +00:00
|
|
|
|
|
2004-09-09 12:04:52 +00:00
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
2004-09-09 12:03:42 +00:00
|
|
|
|
|
2004-09-09 12:04:52 +00:00
|
|
|
|
* Sun May 25 2003 Tim Waugh <twaugh@redhat.com> 1.0.12-1
|
|
|
|
|
- 1.0.12.
|
2004-09-09 12:03:42 +00:00
|
|
|
|
|
2004-09-09 12:04:52 +00:00
|
|
|
|
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 1.0.11-1
|
|
|
|
|
- Shipped libtool is broken; use installed script instead.
|
|
|
|
|
- Remove files not shipped.
|
|
|
|
|
- Fix some /usr/lib references.
|
|
|
|
|
- 1.0.11.
|
|
|
|
|
- Drop sane-sparc, errorchk, hp101, security patches.
|
|
|
|
|
- Update rpath, docdir patches.
|
|
|
|
|
- Use %%find_lang.
|
2004-09-09 12:03:42 +00:00
|
|
|
|
|
2004-09-09 12:04:52 +00:00
|
|
|
|
* Fri Mar 7 2003 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- sane-backends-devel requires libusb-devel (bug #85742).
|
2004-09-09 12:03:16 +00:00
|
|
|
|
|
2004-09-09 12:02:57 +00:00
|
|
|
|
* Mon Feb 10 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-5
|
|
|
|
|
- Fix saned problems.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 1.0.9-4
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Thu Jan 16 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-3
|
|
|
|
|
- hp-backend 1.01 for 'error during device I/O' workaround (bug #81835).
|
|
|
|
|
|
|
|
|
|
* Thu Jan 9 2003 Tim Waugh <twaugh@redhat.com> 1.0.9-2
|
|
|
|
|
- Better error checking in the Canon backend (bug #81332).
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2002 Tim Waugh <twaugh@redhat.com> 1.0.9-1
|
|
|
|
|
- 1.0.9.
|
2004-09-09 12:02:52 +00:00
|
|
|
|
|
2004-09-09 12:02:57 +00:00
|
|
|
|
* Wed Oct 23 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-6
|
|
|
|
|
- Ship the installed documentation.
|
|
|
|
|
- Move sane-config to the devel subpackage (bug #68454).
|
2004-09-09 12:02:52 +00:00
|
|
|
|
|
2004-09-09 12:02:57 +00:00
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
2004-09-09 12:02:47 +00:00
|
|
|
|
- automated rebuild
|
|
|
|
|
|
2004-09-09 12:02:32 +00:00
|
|
|
|
* Fri Jun 21 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-4
|
|
|
|
|
- Fix bug #62847.
|
|
|
|
|
|
|
|
|
|
* Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-3
|
|
|
|
|
- Fix dangling symlink (bug #66672).
|
|
|
|
|
|
|
|
|
|
* Wed Jun 12 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-2
|
|
|
|
|
- Don't tell SANE applications to use rpath (bug #66129, bug #66132).
|
|
|
|
|
|
|
|
|
|
* Mon May 27 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-1
|
|
|
|
|
- 1.0.8.
|
|
|
|
|
|
|
|
|
|
* Wed May 22 2002 Tim Waugh <twaugh@redhat.com> 1.0.8-0.20020522.1
|
|
|
|
|
- Update to CVS. Release expected before the end of the month.
|
|
|
|
|
- No longer need defaultincl or argv patches.
|
2004-09-09 12:02:22 +00:00
|
|
|
|
|
2004-09-09 12:02:32 +00:00
|
|
|
|
* Wed May 15 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-7
|
2004-09-09 12:02:18 +00:00
|
|
|
|
- Unconditionally run ldconfig after installation (bug #64964).
|
|
|
|
|
|
2004-09-09 12:02:06 +00:00
|
|
|
|
* Mon Mar 4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6
|
|
|
|
|
- Re-apply the original 1.0.7-4 fix (oops):
|
|
|
|
|
- Make sure to load SCSI modules if not already loaded (bug #59979).
|
|
|
|
|
|
|
|
|
|
* Mon Mar 4 2002 Tim Powers <timp@redhat.com> 1.0.7-5
|
2004-09-09 12:02:01 +00:00
|
|
|
|
- bump release number, wasn't bumped last time
|
|
|
|
|
|
|
|
|
|
* Mon Mar 3 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-4
|
|
|
|
|
- Update sparc patch (Tom "spot" Callaway).
|
|
|
|
|
|
|
|
|
|
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-3
|
|
|
|
|
- Rebuild in new environment.
|
|
|
|
|
- Disable bad stdarg code in scanimage so that alpha builds succeed.
|
|
|
|
|
|
|
|
|
|
* Mon Feb 11 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-2
|
|
|
|
|
- Make sure sane-config doesn't specify the default include path
|
|
|
|
|
(bug #59507).
|
|
|
|
|
|
|
|
|
|
* Mon Feb 4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-1
|
|
|
|
|
- 1.0.7.
|
|
|
|
|
|
|
|
|
|
* Sun Jan 27 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-0.beta2.1
|
|
|
|
|
- 1.0.7-beta2.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 23 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-0.beta1.1
|
|
|
|
|
- 1.0.7-beta1.
|
|
|
|
|
- Patches no longer needed: scsi, microtek2, format.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.0.6-4
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Nov 21 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-3
|
|
|
|
|
- Fix default file names format in batch scans (bug #56542).
|
2004-09-09 12:01:43 +00:00
|
|
|
|
|
2004-09-09 12:02:01 +00:00
|
|
|
|
* Tue Nov 20 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-2
|
|
|
|
|
- Apply Maurice Hilarius's patch to avoid kill(-1,SIGTERM) (bug #56540).
|
2004-09-09 12:01:43 +00:00
|
|
|
|
|
2004-09-09 12:02:01 +00:00
|
|
|
|
* Mon Nov 5 2001 Tim Waugh <twaugh@redhat.com> 1.0.6-1
|
|
|
|
|
- 1.0.6.
|
2004-09-09 12:01:31 +00:00
|
|
|
|
|
2004-09-09 12:02:01 +00:00
|
|
|
|
* Fri Jul 20 2001 Florian La Roche <Florian.LaRoche@redhat.de> 1.0.5-4
|
2004-09-09 12:01:21 +00:00
|
|
|
|
- exclude s390, s390x
|
|
|
|
|
|
2004-09-09 12:01:16 +00:00
|
|
|
|
* Tue Jul 17 2001 Preston Brown <pbrown@redhat.com> 1.0.5-3
|
|
|
|
|
- sane.png included
|
|
|
|
|
|
|
|
|
|
* Tue Jul 10 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-2
|
|
|
|
|
- sane-backends-devel provides sane-devel.
|
|
|
|
|
|
|
|
|
|
* Sun Jul 1 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-1
|
|
|
|
|
- 1.0.5.
|
|
|
|
|
|
|
|
|
|
* Wed Jun 20 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010620.0
|
|
|
|
|
- 2001-06-20 CVS update. PreReq /bin/cat, /bin/rm.
|
|
|
|
|
|
|
|
|
|
* Mon Jun 11 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010610
|
|
|
|
|
- 2001-06-10 CVS snapshot. umax_pp update from CVS again to fix more
|
|
|
|
|
build problems.
|
|
|
|
|
|
|
|
|
|
* Sun Jun 3 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010603.1000
|
|
|
|
|
- 2001-06-03 CVS snapshot (10:00). Fixes umax_pp build problems.
|
|
|
|
|
|
|
|
|
|
* Sat Jun 2 2001 Tim Waugh <twaugh@redhat.com> 1.0.5-0.20010530
|
|
|
|
|
- sane-backends (sane-frontends is in a separate package now).
|
|
|
|
|
- 2001-05-30 CVS snapshot.
|
|
|
|
|
- include.patch no longer needed.
|
|
|
|
|
- sg3timeout.patch no longer needed.
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.0.3-10
|
|
|
|
|
- Fix up the libtool config file /usr/lib/libsane.la
|
|
|
|
|
kscan should build now. ;)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 10 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- Increase timeout for SCSI commands sent via sg driver version 3
|
|
|
|
|
(bug #23447)
|
|
|
|
|
|
|
|
|
|
* Mon Dec 25 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- rebuilt against gimp 1.2.0
|
|
|
|
|
|
|
|
|
|
* Thu Dec 21 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- rebuilt against gimp 1.1.32
|
|
|
|
|
- use -DGIMP_ENABLE_COMPAT_CRUFT=1 to build with compat macros
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- rebuilt against gimp 1.1.30
|
|
|
|
|
|
|
|
|
|
* Fri Dec 1 2000 Tim Waugh <twaugh@redhat.com>
|
|
|
|
|
- Rebuild because of fileutils bug.
|
|
|
|
|
|
|
|
|
|
* Thu Oct 26 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- fix provides for ia64/sparc64
|
|
|
|
|
|
|
|
|
|
* Thu Aug 29 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- don't include xscanimage desktop entry - it's a gimp
|
|
|
|
|
plugin. Doh. (part of #17076)
|
|
|
|
|
- add tetex-latex as a build requirement
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- built against gimp 1.1.25
|
|
|
|
|
|
|
|
|
|
* Tue Aug 22 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- 1.0.3 bugfix release (#16726)
|
|
|
|
|
- rev patch removed, no longer needed
|
|
|
|
|
|
|
|
|
|
* Tue Aug 15 2000 Than Ngo <than@redhat.com>
|
|
|
|
|
- add triggerpostun to fix removing path from ld.so.conf at update
|
|
|
|
|
|
|
|
|
|
* Fri Aug 4 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
|
|
|
|
- Add Swedish and German translations to desktop file, Bug #15317
|
|
|
|
|
|
|
|
|
|
* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- use mktemp in post and postun scripts
|
|
|
|
|
- fix incorrect usage of rev in backend/Makefile
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2000 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- workarounds for weird bug (all so-files had names with "s="
|
|
|
|
|
- except for sparc which has just "=" and IA64 which works)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 3 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
|
- rebuilt against gimp-1.1.24
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
|
- FHS paths
|
|
|
|
|
- work around ICE on intel. FIX ME!
|
|
|
|
|
|
|
|
|
|
* Mon May 22 2000 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt w/ glibc-2.1.90
|
|
|
|
|
|
|
|
|
|
* Thu May 18 2000 Tim Powers <timp@redhat.com>
|
|
|
|
|
- updated to 1.0.2
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 1999 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt for 6.1
|
|
|
|
|
|
|
|
|
|
* Tue May 11 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- make it play nice with xsane, add ld.so.conf entries
|
|
|
|
|
|
|
|
|
|
* Wed Apr 21 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- update to 1.0.1
|
|
|
|
|
|
|
|
|
|
* Tue Oct 13 1998 Michael Maher <mike@redhat.com>
|
|
|
|
|
- updated package
|
|
|
|
|
|
|
|
|
|
* Thu May 21 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- upgraded to 0.73
|
|
|
|
|
|
|
|
|
|
* Tue Jan 27 1998 Otto Hammersmith <otto@redhat.com>
|
|
|
|
|
- umax drivers were missing from the file list.
|
|
|
|
|
|
|
|
|
|
* Sun Dec 7 1997 Otto Hammersmith <otto@redhat.com>
|
|
|
|
|
- added wmconfig
|
|
|
|
|
- fixed library problem
|
|
|
|
|
|
|
|
|
|
* Tue Dec 2 1997 Otto Hammersmith <otto@redhat.com>
|
|
|
|
|
- added changelog
|
|
|
|
|
- got newer package from Sane web site than our old powertools one
|