rpms/foomatic/FC-6 foomatic.spec,1.141,1.142

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Nov 3 16:02:42 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/foomatic/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv26321

Modified Files:
	foomatic.spec 
Log Message:
* Fri Nov  3 2006 Tim Waugh <twaugh at redhat.com> 3.0.2-38.1
- Remove references to foo2zjs and foo2oak (bug #208851).
- Resolves: rhbz#208851



Index: foomatic.spec
===================================================================
RCS file: /cvs/dist/rpms/foomatic/FC-6/foomatic.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- foomatic.spec	22 Aug 2006 16:38:31 -0000	1.141
+++ foomatic.spec	3 Nov 2006 16:02:29 -0000	1.142
@@ -8,7 +8,7 @@
 Summary: Foomatic printer database.
 Name:		foomatic
 Version:	3.0.2
-Release:    38
+Release:    38%{?dist}.1
 License:	GPL
 Group: System Environment/Libraries
 
@@ -132,6 +132,11 @@
 tar xjf %{SOURCE5}
 # Fix up 'gimp-print' references to point to 'gimp-print-ijs'.
 perl -pi -e 's,>gimp-print<,>gimp-print-ijs<,' printer/*.xml
+
+# Remove references to foo2zjs and foo2oak (bug #208851).
+find printer -name '*.xml' |xargs grep -l '<driver>foo2'|xargs rm -f
+rm -f driver/foo2zjs.xml driver/foo2oak.xml
+
 popd
 rm -f db/source/opt/gimp-print-printoutmode.xml
 %patch9 -p1 -b .printoutmode
@@ -278,6 +283,9 @@
 %{_var}/cache/foomatic
 
 %changelog
+* Fri Nov  3 2006 Tim Waugh <twaugh at redhat.com> 3.0.2-38.1
+- Remove references to foo2zjs and foo2oak (bug #208851).
+
 * Thu Aug  3 2006 Tim Waugh <twaugh at redhat.com> 3.0.2-38
 - Change a2ps requirement to mpage.
 - Make CUPS driver work with drivers containing '-' in their names




More information about the fedora-cvs-commits mailing list