rpms/foomatic/devel foomatic-459847.patch, NONE, 1.1 foomatic.spec, 1.193, 1.194

Tim Waugh twaugh at fedoraproject.org
Tue Sep 2 10:40:15 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/foomatic/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18224

Modified Files:
	foomatic.spec 
Added Files:
	foomatic-459847.patch 
Log Message:
* Tue Sep  2 2008 Tim Waugh <twaugh at redhat.com> 3.0.2-62
- Fixed PPD generation for HP LaserJet 4345 MFP (bug #459847).


foomatic-459847.patch:

--- NEW FILE foomatic-459847.patch ---
diff -up foomatic-db-20080211/db/source/printer/HP-LaserJet_4345_MFP.xml.459847 foomatic-db-20080211/db/source/printer/HP-LaserJet_4345_MFP.xml
--- foomatic-db-20080211/db/source/printer/HP-LaserJet_4345_MFP.xml.459847	2008-09-02 11:06:58.000000000 +0100
+++ foomatic-db-20080211/db/source/printer/HP-LaserJet_4345_MFP.xml	2008-09-02 11:07:27.000000000 +0100
@@ -1,6 +1,6 @@
 <printer id="printer/HP-LaserJet_4345_MFP">
   <make>HP</make>
-  <model>LaserJet 4345 mfp</model>
+  <model>LaserJet 4345 MFP</model>
   <mechanism>
     <laser/><!--not "color"-->
     <resolution>


Index: foomatic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic/devel/foomatic.spec,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- foomatic.spec	10 Jul 2008 12:54:17 -0000	1.193
+++ foomatic.spec	2 Sep 2008 10:39:45 -0000	1.194
@@ -6,7 +6,7 @@
 Summary: Foomatic printer database.
 Name:		foomatic
 Version:	3.0.2
-Release:    61%{?dist}
+Release:    62%{?dist}
 License:	GPLv2+
 Group: System Environment/Libraries
 
@@ -41,6 +41,7 @@
 Patch15: foomatic-bad-utf8.patch
 
 Patch18: foomatic-sigpipe.patch
+Patch19: foomatic-459847.patch
 
 Url:		http://www.linuxprinting.org
 BuildRequires:	perl >= 3:5.8.1
@@ -104,6 +105,7 @@
 
 pushd foomatic-db-%{dbver}
 %patch7 -p1 -b .ppdload-ppd
+%patch19 -p1 -b .459847
 
 cd db/source
 
@@ -246,6 +248,9 @@
 %{_var}/cache/foomatic
 
 %changelog
+* Tue Sep  2 2008 Tim Waugh <twaugh at redhat.com> 3.0.2-62
+- Fixed PPD generation for HP LaserJet 4345 MFP (bug #459847).
+
 * Thu Jul 10 2008 Tim Waugh <twaugh at redhat.com> 3.0.2-61
 - Updated db-hpijs to 20080710.
 - Updated db to 20080710.




More information about the fedora-extras-commits mailing list