- Handle PPDs with default option values of '0'.
This commit is contained in:
parent
ac041d13aa
commit
f3fe9603f8
@ -8,7 +8,7 @@
|
||||
Summary: Foomatic printer database.
|
||||
Name: foomatic
|
||||
Version: 3.0.2
|
||||
Release: 31
|
||||
Release: 32
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
|
||||
@ -54,6 +54,9 @@ Patch15: foomatic-bad-utf8.patch
|
||||
# Fix tag mismatch in db.
|
||||
Patch16: foomatic-badxml.patch
|
||||
|
||||
# Handle PPDs with default option values of '0'.
|
||||
Patch17: foomatic-default0.patch
|
||||
|
||||
Url: http://www.linuxprinting.org
|
||||
BuildRequires: perl >= 3:5.8.1
|
||||
BuildRequires: libxml2-devel
|
||||
@ -105,6 +108,7 @@ chmod a+x mkinstalldirs
|
||||
%patch14 -p1 -b .ampathxml
|
||||
%patch10 -p1 -b .xml-cflags
|
||||
%patch15 -p1
|
||||
%patch17 -p1 -b .default0
|
||||
./make_configure
|
||||
popd
|
||||
|
||||
@ -267,6 +271,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
|
||||
%{_var}/cache/foomatic
|
||||
|
||||
%changelog
|
||||
* Tue Jan 17 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-32
|
||||
- Handle PPDs with default option values of '0'.
|
||||
|
||||
* Mon Jan 16 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-31
|
||||
- Fix tag mismatch in db.
|
||||
- Updated db to 3.0-20060116.
|
||||
|
Loading…
Reference in New Issue
Block a user