From 169faf7e692df43087a5e7e797518ceead7563f6 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:02:22 +0000 Subject: [PATCH] auto-import sane-backends-1.0.7-6.2 from sane-backends-1.0.7-6.2.src.rpm --- sane-backends.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sane-backends.spec b/sane-backends.spec index 6975fe0..f6c3691 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -1,7 +1,7 @@ Summary: Scanner access software. Name: sane-backends Version: 1.0.7 -Release: 6.1 +Release: 6.2 License: GPL (programs), relaxed LGPL (libraries), and public domain (docs) Group: System Environment/Libraries Source: ftp://ftp.mostang.com/pub/sane/sane-%{version}/%{name}-%{version}.tar.gz @@ -10,6 +10,7 @@ Patch0: sane-sparc.patch Patch1: sane-backends-1.0.7-defaultincl.patch Patch2: sane-backends-1.0.7-argv.patch Patch3: sane-backends-1.0.7-autoload.patch +Patch4: sane-backends-1.0.8-saned.patch URL: http://www.mostang.com/sane/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: tetex-latex libusb-devel @@ -57,8 +58,11 @@ included in the sane-backends package. %patch2 -p1 -b .argv # Make sure to load SCSI modules if not already loaded (bug #59979). -cd sanei +pushd sanei %patch3 -p0 -b .autoload +popd + +%patch4 -p1 -b .saned %build %{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1} @@ -130,6 +134,9 @@ fi %{_libdir}/sane/*.so %changelog +* Thu Sep 11 2003 Tim Waugh 1.0.7-6.2 +- Fix saned security issues. + * Wed May 15 2002 Tim Waugh 1.0.7-6.1 - Unconditionally run ldconfig after installation (bug #64964).