From 24241fd426ad0de526c955631a998b665c0219fc Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 09 2008 17:49:35 +0000 Subject: - Removed foo2qpdl drivers and printers (bug #208851). --- diff --git a/foomatic.spec b/foomatic.spec index 7bfdc31..5506297 100644 --- a/foomatic.spec +++ b/foomatic.spec @@ -112,8 +112,8 @@ cd db/source # For gutenprint printers, use gutenprint-ijs-simplified.5.0. perl -pi -e 's,>gutenprint<,>gutenprint-ijs-simplified.5.0<,' printer/*.xml -# Remove references to foo2zjs, foo2oak and foo2hp (bug #208851). -for x in zjs oak hp +# Remove references to foo2zjs, foo2oak, foo2hp and foo2qpdl (bug #208851). +for x in zjs oak hp qpdl do find printer -name '*.xml' |xargs grep -l "foo2${x}"|xargs rm -vf rm -f driver/foo2${x}.xml opt/foo2${x}-* @@ -250,6 +250,9 @@ rm -fr %buildroot $RPM_BUILD_DIR/%{name} - Updated db-engine to 3.0-20071218. - Updated filters to 3.0-20071218 (bug #416881). +* Mon Jan 7 2008 Tim Waugh +- Removed foo2qpdl drivers and printers (bug #208851). + * Fri Oct 12 2007 Tim Waugh 3.0.2-52 - Removed use of printconf hooks. - Don't restart CUPS on upgrade.