2011-10-10 11:59:26 +00:00
# let -devel require drivers to make them available as multilib
%global needs_multilib_quirk 1
2012-08-31 14:23:19 +00:00
%global _hardened_build 1
2013-04-19 13:33:42 +00:00
%global libusb1 1
2016-01-19 16:08:31 +00:00
%global __provides_exclude_from ^%{_libdir} /sane/.*\.so.*$
%global __requires_exclude ^libsane-.*\.so\.[0-9]*(\(\).*)?+$
2013-01-17 12:17:05 +00:00
2016-01-19 16:08:31 +00:00
%global _maindocdir %{_docdir} /%{name}
%global _docdocdir %{_docdir} /%{name} -doc
2013-06-24 09:57:01 +00:00
2022-12-01 05:44:43 +00:00
%global scanner_backends_list abaton agfafocus apple artec artec_eplus48u as6e avision bh canon canon630u canon_dr canon_lide70 canon_pp cardscan coolscan coolscan2 coolscan3 dell1600n_net dll epjitsu epson epson2 epsonds fujitsu genesys gt68xx hp hp3500 hp3900 hp4200 hp5400 hp5590 hpljm1005 hpsj5s hs2p ibm kodak kodakaio kvs1025 kvs20xx kvs40xx leo lexmark ma1509 magicolor matsushita microtek microtek2 mustek mustek_pp mustek_usb mustek_usb2 nec net niash p5 pie pieusb pixma plustek plustek_pp ricoh ricoh2 rts8891 s9036 sceptre sharp sm3600 sm3840 snapscan sp15c st400 tamarack teco1 teco2 teco3 test u12 umax umax1220u umax_pp xerox_mfp
%global camera_backends_list dc210 dc240 dc25 dmc gphoto2 qcam stv680 v4l
%global config_files_list abaton agfafocus apple artec artec_eplus48u avision bh canon canon630u canon_dr canon_lide70 canon_pp cardscan coolscan coolscan2 coolscan3 dell1600n_net dll epjitsu epson epson2 epsonds fujitsu genesys gt68xx hp hp3900 hp4200 hp5400 hpsj5s hs2p ibm kodak kodakaio kvs1025 leo lexmark ma1509 magicolor matsushita microtek microtek2 mustek mustek_pp mustek_usb nec net p5 pie pieusb pixma plustek plustek_pp ricoh rts8891 s9036 sceptre sharp sm3840 snapscan sp15c st400 tamarack teco1 teco2 teco3 test u12 umax umax1220u umax_pp xerox_mfp dc210 dc240 dc25 dmc gphoto2 qcam stv680 v4l
2023-02-23 15:23:37 +00:00
%if 0%{?flatpak}
2023-03-01 14:21:14 +00:00
%bcond_with runtimedep_systemd
2023-02-23 15:23:37 +00:00
%else
2023-03-01 14:21:14 +00:00
%bcond_without runtimedep_systemd
2023-02-23 15:23:37 +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
2023-02-17 10:26:13 +00:00
Version : 1.2.1
2023-07-26 12:32:58 +00:00
Release : 5%{?dist}
# backend/coolscan*, backend/epson2*, backend/epsonds*, backend/magicolor*, backend/kodakaio* -
# GPL-2.0-only
# backend/qcam* - MIT AND GPL-2.0-or-later WITH gnu-javamail-exception
# include/sane.h,sanei_net.h,sanei_tcp.h,sanei_udp.h - LicenseRef-Fedora-Public-Domain
# sanei/sanei_jpeg.c - IJG
# sanei/*, backend/*, include/*, japi/* - GPL-2.0-or-later WITH gnu-javamail-exception
# frontend/*, tools/* - GPL-2.0-or-later
# lib/* - LGPL-2.0-or-later, LGPL-2.1-or-later (copied from glibc, remove in the future...)
# !DISABLED DURING CONFIGURE, thus not in License tag! backend/escl* - GPL-3.0-or-later
# GPL-2.0-or-later WITH gnu-javamail-exception reported for including into
# Fedora - https://gitlab.com/fedora/legal/fedora-license-data/-/issues/264
# future:
# License: GPL-2.0-or-later WITH gnu-javamail-exception AND GPL-2.0-or-later AND GPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND MIT AND IJG
License : GPL-2.0-or-later AND GPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LicenseRef-Fedora-Public-Domain AND IJG AND MIT
2020-05-19 11:15:58 +00:00
# GitLab Download URLs are amazing. But the source code link has different name and doesnt have generated autotools stuff
2021-02-16 12:07:16 +00:00
Source0 : https://gitlab.com/sane-project/backends/uploads/104f09c07d35519cc8e72e604f11643f/%{name} -%{version} .tar.gz
2020-05-11 07:27:55 +00:00
2004-09-09 12:01:16 +00:00
Source1 : sane.png
2016-10-07 17:56:52 +00:00
Source2 : saned.socket
Source3 : saned@.service.in
2017-11-23 10:05:04 +00:00
Source4 : README.Fedora
2018-03-12 13:36:35 +00:00
Source5 : 66-saned.rules
2022-07-20 13:10:06 +00:00
Source6 : sane-backends.sysusers
2012-08-31 14:22:37 +00:00
2015-10-08 12:53:32 +00:00
# Fedora-specific, probably not generally applicable:
Patch0 : sane-backends-1.0.25-udev.patch
2012-08-31 14:25:34 +00:00
# Fedora-specific (for now): don't use the same SONAME for backend libs and
# main lib
2015-10-08 12:53:32 +00:00
Patch1 : sane-backends-1.0.23-soname.patch
2012-09-04 14:47:51 +00:00
# Fedora-specific (for now): make installed sane-config multi-lib aware again
2015-10-08 12:53:32 +00:00
Patch2 : sane-backends-1.0.23-sane-config-multilib.patch
2022-11-24 07:12:30 +00:00
# 2139882 - Plustek 8100 scanner not detected
# sent upstream as https://gitlab.com/sane-project/backends/-/merge_requests/767
2023-02-17 10:26:13 +00:00
Patch3 : sane-genesys-plustek7600i-8100-support.patch
2023-02-21 05:39:04 +00:00
# Fix for c99
Patch4 : sane-backends-1.2.1-fedora-c99.patch
2019-09-30 16:26:34 +00:00
2004-09-09 12:05:11 +00:00
URL : http://www.sane-project.org
2011-11-28 20:36:35 +00:00
2022-01-24 15:06:31 +00:00
# we need autoconf during build
BuildRequires : autoconf
2021-02-18 06:33:31 +00:00
BuildRequires : gettext
2018-02-19 15:24:15 +00:00
# gcc is no longer in buildroot by default
BuildRequires : gcc
2022-12-01 05:53:37 +00:00
# genesys backend is written in C++, so it is needed as buildrequire
2019-10-17 09:27:14 +00:00
BuildRequires : gcc-c++
2022-12-01 05:53:37 +00:00
# for autosetup
BuildRequires : git-core
2021-02-18 06:33:31 +00:00
BuildRequires : gphoto2-devel
2021-12-01 11:03:54 +00:00
BuildRequires : texlive-base
2021-02-18 06:33:31 +00:00
BuildRequires : libieee1284-devel
BuildRequires : libjpeg-devel
BuildRequires : libpng-devel
BuildRequires : libtiff-devel
2013-04-19 13:33:42 +00:00
%if %libusb1
2013-09-09 09:43:19 +00:00
BuildRequires : libusbx-devel
2013-04-19 13:33:42 +00:00
%else
2007-10-02 08:10:57 +00:00
BuildRequires : libusb-devel
2013-04-19 13:33:42 +00:00
%endif
2009-12-29 12:34:55 +00:00
BuildRequires : libv4l-devel
2021-02-18 06:33:31 +00:00
# uses make
BuildRequires : make
# pixma backend generates header files during build via python script
BuildRequires : python3
2016-10-07 17:56:52 +00:00
BuildRequires : systemd-devel
BuildRequires : systemd
2020-01-15 17:01:17 +00:00
# needed by macros in rpm scriptlets
BuildRequires : systemd-rpm-macros
2021-02-18 06:33:31 +00:00
2017-12-14 11:00:25 +00:00
Requires : libpng
2020-09-14 07:38:21 +00:00
Requires : sane-airscan
2021-02-18 06:33:31 +00:00
Requires : sane-backends-libs%{?_isa} = %{?epoch:%{epoch} :}%{version} -%{release}
2023-03-01 14:21:14 +00:00
%if %{with runtimedep_systemd}
2021-02-18 06:33:31 +00:00
Requires : systemd >= 196
Requires : systemd-udev >= 196
2023-02-23 15:23:37 +00:00
%endif
2004-09-09 12:01:16 +00:00
2020-05-11 07:20:41 +00:00
# workaround for Brother scanners, which drivers are built with old libnsl
# it is ignored by DNF, but it seems GUI installation apps should offer it
# if it is not installed, it leads to crashes like #1778425
Suggests : libnsl
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
2013-06-25 09:56:10 +00:00
%package doc
Summary : SANE backends documentation
BuildArch : noarch
%description doc
This package contains documentation for SANE backends.
2011-09-15 10:19:47 +00:00
%package libs
Summary : SANE libraries
2017-06-26 09:38:29 +00:00
Recommends: %{name} -drivers-cameras%{?_isa} = %{?epoch:%{epoch} :}%{version} -%{release}
Recommends: %{name} -drivers-scanners%{?_isa} = %{?epoch:%{epoch} :}%{version} -%{release}
2011-09-15 10:19:47 +00:00
%description libs
This package contains the SANE libraries which are needed by applications that
want to access scanners.
2004-09-09 12:01:16 +00:00
%package devel
2006-06-09 09:10:05 +00:00
Summary : SANE development toolkit
2021-02-18 06:33:31 +00:00
Requires : libieee1284-devel
Requires : libjpeg-devel
Requires : libtiff-devel
2013-04-19 13:33:42 +00:00
%if %libusb1
2013-09-09 09:43:19 +00:00
Requires : libusbx-devel
2013-04-19 13:33:42 +00:00
%else
2008-03-10 10:10:56 +00:00
Requires : libusb-devel
2013-04-19 13:33:42 +00:00
%endif
2006-05-17 07:52:22 +00:00
Requires : pkgconfig
2021-02-18 06:33:31 +00:00
Requires : sane-backends = %{?epoch:%{epoch} :}%{version} -%{release}
%if %needs_multilib_quirk
Requires : sane-backends-drivers-scanners%{?_isa} = %{?epoch:%{epoch} :}%{version} -%{release}
Requires : sane-backends-drivers-cameras%{?_isa} = %{?epoch:%{epoch} :}%{version} -%{release}
%endif
Requires : sane-backends-libs%{?_isa} = %{?epoch:%{epoch} :}%{version} -%{release}
2004-09-09 12:01:16 +00:00
%description devel
2010-06-25 15:29:04 +00:00
This package contains libraries and header files for writing Scanner Access Now
Easy (SANE) modules.
2006-06-09 09:10:05 +00:00
2011-09-15 10:19:47 +00:00
%package drivers-scanners
Summary : SANE backend drivers for scanners
2020-08-24 08:59:01 +00:00
# pixma backend now requires libxml2
BuildRequires : libxml2-devel
2022-03-23 13:07:58 +00:00
# due move of camera backends
2022-03-24 12:42:09 +00:00
Conflicts : %{name} -drivers-cameras < 1.1.1-4
2006-06-09 09:10:05 +00:00
Requires : sane-backends = %{?epoch:%{epoch} :}%{version} -%{release}
2011-09-15 10:19:47 +00:00
Requires : sane-backends-libs%{?_isa} = %{?epoch:%{epoch} :}%{version} -%{release}
2006-06-09 09:10:05 +00:00
2011-09-15 10:19:47 +00:00
%description drivers-scanners
This package contains backend drivers to access scanner hardware through SANE.
2006-06-09 09:10:05 +00:00
2011-09-15 10:19:47 +00:00
%package drivers-cameras
Summary : Scanner backend drivers for digital cameras
2022-03-23 13:07:58 +00:00
# due move of camera backends
2022-03-24 12:42:09 +00:00
Conflicts : %{name} -drivers-scanners < 1.1.1-4
2011-09-15 10:19:47 +00:00
Requires : sane-backends = %{?epoch:%{epoch} :}%{version} -%{release}
2009-06-16 15:28:12 +00:00
Requires : sane-backends-libs%{?_isa} = %{?epoch:%{epoch} :}%{version} -%{release}
2006-06-09 09:10:05 +00:00
2011-09-15 10:19:47 +00:00
%description drivers-cameras
This package contains backend drivers to access digital cameras through SANE.
2004-09-09 12:01:16 +00:00
2016-10-07 17:54:50 +00:00
%package daemon
Summary : Scanner network daemon
Requires : sane-backends = %{?epoch:%{epoch} :}%{version} -%{release}
Requires : sane-backends-libs%{?_isa} = %{?epoch:%{epoch} :}%{version} -%{release}
2021-02-18 06:33:31 +00:00
2016-10-07 17:54:50 +00:00
%description daemon
This package contains saned which is the daemon that allows remote clients to
access image acquisition devices available on the local host.
2004-09-09 12:01:16 +00:00
%prep
2022-12-01 05:53:37 +00:00
%autosetup -S git
2023-02-21 05:39:04 +00:00
# To avoid needing to run aclocal et al
touch -r acinclude.m4 aclocal.m4 configure Makefile.in
2004-11-20 20:49:21 +00:00
2004-09-09 12:01:16 +00:00
%build
2013-04-18 12:01:07 +00:00
CFLAGS=" % o p t f l a g s - f n o - s t r i c t - a l i a s i n g "
2012-08-31 14:23:19 +00:00
%if ! 0%{?_hardened_build}
2010-06-25 15:35:25 +00:00
# use PIC/PIE because SANE-enabled software is likely to deal with data coming
# from untrusted sources (client <-> saned via network)
2013-04-18 12:01:07 +00:00
CFLAGS=" $ C F L A G S - f P I C "
2010-06-25 15:35:25 +00:00
LDFLAGS=" - p i e "
2012-08-31 14:23:19 +00:00
%endif
2008-01-30 10:59:25 +00:00
%configure \
2008-03-10 10:10:56 +00:00
--with-gphoto2=%{_prefix} \
2013-08-07 13:33:13 +00:00
--with-docdir=%{_maindocdir} \
2016-10-07 17:56:52 +00:00
--with-systemd \
2010-11-23 10:52:21 +00:00
--disable-locking --disable-rpath \
2013-09-04 19:07:53 +00:00
%if %libusb1
2018-01-08 12:57:21 +00:00
--with-usb \
2013-09-04 19:07:53 +00:00
%endif
2020-04-02 07:13:36 +00:00
--enable-pthread
2020-07-14 13:46:21 +00:00
%make_build
2004-09-09 12:01:16 +00:00
2013-10-09 12:17:59 +00:00
# Write udev/hwdb files
2012-09-10 10:34:06 +00:00
_topdir=" $ P W D "
pushd tools
2013-10-09 12:17:59 +00:00
./sane-desc -m udev+hwdb -s " $ { _ t o p d i r } / d o c / d e s c r i p t i o n s : $ { _ t o p d i r } / d o c / d e s c r i p t i o n s - e x t e r n a l " -d0 > udev/sane-backends.rules
./sane-desc -m hwdb -s " $ { _ t o p d i r } / d o c / d e s c r i p t i o n s : $ { _ t o p d i r } / d o c / d e s c r i p t i o n s - e x t e r n a l " -d0 > udev/sane-backends.hwdb
2012-09-10 10:34:06 +00:00
popd
2004-09-09 12:01:16 +00:00
%install
2020-07-14 13:46:21 +00:00
%make_install
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
2020-02-10 09:14:56 +00:00
mkdir -p %{buildroot} %{_udevrulesdir}
mkdir -p %{buildroot} %{_udevhwdbdir}
install -m 0644 tools/udev/sane-backends.rules %{buildroot} %{_udevrulesdir} /65-sane-backends.rules
install -m 0644 tools/udev/sane-backends.hwdb %{buildroot} %{_udevhwdbdir} /20-sane-backends.hwdb
install -m 0644 %{SOURCE5} %{buildroot} %{_udevrulesdir} /66-saned.rules
2004-09-09 12:02:57 +00:00
2011-03-16 17:17:05 +00:00
mkdir -p %{buildroot} %{_libdir} /pkgconfig
install -m 0644 tools/sane-backends.pc %{buildroot} %{_libdir} /pkgconfig/
2013-06-25 09:56:10 +00:00
mkdir %{buildroot} %{_docdocdir}
2013-06-24 09:57:01 +00:00
pushd %{buildroot} %{_maindocdir}
for f in *; do
if [ -d " $ f " ]; then
2013-06-25 09:56:10 +00:00
mv " $ f " " %{buildroot} %{_docdocdir} / $ { f } "
2013-06-24 09:57:01 +00:00
else
case " $ f " in
AUTHORS|ChangeLog|COPYING|LICENSE|NEWS|PROBLEMS|README|README.linux)
;;
backend-writing.txt|PROJECTS|sane-*.html)
2013-06-25 09:56:10 +00:00
mv " $ f " " %{buildroot} %{_docdocdir} / $ { f } "
2013-06-24 09:57:01 +00:00
;;
*)
rm -rf " $ f "
;;
esac
fi
done
popd
2017-11-23 10:05:04 +00:00
install -m 644 %{SOURCE4} %{buildroot} %{_maindocdir}
2016-10-07 17:56:52 +00:00
install -m 755 -d %{buildroot} %{_unitdir}
install -m 644 %{SOURCE2} %{buildroot} %{_unitdir}
sed 's|@CONFIGDIR@|%{_sysconfdir}/sane.d|g' < %{SOURCE3} > saned@.service
install -m 644 saned@.service %{buildroot} %{_unitdir}
2023-02-23 15:23:37 +00:00
install -p -D -m 0644 %{SOURCE6} %{buildroot} %{_sysusersdir} /sane-backends.conf
2020-02-10 11:21:35 +00:00
%ifarch armv7hl
2020-02-10 14:03:21 +00:00
rm -f %{buildroot} %{_libdir} /sane/libsane-qcam.so
2020-02-10 11:21:35 +00:00
%endif
2004-09-09 12:04:52 +00:00
%find_lang %name
2004-09-09 12:01:16 +00:00
2022-12-01 05:44:43 +00:00
touch so_scanner_list
for backend in %scanner_backends_list
do
echo " %{_libdir} / s a n e / l i b s a n e - $ { b a c k e n d } . s o " >> so_scanner_list
done
touch so_camera_list
for backend in %camera_backends_list
do
if [ " $ b a c k e n d " == " q c a m " ]
then
continue
fi
echo " %{_libdir} / s a n e / l i b s a n e - $ { b a c k e n d } . s o " >> so_camera_list
done
touch config_list
for config in %config _files_list
do
if [ " $ c o n f i g " == " e p s o n d s " ] || [ " $ c o n f i g " == " q c a m " ]
then
continue
fi
echo " % c o n f i g ( n o r e p l a c e ) %{_sysconfdir} / s a n e . d / $ { c o n f i g } . c o n f " >> config_list
done
2013-10-16 14:00:43 +00:00
%post
udevadm hwdb --update >/dev/null 2>&1 || :
2020-07-28 12:40:36 +00:00
# check if there is autodiscovery enabled in epsonds.conf
autodiscovery=`%{_bindir} /grep -E '^[[:space:]]*net[[:space:]]*autodiscovery' /etc/sane.d/epsonds.conf`
if [ -n " $ a u t o d i s c o v e r y " ]
then
# comment out 'net autodiscovery' if it is not commented out
%{_bindir} /sed -i 's,^[[:space:]]*net[[:space:]]*autodiscovery,#net autodiscovery,g' /etc/sane.d/epsonds.conf
fi
2013-10-16 14:00:43 +00:00
%postun
udevadm hwdb --update >/dev/null 2>&1 || :
2018-02-02 10:23:28 +00:00
%ldconfig_scriptlets libs
2004-09-09 12:03:42 +00:00
2016-10-07 17:56:52 +00:00
%pre daemon
2022-07-20 13:10:06 +00:00
%sysusers_create_compat %{SOURCE6}
2016-10-07 17:56:52 +00:00
%post daemon
%systemd_post saned.socket
%preun daemon
%systemd_preun saned.socket
%postun daemon
2020-01-15 17:01:17 +00:00
%systemd_postun_with_restart saned.socket
2016-10-07 17:56:52 +00:00
2022-12-01 05:44:43 +00:00
%files -f %{name}.lang -f config_list
2017-08-15 10:50:10 +00:00
%dir %{_maindocdir}
2016-10-07 17:40:35 +00:00
%doc %{_maindocdir} /AUTHORS
%doc %{_maindocdir} /ChangeLog
%doc %{_maindocdir} /NEWS
%doc %{_maindocdir} /PROBLEMS
%doc %{_maindocdir} /README*
%license %{_maindocdir} /COPYING
%license %{_maindocdir} /LICENSE
2022-07-20 13:10:06 +00:00
%dir %{_sysconfdir} /sane.d
%dir %{_sysconfdir} /sane.d/dll.d
2022-10-05 09:38:51 +00:00
# 2130997 - epsonds.conf is modified during %post scriptlet to disable autodiscovery for
# security reasons, so disable RPM verification of it for size, md5 and modification time
%config (noreplace) %verify (not size md5 mtime) %{_sysconfdir} /sane.d/epsonds.conf
2022-12-01 05:44:43 +00:00
%ifarch x86_64 i686
%config (noreplace) %{_sysconfdir} /sane.d/qcam.conf
%endif
2020-02-10 09:14:56 +00:00
%{_udevrulesdir} /65-sane-backends.rules
%{_udevhwdbdir} /20-sane-backends.hwdb
2004-09-09 12:01:16 +00:00
%{_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
2015-10-08 12:53:32 +00:00
%{_bindir} /umax_pp
2006-09-08 09:10:01 +00:00
2010-05-05 11:47:41 +00:00
%exclude %{_mandir} /man1/sane-config.1*
2017-11-23 10:05:04 +00:00
%exclude %{_mandir} /man8/saned*
2010-05-05 11:47:41 +00:00
%{_mandir} /*/*
2008-03-10 10:10:56 +00:00
2006-09-08 09:10:01 +00:00
%dir %{_libdir} /sane
2016-10-19 09:33:26 +00:00
%dir %{_datadir} /sane
2006-09-08 09:10:01 +00:00
2013-06-25 09:56:10 +00:00
%files doc
%doc %{_docdocdir}
2011-09-15 10:19:47 +00:00
%files libs
2018-02-28 13:23:32 +00:00
%{_libdir} /libsane.so.1
2023-02-17 10:26:13 +00:00
%{_libdir} /libsane.so.1.2.1
2004-09-09 12:01:16 +00:00
%files devel
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
2018-02-28 13:23:32 +00:00
%{_libdir} /libsane.so
2006-05-17 07:52:22 +00:00
%{_libdir} /pkgconfig/sane-backends.pc
2004-09-09 12:01:16 +00:00
2022-12-01 05:44:43 +00:00
%files drivers-scanners -f so_scanner_list
2019-10-17 09:27:14 +00:00
# we need to specify all .so files for available backends because something like
# #1761145 can happen - genesys did not compile because of lack gcc-c++ in buildroot
# and configure printed only warning. So now we can figure out missing backend support
# during build
2018-02-28 13:23:32 +00:00
%{_libdir} /sane/*.so.1
2023-02-17 10:26:13 +00:00
%{_libdir} /sane/*.so.1.2.1
2018-02-28 13:23:32 +00:00
2022-03-23 13:07:58 +00:00
%exclude %{_libdir} /sane/*dc210.so*
%exclude %{_libdir} /sane/*dc240.so*
%exclude %{_libdir} /sane/*dc25.so*
%exclude %{_libdir} /sane/*dmc.so*
2011-09-15 10:19:47 +00:00
%exclude %{_libdir} /sane/*gphoto2.so*
2022-03-23 13:07:58 +00:00
%exclude %{_libdir} /sane/*qcam.so*
%exclude %{_libdir} /sane/*stv680.so*
%exclude %{_libdir} /sane/*v4l.so*
2011-09-15 10:19:47 +00:00
2022-12-01 05:44:43 +00:00
%files drivers-cameras -f so_camera_list
2022-03-23 13:07:58 +00:00
# qcam is not on aarch64, ppc64le and s390x. SANE needs
# ioperm, inb and outb functions or portaccess function
# to support qcam backend. Those functions are only in
# armv7hl (until F30), i686 and x86_64 architectures.
# Because qcam is missing on some archs and releases,
# I'll leave here a wildcard record
%ifarch x86_64 i686
%{_libdir} /sane/libsane-qcam.so
%endif
%{_libdir} /sane/*.so.1
2023-02-17 10:26:13 +00:00
%{_libdir} /sane/*.so.1.2.1
2011-09-15 10:19:47 +00:00
2016-10-07 17:54:50 +00:00
%files daemon
%{_sbindir} /saned
2017-11-23 10:05:04 +00:00
%{_mandir} /man8/saned*
2022-07-20 13:10:06 +00:00
%config (noreplace) %{_sysconfdir} /sane.d/saned.conf
2020-02-10 09:14:56 +00:00
%{_udevrulesdir} /66-saned.rules
2023-02-23 15:23:37 +00:00
%{_sysusersdir} /sane-backends.conf
2016-10-07 17:56:52 +00:00
%{_unitdir} /saned.socket
%{_unitdir} /saned@.service
2016-10-07 17:54:50 +00:00
2004-09-09 12:01:16 +00:00
%changelog
2023-07-26 12:32:58 +00:00
* Wed Jul 26 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1.2.1-5
- SPDX migration and rescan completed
2023-07-22 00:59:59 +00:00
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2023-03-01 14:21:14 +00:00
* Wed Mar 01 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1.2.1-3
- hyphen is not allowed in RPM, use underscore
2023-02-27 08:12:50 +00:00
* Mon Feb 27 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1.2.1-3
- flatpak doesn't want systemd only in runtime
2023-02-23 15:23:37 +00:00
* Thu Feb 23 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1.2.1-3
- add bcond for systemd - used in flatpak
2023-02-21 05:39:04 +00:00
* Tue Feb 21 2023 DJ Delorie <dj@redhat.com> - 1.2.1-2
- Fix C99 compatibility issue
2023-02-17 10:26:13 +00:00
* Fri Feb 17 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1.2.1-1
- 2167250 - sane-backends-1.2.1 is available
2023-01-21 02:37:24 +00:00
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2022-12-01 05:53:37 +00:00
* Thu Dec 01 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.1.1-10
- remove ldflags from pkgconfig file completely
2022-12-01 05:44:43 +00:00
* Wed Nov 30 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.1.1-10
- put epsonds.conf back to sane-backends
2022-11-24 07:12:30 +00:00
* Thu Nov 24 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.1.1-9
- 2139882 - Plustek 8100 and 7600i VID:PID are missing in genesys.conf
2022-10-05 09:38:51 +00:00
* Tue Oct 04 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.1.1-8
- 2130997 - rpm -Va reports error on /etc/sane.d/epsonds.conf
2022-07-23 07:59:06 +00:00
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2022-07-20 13:10:06 +00:00
* Wed Jul 20 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.1.1-6
- 2106390 - [RFE] sane-backends use systems-sysusers, the patch written by Pat Riehecky <riehecky@fnal.gov>
2022-03-24 12:42:09 +00:00
* Thu Mar 24 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.1.1-5
- epoch is not defined by default, so remove it from conflicting NVR
2022-03-23 13:07:58 +00:00
* Wed Mar 23 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.1.1-4
- move the camera backends into its subpackage
2022-01-30 20:59:56 +00:00
* Sun Jan 30 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.1.1-3
- 2043092 - remove ldflags that only make sense during build from pkgconf file
2022-01-20 09:49:35 +00:00
* Mon Jan 24 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.1.1-2
- 2042316 - genesys: backend crashes because it attempts to access a member outside of vector
2022-01-20 14:48:02 +00:00
* Thu Jan 20 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1.1.1-1
- 2042563 - sane-backends-1.1.1 is available
2021-07-26 12:04:09 +00:00
* Mon Jul 26 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.32-5
- 1976507 - [genesys 600dpi only] Canon LiDE 120 produces zoomed-in image which doesn't fit into A4 size
2021-03-09 06:38:38 +00:00
* Tue Mar 09 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.32-4
2021-03-09 06:36:45 +00:00
- 1934308 - Several Epson devices cannot scan because they fail to set focus
2021-03-02 15:12:21 +00:00
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.32-3
- Rebuilt for updated systemd-rpm-macros
See https://pagure.io/fesco/issue/2583.
2021-02-18 06:24:18 +00:00
* Thu Feb 18 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.32-2
- python3 is now needed for building pixma backend
2021-02-16 12:07:16 +00:00
* Tue Feb 16 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.32-1
- 1928484 - sane-backends-1.0.32 is available
2021-01-27 19:54:46 +00:00
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.31-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2020-11-05 10:02:25 +00:00
* Thu Nov 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-4
- make is no longer in buildroot by default
2020-10-09 07:14:16 +00:00
* Fri Oct 09 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-3
- 1750899 - CANOSCAN N650U scanner device not correctly detected via USB
2020-09-14 07:38:21 +00:00
* Mon Sep 14 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-2
- make the base package depend on sane-airscan instead of libsane-airscan lib
2020-08-24 08:59:01 +00:00
* Mon Aug 24 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.31-1
- 1.0.31, backend cannon_lide70 added
2020-08-03 07:57:17 +00:00
* Mon Aug 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.30-4
- get libsane-airscan backend as one of backends
2020-07-28 12:40:36 +00:00
* Tue Jul 28 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.30-3
- add a scriptlet to disable epsonds autodiscovery in case an user changed epsonds.conf
2020-07-14 13:46:21 +00:00
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1.0.30-2
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
2020-05-19 11:15:58 +00:00
* Tue May 19 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.30-1
- 1.0.30
2020-05-11 07:20:41 +00:00
* Mon May 11 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-8
- 1778425 - scanimage segfaults for brother scan drivers due missing deprecated libnsl
2020-05-11 07:27:55 +00:00
- spec file fixes - add link to upstream issue, correct source url
2020-05-11 07:20:41 +00:00
2020-04-02 07:13:36 +00:00
* Thu Apr 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-7
- remove escl backend - will be merged into sane-airscan in the future, so stop shipping it
to prevent escl going into RHEL
2020-03-23 08:15:34 +00:00
* Mon Mar 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-6
- complete fix for #1807751
2020-03-23 06:45:27 +00:00
* Mon Mar 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-5
- 1807751 - [abrt] sane-backends: std::__replacement_assert(): scanimage killed by SIGABRT
2020-02-10 14:03:21 +00:00
* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-4
- really fix it...
2020-02-10 12:28:49 +00:00
* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-3
- typo in install phase...
2020-02-10 11:21:35 +00:00
* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-2
- remove qcam from armv7hl
2020-02-10 09:14:56 +00:00
* Mon Feb 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.29-1
- 1.0.29
2020-01-30 22:48:05 +00:00
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.28-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2020-01-15 17:01:17 +00:00
* Wed Jan 15 2020 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-6
- add buildrequires on systemd-rpm-macros
2019-10-31 09:25:56 +00:00
* Thu Oct 31 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-5
- 1761530 - apply upstream patch
2019-10-18 07:05:44 +00:00
* Fri Oct 18 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-4
- Ad 1761530 - actually apply the patch...
2019-10-17 12:27:12 +00:00
* Thu Oct 17 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-3
- qcam backend support is tricky among different Fedora releases and archs - let the wildcard cover it
2019-10-17 09:31:27 +00:00
* Thu Oct 17 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-2
2019-10-17 09:27:14 +00:00
- 1761145, 1761001, 1761051, 1761234 - genesys backend now needs gcc-c++, it is not built otherwise
2019-10-17 09:31:27 +00:00
- 1758886 - CanoScan LiDE scanners supported by genesys backend are not detected
2019-10-17 09:33:51 +00:00
- 1760916 - Samsung C460 does not have JPEG support
2019-10-17 09:36:31 +00:00
- 1761530 - genesys aborts when accessing invalid vector index and built with GLIBCXX_ASSERTIONS
2019-10-17 11:29:03 +00:00
- remove qcam from armvhl7 too
2019-10-17 09:27:14 +00:00
2019-09-30 16:26:34 +00:00
* Mon Sep 30 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.28-1
- 1.0.28
2019-07-26 22:39:56 +00:00
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-07-19 12:45:53 +00:00
* Thu Jul 18 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-24
- 1730698 - add Canon CanonScan LiDE 300 support
2019-04-04 11:27:05 +00:00
* Wed Apr 03 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-23
- mustek backend crashed from stack smashing (upstream issue #71)
2019-02-04 11:02:47 +00:00
* Mon Feb 04 2019 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-22
- 1671510 - Incorrect udev rule in sane-backends
2019-02-02 14:45:32 +00:00
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2018-07-24 14:08:40 +00:00
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-20
- corrected license
2018-07-24 13:00:03 +00:00
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-19
- changed URL
2018-07-14 05:41:52 +00:00
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-04-19 06:20:59 +00:00
* Thu Apr 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-17
- revert samsung patch
2018-04-17 13:27:24 +00:00
* Tue Apr 17 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-16
- 1554032 - saned doesn't have permissions to write on usb port - updated
2018-03-12 13:36:35 +00:00
* Mon Mar 12 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-15
- 1554032 - saned doesn't have permissions to write on usb port
- updated README.Fedora - mention epson official drivers
2018-02-28 13:23:32 +00:00
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-14
- name soname suffix explicitly
2018-02-19 15:24:15 +00:00
* Mon Feb 19 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-13
- gcc is no longer in buildroot by default
2018-02-14 11:21:41 +00:00
* Wed Feb 14 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-12
- 1540370 - Black vertical band in color and gray images with Canon LIDE 100 scanner
2018-02-09 16:04:42 +00:00
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2018-02-02 10:23:28 +00:00
* Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.27-10
- Switch to %%ldconfig_scriptlets
2018-01-08 12:57:21 +00:00
* Mon Jan 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-9
- fixing configure option --with-usb
- 1530216 - Samsung scanners need proprietary driver for working [Fedora-ALL]
2017-12-14 11:00:25 +00:00
* Thu Dec 14 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-8
- 1525293 - PNG scans should be enabled
2017-11-27 13:02:00 +00:00
* Wed Nov 22 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-7
2017-11-23 10:05:04 +00:00
- 1515762 - saned manpage incomplete and exists when saned is not installed
2017-11-27 13:02:00 +00:00
- removing 1504412
2017-10-20 15:55:46 +00:00
* Fri Oct 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-6
- 1504412 - Scanning using a Canon PiXMA multi-function scanner extremely unreliable
2017-08-15 10:50:10 +00:00
* Tue Aug 15 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-5
- requiring systemd-udev, because sane-backends puts files into its directories
and own maindocdir
2017-08-03 08:05:57 +00:00
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2017-07-27 18:07:09 +00:00
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.27-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-06-26 09:38:29 +00:00
* Mon Jun 26 2017 Nils Philippsen <nils@redhat.com> - 1.0.27-2
- fix backend driver soft dependencies (#1446842)
2017-05-23 10:29:33 +00:00
* Tue May 23 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.27-1
- rebase to 1.0.27
2017-03-22 16:14:43 +00:00
* Wed Mar 22 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.0.25-7
- 1428886 - CVE-2017-6318 sane-backends: SANE_NET_CONTROL_OPTION response packet may contain memory contents of the server [fedora-all]
2017-03-14 16:41:09 +00:00
* Tue Mar 14 2017 Nils Philippsen <nils@redhat.com> - 1.0.25-6
- avision: add " s k i p - a d f " option (#1288712)
2017-02-11 13:03:51 +00:00
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.25-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2016-10-19 09:33:38 +00:00
* Wed Oct 19 2016 Nils Philippsen <nils@redhat.com> - 1.0.25-4
2016-10-19 09:32:15 +00:00
- use correct group name saned instead of placeholder
2016-10-19 09:33:26 +00:00
- add user for saned (d'oh)
2016-10-19 09:32:15 +00:00
2016-10-07 18:04:21 +00:00
* Fri Oct 07 2016 Nils Philippsen <nils@redhat.com> - 1.0.25-3
2016-10-07 17:40:35 +00:00
- use %%license for license files
2016-10-07 17:51:04 +00:00
- remove some obsolete cruft from the spec file
2016-10-07 17:54:50 +00:00
- split off saned into daemon subpackage
2016-10-07 17:56:52 +00:00
- add socket activation support for saned (#1091566)
2016-10-07 17:40:35 +00:00
2016-02-04 23:34:57 +00:00
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.25-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-01-19 16:08:31 +00:00
* Tue Jan 19 2016 Nils Philippsen <nils@redhat.com>
- use %%global instead of %%define
2015-10-08 12:53:32 +00:00
* Thu Oct 08 2015 Nils Philippsen <nils@redhat.com> - 1.0.25-1
- version 1.0.25
- remove obsolete patches: epson-expression800, hwdb, pixma_bjnp-crash,
static-code-check, scsi-permissions, format-security, snprintf-license,
usb3-xhci
- update udev patch
- ship umax_pp tool
2015-10-08 12:55:35 +00:00
- remove comments containing macros
2015-10-08 12:56:28 +00:00
- add weak dependency on backend drivers to libs subpackage
2015-10-08 12:53:32 +00:00
2015-06-19 00:15:56 +00:00
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-09 01:25:11 +00:00
* Tue Jun 09 2015 Nils Philippsen <nils@redhat.com> - 1.0.24-14
2015-06-09 01:13:01 +00:00
- reformat and rename snprintf-cleanroom patch
2015-06-09 01:24:44 +00:00
- backport USB3 xhci patch from upstream master (#1228954)
2015-06-09 01:13:01 +00:00
2015-06-09 01:25:11 +00:00
* Mon Jun 08 2015 Nils Philippsen <nils@redhat.com> - 1.0.24-14
2015-06-08 12:43:15 +00:00
- apply format-security patch, drop format-security2 patch
2015-01-20 15:20:16 +00:00
* Tue Jan 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.24-13
- Rebuild (libgphoto2)
2014-08-18 01:15:39 +00:00
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-06-08 05:44:35 +00:00
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.24-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-05-29 15:40:08 +00:00
* Thu May 29 2014 Tom Callaway <spot@fedoraproject.org> - 1.0.24-10
- update lib/snprintf.c to resolve license issue (#1102520)
2014-04-14 19:16:39 +00:00
* Mon Apr 14 2014 Jaromir Capik <jcapik@redhat.com> - 1.0.24-9
- Fixing format-security flaws
2013-12-04 14:27:07 +00:00
* Wed Dec 04 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-8
- use string literals as format strings (#1037316)
2013-11-20 21:27:14 +00:00
* Wed Nov 20 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-7
- set correct permissions for SCSI devices (#1028549)
2013-11-07 13:59:58 +00:00
* Thu Nov 07 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-6
- epson: don't leak memory if realloc() fails
2013-11-07 11:56:17 +00:00
* Thu Nov 07 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-5
- fix issues found during static code check
2013-10-29 13:24:47 +00:00
* Tue Oct 29 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-4
- fix crash in pixma driver (#1021653)
2013-10-24 12:37:09 +00:00
* Thu Oct 24 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-3
- generate hwdb files correctly (#1018565)
2013-10-16 14:00:43 +00:00
* Wed Oct 16 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-2
- update udev hwdb on installation/removal
2013-10-09 12:17:29 +00:00
* Wed Oct 09 2013 Nils Philippsen <nils@redhat.com> - 1.0.24-1
- version 1.0.24
- use (hopefully stable) Alioth download URL
- update udev patch, remove obsolete patches
2013-10-16 14:00:43 +00:00
- use udev hwdb instead of huge rulesets
2013-10-09 12:17:29 +00:00
2013-09-09 09:45:00 +00:00
* Mon Sep 09 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-18
2013-09-09 09:42:10 +00:00
- build against libusb-1.0 on Fedora >= 18 (#1003193)
2013-09-09 09:43:19 +00:00
- require libusbx-devel instead of libusb1-devel which is obsolete
2013-09-09 09:42:10 +00:00
2013-09-04 19:07:53 +00:00
* Wed Sep 04 2013 Hans de Goede <hdegoede@redhat.com> - 1.0.23-17
- Really build against libusb-1.0 on Fedora >= 19 (#1003193)
2013-09-04 12:06:28 +00:00
* Wed Sep 04 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-16
- don't drag around obsoletes forever (#1002141)
2013-08-07 13:33:13 +00:00
* Wed Aug 07 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-15
- use unversioned docdir from Fedora 20 on (#994067)
2013-08-04 13:25:02 +00:00
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.23-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-12 10:24:44 +00:00
* Fri Jul 12 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-13
- fix crash in genesys (gl646) backend (#983694)
2013-07-08 13:47:00 +00:00
* Mon Jul 08 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-12
2013-07-08 13:45:10 +00:00
- describe missing flag " - b " in scanimage man page
2013-07-08 13:46:44 +00:00
- add short help message to saned
2013-07-08 13:52:34 +00:00
- fix bogus changelog dates
2013-07-08 13:45:10 +00:00
2013-06-25 09:56:48 +00:00
* Tue Jun 25 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-11
2013-06-25 09:56:10 +00:00
- move documentation into separate doc subpackage (#977653)
2013-06-25 09:56:31 +00:00
- remove ancient, unneeded obsoletes and conflicts
2013-06-25 09:56:10 +00:00
2013-06-24 09:57:14 +00:00
* Mon Jun 24 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-10
2013-06-24 09:57:01 +00:00
- move some documentation to devel subpackage (#977103)
2013-06-24 09:57:14 +00:00
* Thu Jun 13 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-10
2013-06-13 12:32:24 +00:00
- don't ignore libsane-gphoto2.so
2013-04-19 13:33:42 +00:00
* Fri Apr 19 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-9
- use libusb1 instead of libusb from F-19 on
2013-04-18 12:01:07 +00:00
* Thu Apr 18 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-8
- fix building with -fno-strict-aliasing
2013-02-01 16:00:36 +00:00
* Fri Feb 01 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-7
2013-01-17 12:17:05 +00:00
- filter out backend driver provides/requires
2013-01-17 12:17:13 +00:00
- update latex build dep
2013-02-01 15:52:28 +00:00
- umax: initialize reader_pid early in sane_start() (#853667)
2013-02-01 15:54:06 +00:00
- coolscan2/3: support multi-scan option of some devices
2013-01-17 12:17:05 +00:00
2013-01-21 15:39:48 +00:00
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.0.23-6
- rebuild due to " j p e g 8 - A B I " feature drop
2012-12-21 18:07:43 +00:00
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.0.23-5
- rebuild against new libjpeg
2012-09-10 10:34:06 +00:00
* Mon Sep 10 2012 Nils Philippsen <nils@redhat.com> - 1.0.23-3
2012-09-10 10:35:30 +00:00
- udev: set up for generic user access rules, improve paths and dependencies
2012-09-10 10:34:06 +00:00
2012-09-04 14:47:51 +00:00
* Tue Sep 04 2012 Nils Philippsen <nils@redhat.com> - 1.0.23-2
- make installed sane-config multi-lib aware again
2012-08-31 14:22:37 +00:00
* Fri Aug 31 2012 Nils Philippsen <nils@redhat.com> - 1.0.23-1
- version 1.0.23
- update udev patch, remove obsolete patches
2012-08-31 14:23:19 +00:00
- use %%_hardened_build macro from F-16 on instead of tweaking flags manually
2012-08-31 14:25:34 +00:00
- don't use the same SONAME for backend libs and main lib
2012-08-31 14:22:37 +00:00
2012-07-21 18:52:28 +00:00
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.22-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2012-07-11 13:46:34 +00:00
* Wed Jul 11 2012 Rex Dieter <rdieter@fedoraproject.org> 1.0.22-12
- rebuild (gphoto2)
2012-06-06 14:51:50 +00:00
* Wed Jun 06 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-11
- multilib: enable -devel quirk regardless of version until a fixed mash gets
into production (#829268)
2012-04-17 09:47:42 +00:00
* Tue Apr 17 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-10
- fix avision device initialization (#706877)
2012-01-10 15:00:09 +00:00
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-9
- rebuild for gcc 4.7
2012-01-04 10:01:51 +00:00
* Wed Jan 04 2012 Nils Philippsen <nils@redhat.com> - 1.0.22-8
- fix Lexmark X1100 (#753489)
2011-11-28 20:36:35 +00:00
* Mon Nov 28 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.0.22-7
- libs shouldn't depends on base package. Properly fix #736310
- base package should obsolete -docs as it provides them not -libs
- update spec to current standard
2011-11-18 11:26:04 +00:00
* Fri Nov 18 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-6
- avision: reenable grayscale and lineart modes for AV220 (#700725)
2011-10-10 11:59:26 +00:00
* Mon Oct 10 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-5
- multilib: let -devel depend on -drivers-* on F-16 and earlier (#740992)
2011-10-10 11:57:46 +00:00
- multilib: make -drivers-scanners obsolete old -libs as well
2011-10-10 11:59:26 +00:00
2011-09-16 12:42:00 +00:00
* Fri Sep 16 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-4
- multilib: always use pkg-config in sane-config (#707910)
2011-09-16 12:42:50 +00:00
- add USB id for Epson Stylus SX125 (#703529)
2011-09-16 12:42:00 +00:00
2011-09-15 10:19:47 +00:00
* Thu Sep 15 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-4
- allow installing the libraries without the drivers (#736310): split off
drivers into -drivers-scanners, rename -libs-gphoto2 to -drivers-cameras
2011-05-10 08:25:49 +00:00
* Tue May 10 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-3
- fix detection/handling of USB devices in xerox_mfp (#702983)
2011-04-19 10:34:45 +00:00
* Tue Apr 19 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-2
- remove obsolete lockdir, automake patches
2011-03-16 17:17:05 +00:00
* Wed Mar 16 2011 Nils Philippsen <nils@redhat.com> - 1.0.22-1
- version 1.0.22
- remove obsolete i18n, xerox-mfp-color-mode, epson2-fixes, open-macro patches
- update pkgconfig, udev, docs-utf8, v4l, man-encoding patches
- submit patches upstream where this is applicable, add comments
- manually install pkg-config file
2011-03-09 13:44:08 +00:00
* Wed Mar 09 2011 Dan Horák <dan[at]danny.cz> - 1.0.21-8
- updated for newer libv4l
2011-02-09 11:31:56 +00:00
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.21-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-02-08 10:08:49 +00:00
* Tue Feb 08 2011 Nils Philippsen <nils@redhat.com> - 1.0.21-6
- backport fixes for epson2 backend (#667858, #671534)
2010-11-23 10:52:21 +00:00
* Tue Nov 23 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-5
- build mustek_usb2 backend again, enable use of libpthread (#603321)
2010-11-08 13:35:50 +00:00
* Mon Nov 08 2010 Nils Philippsen <nils@redhat.com>
- let sane-backends require arch-specific version/release of -libs (#621217)
2010-11-03 17:01:29 +00:00
* Wed Nov 03 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-4
2010-11-03 16:58:21 +00:00
- xerox_mfp: correct color mode malfunction (#614949)
2010-11-03 17:01:06 +00:00
- xerox_mfp: add USB id for SCX-4500W (#614948)
2010-11-03 16:58:21 +00:00
2010-06-25 15:35:25 +00:00
* Fri Jun 25 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-3
- build with -fno-strict-aliasing
- use PIC/PIE because SANE-enabled software is likely to deal with data coming
from untrusted sources (client <-> saned via network)
2010-06-25 15:29:04 +00:00
* Mon Jun 07 2010 Nils Philippsen <nils@redhat.com>
- rectify devel subpackage description
2010-06-02 12:23:18 +00:00
* Wed Jun 02 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-2
- fix pkgconfig file (#598401)
2010-05-05 11:34:47 +00:00
* Wed May 05 2010 Nils Philippsen <nils@redhat.com> - 1.0.21-1
- version 1.0.21
- remove obsolete rpath, hal, genesys-gl841-registers patches
- update pkgconfig, udev, man-utf8->man-encoding, epson-expression800,
docs-utf8 patches
- remove hal conditional
2010-05-05 11:47:41 +00:00
- package man pages
2010-05-05 11:34:47 +00:00
2010-02-26 17:08:26 +00:00
* Fri Feb 26 2010 Nils Philippsen <nils@redhat.com> - 1.0.20-12
- convert some documentation files to UTF-8
- fix permissions of pkgconfig file
2009-12-29 12:34:55 +00:00
* Tue Dec 29 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-11
- genesys_gl841: always send registers before trying to acquire a line
(#527935)
* Mon Dec 28 2009 Nils Philippsen <nils@redhat.com>
- build v4l backend (#550119)
- don't use lockdir, fix make install
2009-10-22 15:08:41 +00:00
* Thu Oct 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-10
- don't set owner, group or mode as this may interfere with setting ACLs
2009-10-22 12:32:41 +00:00
* Thu Oct 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-9
- fix device file ownership and mode
2009-10-22 10:17:45 +00:00
* Thu Oct 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-8
- ship adapted udev rules from F-12 on (#512516)
- don't require pam anymore
2013-07-08 13:52:34 +00:00
* Mon Aug 31 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-7
2009-08-31 16:04:19 +00:00
- fix --enable-rpath
2009-08-03 16:40:35 +00:00
* Mon Aug 03 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-6
- remove ExcludeArch: s390 s390x
2009-07-27 03:48:00 +00:00
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.20-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-06-22 16:33:25 +00:00
* Mon Jun 22 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-4
- separate HAL information and policy files (#457645)
2009-06-18 08:15:28 +00:00
* Thu Jun 18 2009 Nils Philippsen <nils@redhat.com>
- mark /etc/sane.d/dll.d as %%dir , not %%config
2009-06-17 10:58:09 +00:00
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-3
- disable rpath
2009-06-17 11:16:47 +00:00
- make sane-config multilib-aware
2009-06-17 10:58:09 +00:00
2009-06-17 09:33:08 +00:00
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-2
- fix permissions for Epson Expression 800 (#456656)
2009-06-16 15:28:12 +00:00
* Tue Jun 16 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-1
- version 1.0.20
- rebase/remove patches
- use %%_isa for arch-specific requirements
- place HAL fdi files in the correct place (#457645)
2009-06-14 09:06:52 +00:00
* Sun Jun 14 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 1.0.19-16
- Don't claim ownership of %%_libdir /pkgconfig/ (#499659)
2009-03-02 12:59:44 +00:00
* Mon Mar 02 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-15
- let sane-backends-devel require libjpeg-devel, libtiff-devel
2009-03-02 13:45:10 +00:00
- update rpath patch (no longer touch sane-config.in as that is replaced
anyway)
- fix pkgconfig patch, bzip2 it
2009-03-02 12:59:44 +00:00
2009-02-27 15:12:02 +00:00
* Fri Feb 27 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-14
- fix pkgconfig files
2009-02-25 11:30:35 +00:00
* Wed Feb 25 2009 Nils Philippsen <nils@redhat.com> - 1.0.19-13
- drop acinclude patch to not unnecessarily rebuild autoconf/libtool files
which made libtool break builds on Rawhide
- use " m a k e D E S T D I R = . . . i n s t a l l " instead of " % % m a k e i n s t a l l "
2008-09-04 15:29:55 +00:00
* Thu Sep 4 2008 Tom " s p o t " Callaway <tcallawa@redhat.com> - 1.0.19-12
- fix license tag
2008-09-03 15:24:37 +00:00
* Wed Sep 03 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-11
- update glibc-2.7 patch to apply without fuzz
2008-03-27 10:23:43 +00:00
* Thu Mar 27 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-10
- rename 60-libsane.fdi to 19-libsane.fdi so that hal-acl-tool callouts get
added (#438827)
2008-03-26 16:01:04 +00:00
* Wed Mar 26 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-9
- cope with info.subsystem from new HAL versions as well as info.bus (#438827)
2008-03-14 11:06:54 +00:00
* Fri Mar 14 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-8
- add arch-specific provides/requires to/for libs-gphoto2 subpackage (#436657)
2008-03-10 10:10:56 +00:00
* Mon Mar 10 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-7
- remove ancient sane-devel obsoletes/provides
- remove libs/doc/gphoto2 conditionals
- fix build root
- add arch-specific provides/requires (#436657)
2008-02-19 09:57:40 +00:00
* Tue Feb 19 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-6
- move libsane-gphoto2.so into -libs-gphoto2
2008-02-19 10:01:00 +00:00
- recode spec file to UTF-8
2008-02-19 09:57:40 +00:00
2008-02-14 18:33:57 +00:00
* Thu Feb 14 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-5
- replace string-oob patch with uninitialized patch by upstream which covers
more backends
2008-02-14 08:35:41 +00:00
* Thu Feb 14 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-4
- guard against out-of-bounds string access in fujitsu backend (#429338, patch
by Caolan McNamara)
2008-02-13 09:20:14 +00:00
* Wed Feb 13 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-3
- add HAL policy for SCSI scanners
2008-02-12 13:56:40 +00:00
* Tue Feb 12 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-2
2008-02-12 13:26:08 +00:00
- add files missing from CVS to make autoconf work
2008-02-12 10:40:51 +00:00
* Tue Feb 12 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-1
- version 1.0.19 final
2008-02-07 10:11:41 +00:00
* Wed Feb 06 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.19-0.1.cvs20080206
- cvs snapshot 20080206
- handle access control through hal/PolicyKit instead of udev (#405211)
- drop obsolete badcode, logical_vs_binary, epson-cx5000, multilib, usb_reset,
udev-symlink, udev-098 patches
- update pkgconfig patch
2008-01-30 10:59:25 +00:00
* Wed Jan 30 2008 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-21
- don't require libsane-hpaio (#430834)
- use %%bcond_without/with macros
2007-12-07 22:51:39 +00:00
* Fri Dec 07 2007 Jesse Keating <jkeating@redhat.com> - 1.0.18-20
- undo bootstrap setting now that hplip built.
2007-12-07 16:52:58 +00:00
* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.0.18-19
- do a bootstrap build without hplip requirements
2007-11-07 14:44:03 +00:00
* Wed Nov 07 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-18
- move backend .so files out of -devel into main package (#209389)
2007-10-02 08:21:57 +00:00
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-17
- disable pint backend (which doesn't build without some BSD specific headers)
2007-10-02 08:10:57 +00:00
* Tue Oct 02 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-16
- enable dell1600n_net (#314081) and pint backends
2007-08-15 06:49:41 +00:00
* Wed Aug 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.0.18-15
- enable support for Epson CX-5000
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-08-08 12:37:02 +00:00
- bring code in shape for glibc-2.7
2007-08-08 11:42:18 +00:00
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==" u s b " (#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
2013-07-08 13:52:34 +00:00
* Wed Feb 22 2006 Nils Philippsen <nphilipp@redhat.com> - 1.0.17-4
2006-02-22 13:03:33 +00:00
- 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
2013-07-08 13:52:34 +00:00
* Mon Mar 4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-4
2004-09-09 12:02:01 +00:00
- Update sparc patch (Tom " s p o t " 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
2013-07-08 13:52:34 +00:00
* Tue Aug 29 2000 Trond Eivind Glomsrød <teg@redhat.com>
2004-09-09 12:01:16 +00:00
- 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
2008-02-19 10:01:00 +00:00
* Wed Jul 19 2000 Trond Eivind Glomsrød <teg@redhat.com>
2004-09-09 12:01:16 +00:00
- 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