rpms/foomatic/devel foomatic-ieee1284.patch, NONE, 1.1 foomatic.spec, 1.160, 1.161

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Thu Jun 14 11:21:47 UTC 2007


Author: twaugh

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

Modified Files:
	foomatic.spec 
Added Files:
	foomatic-ieee1284.patch 
Log Message:
* Thu Jun 14 2007 Tim Waugh <twaugh at redhat.com>
- Added missing IEEE 1284 ID for HP Photosmart 380 (bug #241352).


foomatic-ieee1284.patch:

--- NEW FILE foomatic-ieee1284.patch ---
--- foomatic-db-20070614/db/source/printer/HP-PhotoSmart_380.xml.ieee1284	2007-06-14 11:55:00.000000000 +0100
+++ foomatic-db-20070614/db/source/printer/HP-PhotoSmart_380.xml	2007-06-14 11:55:13.000000000 +0100
@@ -24,7 +24,13 @@
     </text>
   </lang>
   <autodetect>
-  <!--no known parport probe information--></autodetect>
+    <usb>
+      <manufacturer>HP</manufacturer>
+      <model>Photosmart 380 series_BT</model>
+      <description>385</description>
+      <commandset>PCL,DW-PCL,DESKJET,DYN</commandset>
+    </usb>
+  </autodetect>
   <functionality>A</functionality>
   <driver>hpijs</driver>
   <!--verified--><!--no "contrib_url"-->


Index: foomatic.spec
===================================================================
RCS file: /cvs/pkgs/rpms/foomatic/devel/foomatic.spec,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -r1.160 -r1.161
--- foomatic.spec	14 Jun 2007 10:02:31 -0000	1.160
+++ foomatic.spec	14 Jun 2007 11:21:09 -0000	1.161
@@ -40,6 +40,9 @@
 # Handle non-UTF-8 encodings in imported PPD files.
 Patch15: foomatic-bad-utf8.patch
 
+# Missing IEEE 1284 IDs.
+Patch16: foomatic-ieee1284.patch
+
 Url:		http://www.linuxprinting.org
 BuildRequires:	perl >= 3:5.8.1
 BuildRequires:	libxml2-devel
@@ -102,6 +105,8 @@
 pushd foomatic-db-%{dbver}
 %patch7 -p1 -b .ppdload-ppd
 
+%patch16 -p1 -b .ieee1284
+
 cd db/source
 
 # For gutenprint printers, use gutenprint-ijs-simplified.5.0.
@@ -246,6 +251,9 @@
 %{_var}/cache/foomatic
 
 %changelog
+* Thu Jun 14 2007 Tim Waugh <twaugh at redhat.com>
+- Added missing IEEE 1284 ID for HP Photosmart 380 (bug #241352).
+
 * Thu Jun 14 2007 Tim Waugh <twaugh at redhat.com> 3.0.2-48
 - Updated db to 3.0-20070614.
 - Updated db-engine to 3.0-20070614.




More information about the fedora-extras-commits mailing list