rpms/gutenprint/F-13 gutenprint-device-ids.patch, NONE, 1.1 gutenprint.spec, 1.66, 1.67

Tim Waugh twaugh at fedoraproject.org
Tue Mar 9 10:29:04 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/gutenprint/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19517

Modified Files:
	gutenprint.spec 
Added Files:
	gutenprint-device-ids.patch 
Log Message:
* Mon Mar  8 2010 Tim Waugh <twaugh at redhat.com> 5.2.5-5
- Added IEEE 1284 Device ID for Epson Stylus D92 (bug #570888).


gutenprint-device-ids.patch:
 printers.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gutenprint-device-ids.patch ---
diff -up gutenprint-5.2.5/src/xml/printers.xml.device-ids gutenprint-5.2.5/src/xml/printers.xml
--- gutenprint-5.2.5/src/xml/printers.xml.device-ids	2010-03-08 22:55:11.321987706 +0000
+++ gutenprint-5.2.5/src/xml/printers.xml	2010-03-08 22:56:51.669987148 +0000
@@ -436,7 +436,7 @@
       <printer translate="name" name="Epson Stylus CX9475F" driver="escp2-cx9475f" manufacturer="Epson" model="65" parameters="cx3500_params" />
       <printer translate="name" name="Epson Stylus D68" deviceid="MFG:EPSON;MDL:Stylus D68;DES:EPSON Stylus D68;CMD:ESCPL2,BDC,D4;" driver="escp2-d68" manufacturer="Epson" model="66" parameters="standard_params" />
       <printer translate="name" name="Epson Stylus D88" deviceid="MFG:EPSON;MDL:Stylus D88;DES:EPSON Stylus D88;CMD:ESCPL2,BDC,D4;" driver="escp2-d88" manufacturer="Epson" model="69" parameters="standard_params" />
-      <printer translate="name" name="Epson Stylus D92" driver="escp2-d92" manufacturer="Epson" model="66" parameters="standard_params" />
+      <printer translate="name" name="Epson Stylus D92" deviceid="MFG:EPSON;CMD:ESCPL2,BDC,D4,D4PX;MDL:Stylus D92;DES:EPSON Stylus D92;" driver="escp2-d92" manufacturer="Epson" model="66" parameters="standard_params" />
       <printer translate="name" name="Epson Stylus D120" driver="escp2-d120" manufacturer="Epson" model="85" parameters="standard_params" />
       <printer translate="name" name="Epson Stylus DX3800" deviceid="MFG:EPSON;MDL:Stylus DX3800;DES:EPSON Stylus DX3800;CMD:ESCPL2,BDC,D4;" driver="escp2-dx3800" manufacturer="Epson" model="72" parameters="standard_params" />
       <printer translate="name" name="Epson Stylus DX3850" deviceid="MFG:EPSON;MDL:Stylus DX3850;DES:EPSON Stylus DX3850;CMD:ESCPL2,BDC,D4;" driver="escp2-dx3850" manufacturer="Epson" model="72" parameters="standard_params" />


Index: gutenprint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gutenprint/F-13/gutenprint.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- gutenprint.spec	2 Mar 2010 17:07:53 -0000	1.66
+++ gutenprint.spec	9 Mar 2010 10:29:04 -0000	1.67
@@ -4,7 +4,7 @@
 Name:           gutenprint
 Summary:        Printer Drivers Package
 Version:        5.2.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Group:          System Environment/Base
 URL:            http://gimp-print.sourceforge.net/
 Source0:        http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
@@ -17,6 +17,7 @@ Patch1:         gutenprint-O6.patch
 Patch2:         gutenprint-selinux.patch
 Patch3:         gutenprint-brother-hl-2040.patch
 Patch4:         gutenprint-postscriptdriver.patch
+Patch5:         gutenprint-device-ids.patch
 License:        GPLv2+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  cups-libs >= 1.1.22-0.rc1.9.10, cups >= 1.1.22-0.rc1.9.10 
@@ -153,6 +154,8 @@ Epson, HP and compatible printers.
 %patch3 -p1 -b .brother-hl-2040
 # Allow the CUPS dynamic driver to run inside a build root.
 %patch4 -p1 -b .postscriptdriver
+# Added IEEE 1284 Device ID for Epson Stylus D92 (bug #570888).
+%patch5 -p1 -b .device-ids
 
 cp %{SOURCE2} src/cups/cups-genppdupdate.in
 
@@ -281,6 +284,9 @@ fi
 /bin/rm -f /var/cache/foomatic/*
 
 %changelog
+* Mon Mar  8 2010 Tim Waugh <twaugh at redhat.com> 5.2.5-5
+- Added IEEE 1284 Device ID for Epson Stylus D92 (bug #570888).
+
 * Tue Mar  2 2010 Tim Waugh <twaugh at redhat.com> 5.2.5-4
 - Better defattr use in file manifests.
 - Fixed mixed spaces and tabs.



More information about the scm-commits mailing list