Include bug ID.

This commit is contained in:
Tim Waugh 2006-08-07 09:39:18 +00:00
parent 1df045066f
commit 6e453813d2
1 changed files with 9 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Summary: Foomatic printer database.
Name: foomatic
Version: 3.0.2
Release: 37
Release: 38
License: GPL
Group: System Environment/Libraries
@ -39,6 +39,9 @@ Patch5: foomatic-2.0.2-fontpath.patch
Patch6: foomatic-ppdload.patch
Patch7: foomatic-ppdload-ppd.patch
# Make CUPS driver work with drivers containing '-' in their names.
Patch8: foomatic-driver-names.patch
# Don't break gimp-print driver
Patch9: foomatic-printoutmode.patch
@ -104,6 +107,7 @@ pushd foomatic-db-engine-%{enginever}
chmod a+x mkinstalldirs
%patch2 -p1 -b .libdir
%patch6 -p1 -b .ppdload
%patch8 -p1 -b .driver-names
%patch14 -p1 -b .ampathxml
%patch10 -p1 -b .xml-cflags
%patch15 -p1
@ -274,6 +278,10 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name}
%{_var}/cache/foomatic
%changelog
* Thu Aug 3 2006 Tim Waugh <twaugh@redhat.com> 3.0.2-38
- Make CUPS driver work with drivers containing '-' in their names
(bug #201398).
* Thu Jul 13 2006 Karsten Hopp <karsten@redhat.de> 3.0.2-37
- buildrequires autoconf, automake