diff --git a/.cvsignore b/.cvsignore index 6c47ade..9073221 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xsane-0.89.tar.gz +xsane-0.91.tar.gz diff --git a/sources b/sources index d19577e..3f3cf8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8cee4abda9b0fc8e2d533b11f37fac4 xsane-0.89.tar.gz +b212c9aeb0b6c4b0ada625d512337337 xsane-0.91.tar.gz diff --git a/xsane-0.90-htmlview.patch b/xsane-0.90-htmlview.patch new file mode 100644 index 0000000..6e83e97 --- /dev/null +++ b/xsane-0.90-htmlview.patch @@ -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 diff --git a/xsane.spec b/xsane.spec index 0b2da90..fdd54f7 100644 --- a/xsane.spec +++ b/xsane.spec @@ -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 0.91-1 +- 0.91. + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Wed Apr 9 2003 Tim Waugh 0.90-2 +- Set default HTML viewer to htmlview (bug #88318). + +* Thu Mar 20 2003 Tim Waugh 0.90-1 +- 0.90. + * Sat Feb 1 2003 Matt Wilson 0.89-3 - use %%{_libdir} for gimp plugin path