diff --git a/foomatic.spec b/foomatic.spec index 1d271a4..600b30f 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -6,7 +6,7 @@ Summary: Foomatic printer database. Name: foomatic Version: 3.0.2 -Release: 58%{?dist} +Release: 59%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -116,7 +116,8 @@ cd db/source perl -pi -e 's,>gutenprint<,>gutenprint-ijs-simplified.5.0<,' printer/*.xml # Remove references to foo2zjs, foo2oak, foo2hp and foo2qpdl (bug #208851). -for x in zjs oak hp qpdl +# Also foo2lava, foo2kyo, foo2xqx (bug #438319). +for x in zjs oak hp qpdl lava kyo xqx do find printer -name '*.xml' |xargs grep -l "foo2${x}"|xargs rm -vf rm -f driver/foo2${x}.xml opt/foo2${x}-* @@ -247,6 +248,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} %{_var}/cache/foomatic %changelog +* Tue Apr 1 2008 Tim Waugh 3.0.2-59 +- More foo2zjs printers removed (bug #438319). + * Thu Mar 13 2008 Tim Waugh 3.0.2-58 - Applied patch from upstream to make foomatic-rip clean up correctly when a job is cancelled.