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

Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 0.92-1
- 0.92.
Thu Nov 27 2003 Thomas Woerner <twoerner@redhat.com> 0.91-2
- removed rpath
Wed Oct 08 2003 Tim Waugh <twaugh@redhat.com>
- Avoid undefined behaviour in xsane-preview.c (bug #106314).
This commit is contained in:
cvsdist 2004-09-09 15:09:30 +00:00
parent 715830d249
commit 495b643825
3 changed files with 16 additions and 5 deletions

View File

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

View File

@ -1 +1 @@
b212c9aeb0b6c4b0ada625d512337337 xsane-0.91.tar.gz
a5504d63cc5c9edb9ec484bd74581177 xsane-0.92.tar.gz

View File

@ -1,9 +1,10 @@
Name: xsane
Summary: An X Window System front-end for the SANE scanner interface.
Version: 0.91
Version: 0.92
Release: 1
Source: http://www.xsane.org/download/%{name}-%{version}.tar.gz
Patch0: xsane-0.90-htmlview.patch
Patch1: xsane-0.91-badcode.patch
License: GPL
URL: http://www.xsane.org/
Group: Applications/Multimedia
@ -32,17 +33,18 @@ installed to use this package.
rm -rf $RPM_BUILD_ROOT
%setup -q
%patch0 -p1 -b .htmlview
%patch1 -p1 -b .badcode
%build
%{expand:%%define optflags %{optflags} -DGIMP_ENABLE_COMPAT_CRUFT=1}
%configure --with-install-root=%{buildroot}
make
make LDFLAGS=
mv src/xsane src/xsane-gimp
make clean
%configure --with-install-root=%{buildroot} --disable-gimp
make
make LDFLAGS=
%install
rm -rf $RPM_BUILD_ROOT
@ -112,6 +114,15 @@ if [ $1 = 0 ]; then
fi
%changelog
* Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 0.92-1
- 0.92.
* Thu Nov 27 2003 Thomas Woerner <twoerner@redhat.com> 0.91-2
- removed rpath
* Wed Oct 8 2003 Tim Waugh <twaugh@redhat.com>
- Avoid undefined behaviour in xsane-preview.c (bug #106314).
* Thu Jul 24 2003 Tim Waugh <twaugh@redhat.com> 0.91-1
- 0.91.