rpms/foomatic/devel foomatic.spec,1.163,1.164

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Wed Aug 15 11:52:35 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/foomatic/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2121

Modified Files:
	foomatic.spec 
Log Message:
* Wed Aug 15 2007 Tim Waugh <twaugh at redhat.com> 3.0.2-50
- Removed references to unshipped drivers:
  * drv_x125
  * ml85p
  * pbm2lxwl
  * pbmtozjs
  * bjc800j



Index: foomatic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic/devel/foomatic.spec,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- foomatic.spec	14 Jun 2007 11:28:34 -0000	1.163
+++ foomatic.spec	15 Aug 2007 11:52:02 -0000	1.164
@@ -6,7 +6,7 @@
 Summary: Foomatic printer database.
 Name:		foomatic
 Version:	3.0.2
-Release:    49%{?dist}
+Release:    50%{?dist}
 License:	GPL
 Group: System Environment/Libraries
 
@@ -119,12 +119,18 @@
 # Remove references to foo2zjs, foo2oak and foo2hp (bug #208851).
 for x in zjs oak hp
 do
-  find printer -name '*.xml' |xargs grep -l "<driver>foo2${x}"|xargs rm -f
+  find printer -name '*.xml' |xargs grep -l "<driver>foo2${x}"|xargs rm -vf
   rm -f driver/foo2${x}.xml opt/foo2${x}-*
 done
 # Same for m2300w/m2400w
-find printer -name '*.xml' |xargs grep -l '<driver>m2[34]00w<'|xargs rm -f
+find printer -name '*.xml' |xargs grep -l '<driver>m2[34]00w<'|xargs rm -vf
 rm -f driver/m2300w.xml driver/m2400w.xml opt/m2300w-*
+# Same for all these.
+for x in drv_x125 ml85p pbm2lwxl pbmtozjs bjc800j
+do
+  find printer -name '*.xml' |xargs grep -l "<driver>${x}</driver>"|xargs rm -vf
+  rm -vf driver/${x}.xml opt/${x}-*
+done
 
 popd
 
@@ -255,6 +261,14 @@
 %{_var}/cache/foomatic
 
 %changelog
+* Wed Aug 15 2007 Tim Waugh <twaugh at redhat.com> 3.0.2-50
+- Removed references to unshipped drivers:
+  * drv_x125
+  * ml85p
+  * pbm2lxwl
+  * pbmtozjs
+  * bjc800j
+
 * Thu Jun 14 2007 Tim Waugh <twaugh at redhat.com> 3.0.2-49
 - Safe default margins for PPDs (bug #244161).
 - Added missing IEEE 1284 ID for HP Photosmart 380 (bug #241352).




More information about the fedora-extras-commits mailing list