From da93300e43bf72265e5509150eebc30f0d48444e Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Thu, 20 Aug 2009 09:56:41 +0000 Subject: [PATCH] - Removed references to foo2slx and foo2hiperc (bug #518267). --- foomatic-db.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/foomatic-db.spec b/foomatic-db.spec index 602918d..cf42a05 100644 --- a/foomatic-db.spec +++ b/foomatic-db.spec @@ -4,7 +4,7 @@ Summary: Database of printers and printer drivers Name: foomatic-db Version: %{dbver_rel} -Release: 5.%{dbver_snap}%{?dist} +Release: 6.%{dbver_snap}%{?dist} License: GPLv2+ Group: System Environment/Libraries Requires: %{name}-filesystem = %{version}-%{release} @@ -61,7 +61,8 @@ perl -pi -e 's,>gutenprint<,>gutenprint-ijs-simplified.5.2<,' printer/*.xml # Remove references to foo2zjs, foo2oak, foo2hp and foo2qpdl (bug #208851). # Also foo2lava, foo2kyo, foo2xqx (bug #438319). -for x in zjs oak hp qpdl lava kyo xqx +# Also foo2slx and foo2hiperc (bug #518267). +for x in zjs oak hp qpdl lava kyo xqx slx hiperc do find printer -name '*.xml' |xargs grep -l "foo2${x}"|xargs rm -vf rm -f driver/foo2${x}.xml opt/foo2${x}-* @@ -129,6 +130,9 @@ rm -rf %{buildroot} %{_datadir}/cups/model/foomatic-db-ppds %changelog +* Thu Aug 20 2009 Tim Waugh 4.0-6.20090819 +- Removed references to foo2slx and foo2hiperc (bug #518267). + * Wed Aug 19 2009 Tim Waugh 4.0-5.20090819 - Updated to foomatic-db-4.0-20090819. - Removed deprecated foomatic-db-hpijs tarball.