diff --git a/foomatic.spec b/foomatic.spec index 3ee5a06..b430a99 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -6,7 +6,7 @@ Summary: Foomatic printer database. Name: foomatic Version: 3.0.2 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries @@ -46,6 +46,9 @@ Patch9: foomatic-printoutmode.patch # Fix 3.0.2 build. Patch10: foomatic-db-engine-xml-cflags.patch +# Use gimp-print driver for HP 2000C (bug #133647). +Patch11: foomatic-hp2000c.patch + # Add autodetect information for HP DJ 6122 (bug #124629). Patch12: foomatic-hpdj6122.patch @@ -120,6 +123,7 @@ popd pushd foomatic-db-%{dbver} %patch7 -p1 -b .ppdload-ppd %patch8 -p1 -b .hplj5 +%patch11 -p1 -b .hp2000c %patch12 -p1 -b .hpdj6122 %patch13 -p1 -b .ieee1284 @@ -262,7 +266,8 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} %{_mandir}/*/* %changelog -* Mon Oct 11 2004 Tim Waugh +* Mon Oct 11 2004 Tim Waugh 3.0.2-2 +- Use gimp-print driver for HP 2000C (bug #133647). - Add autodetect information for Lexmark Z52 (bug #135178). * Thu Oct 7 2004 Tim Waugh