From 6e453813d29f98b0e420c8b7e0eff526c71cb6af Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Aug 07 2006 09:39:18 +0000 Subject: Include bug ID. --- diff --git a/foomatic.spec b/foomatic.spec index fd2cc90..7351daa 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -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 3.0.2-38 +- Make CUPS driver work with drivers containing '-' in their names + (bug #201398). + * Thu Jul 13 2006 Karsten Hopp 3.0.2-37 - buildrequires autoconf, automake