From 458459debac0544a40bbc41f92d373eef413d3c1 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 15:05:55 +0000 Subject: [PATCH] auto-import changelog data from xsane-0.84-2.src.rpm Thu Feb 21 2002 Tim Waugh 0.84-2 - Rebuild in new environment. Wed Jan 23 2002 Tim Waugh 0.84-1 - 0.84. - Remove explicit sane-backends dependency, since it is automatically found by rpm. Wed Jan 09 2002 Tim Powers 0.83-2 - automated rebuild Tue Jan 08 2002 Tim Waugh 0.83-1 - 0.83. --- .cvsignore | 2 +- sources | 2 +- xsane.spec | 31 +++++++++++++++++-------------- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/.cvsignore b/.cvsignore index e60aa13..1a7b07e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xsane-0.82.tar.gz +xsane-0.84.tar.gz diff --git a/sources b/sources index 7893550..fd870e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd36f72ce36c20cd8489d796d5f7c875 xsane-0.82.tar.gz +c0a65d4bc552ae8d82375fc2e584ba2a xsane-0.84.tar.gz diff --git a/xsane.spec b/xsane.spec index 3748919..1e1d55b 100644 --- a/xsane.spec +++ b/xsane.spec @@ -1,17 +1,13 @@ Name: xsane Summary: An X Window System front-end for the SANE scanner interface. -Version: 0.82 -Release: 3.1 +Version: 0.84 +Release: 2 Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz -Patch0: xsane-0.82-sec.patch -Patch1: xsane-0.82-if.patch -Patch2: xsane-0.82-bytespp.patch License: GPL URL: http://www.xsane.org/ Group: Applications/Multimedia Buildroot: %{_tmppath}/%{name}-buildroot -Requires: sane -BuildPrereq: sane-devel gimp-devel libpng-devel libjpeg-devel +BuildPrereq: sane-backends-devel gimp-devel libpng-devel libjpeg-devel ExcludeArch: s390 s390x %description @@ -23,7 +19,6 @@ performing the scan and then manipulating the captured image. %package gimp Summary: A GIMP plug-in which provides the SANE scanner interface. Group: Applications/Multimedia -Requires: sane >= 1.0 Prereq: /usr/bin/gimp-config /usr/bin/awk sh-utils fileutils %description gimp @@ -33,14 +28,8 @@ installed to use this package. %prep rm -rf $RPM_BUILD_ROOT - %setup -q -# Fix an 'if (...); { ... }' construct. -%patch0 -p1 -b .sec -%patch1 -p1 -b .if -%patch2 -p1 -b .bytespp - %build %{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1} %configure --with-install-root=%{buildroot} @@ -107,6 +96,20 @@ if [ $1 = 0 ]; then fi %changelog +* Thu Feb 21 2002 Tim Waugh 0.84-2 +- Rebuild in new environment. + +* Wed Jan 23 2002 Tim Waugh 0.84-1 +- 0.84. +- Remove explicit sane-backends dependency, since it is automatically + found by rpm. + +* Wed Jan 09 2002 Tim Powers 0.83-2 +- automated rebuild + +* Tue Jan 8 2002 Tim Waugh 0.83-1 +- 0.83. + * Tue Dec 11 2001 Tim Waugh 0.82-3.1 - 0.82. - Some extra patches from Oliver Rauch.