auto-import changelog data from foomatic-2.0.2-15.1.src.rpm

Wed May 21 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-15.1
- Fix some printer models whose recommended driver is not shipped (bug
    #89455).
- Fix PS/PJL conflicts in Duplex options (bug #86510).
- Fix lpdomatic bug (bug #88171).
This commit is contained in:
cvsdist 2004-09-09 04:52:36 +00:00
parent f184150709
commit c634a4849e
1 changed files with 19 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: Foomatic printer database.
Name: foomatic
Version: 2.0.2
Release: 15
Release: 15.1
License: GPL
Group: System Environment/Libraries
@ -45,6 +45,13 @@ Patch7: foomatic-2.0.2-postscript-duplex.patch
# HPIJS 1.3 data
Patch8: foomatic-2.0.2-hpijs13.patch
# Fix PS/PJL conflicts in Duplex options (bug #86510).
Patch9: foomatic-2.0.2-duplex184.patch
# Fix some printer models whose recommended driver is not shipped
# (bug #89455).
Patch10: foomatic-db-nodrv.patch
Url: http://www.linuxprinting.org
BuildRequires: perl
Requires: perl >= 5.6.1
@ -89,6 +96,8 @@ The site http://www.linuxprinting.org/ is based on this database.
%patch6 -p1 -b .hpdj656c
%patch7 -p1 -b .duplex
%patch8 -p1 -b .hpijs13
%patch9 -p1 -b .duplex184
%patch10 -p1 -b .nodrv
# Omni printers
tar xjf %{SOURCE1}
@ -100,6 +109,9 @@ rm db/source/driver/stp.xml
# We don't ship hpijs RSS-patched.
perl -pi -e 's;(<driver>hpijs)-rss;$1;' db/source/printer/*.xml
# Fix lpdomatic bug (bug #88171).
perl -pi -e 's:/S/:/\\S/:g' src/[dl]*omatic.pl.in
./make_configure
%build
@ -172,6 +184,12 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_mandir}/*/*
%changelog
* Wed May 21 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-15.1
- Fix some printer models whose recommended driver is not shipped
(bug #89455).
- Fix PS/PJL conflicts in Duplex options (bug #86510).
- Fix lpdomatic bug (bug #88171).
* Tue Feb 4 2003 Tim Waugh <twaugh@redhat.com> 2.0.2-15
- Update data-generators to CVS.