auto-import changelog data from xsane-0.91-1.src.rpm

Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 0.91-1
- 0.91.
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed Apr 09 2003 Tim Waugh <twaugh@redhat.com> 0.90-2
- Set default HTML viewer to htmlview (bug #88318).
Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 0.90-1
- 0.90.
This commit is contained in:
cvsdist 2004-09-09 15:09:22 +00:00
parent 0df604d165
commit 715830d249
4 changed files with 29 additions and 4 deletions

View File

@ -1 +1 @@
xsane-0.89.tar.gz
xsane-0.91.tar.gz

View File

@ -1 +1 @@
b8cee4abda9b0fc8e2d533b11f37fac4 xsane-0.89.tar.gz
b212c9aeb0b6c4b0ada625d512337337 xsane-0.91.tar.gz

11
xsane-0.90-htmlview.patch Normal file
View File

@ -0,0 +1,11 @@
--- xsane-0.90/src/xsane.h.htmlview 2003-04-09 17:48:52.000000000 +0100
+++ xsane-0.90/src/xsane.h 2003-04-09 17:49:04.000000000 +0100
@@ -354,7 +354,7 @@
#define OCROUTFDOPT "-x"
#define OCRPROGRESSKEY ""
#define DOCVIEWER_NETSCAPE "netscape"
-#define DOCVIEWER DOCVIEWER_NETSCAPE
+#define DOCVIEWER "htmlview"
#define XSANE_MEDIUM_CALIB_BRIGHTNESS_MIN -1000.0
#define XSANE_MEDIUM_CALIB_BRIGHTNESS_MAX 1000.0

View File

@ -1,8 +1,9 @@
Name: xsane
Summary: An X Window System front-end for the SANE scanner interface.
Version: 0.89
Release: 3
Version: 0.91
Release: 1
Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz
Patch0: xsane-0.90-htmlview.patch
License: GPL
URL: http://www.xsane.org/
Group: Applications/Multimedia
@ -30,6 +31,7 @@ installed to use this package.
%prep
rm -rf $RPM_BUILD_ROOT
%setup -q
%patch0 -p1 -b .htmlview
%build
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
@ -110,6 +112,18 @@ if [ $1 = 0 ]; then
fi
%changelog
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 0.91-1
- 0.91.
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Wed Apr 9 2003 Tim Waugh <twaugh@redhat.com> 0.90-2
- Set default HTML viewer to htmlview (bug #88318).
* Thu Mar 20 2003 Tim Waugh <twaugh@redhat.com> 0.90-1
- 0.90.
* Sat Feb 1 2003 Matt Wilson <msw@redhat.com> 0.89-3
- use %%{_libdir} for gimp plugin path