rpms/gutenprint/F-12 gutenprint-brother-hl-2040.patch, NONE, 1.1 gutenprint.spec, 1.57, 1.58

Tim Waugh twaugh at fedoraproject.org
Thu Oct 29 16:45:25 UTC 2009


Author: twaugh

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

Modified Files:
	gutenprint.spec 
Added Files:
	gutenprint-brother-hl-2040.patch 
Log Message:
* Thu Oct 29 2009 Tim Waugh <twaugh at redhat.com> 5.2.4-7
- Removed incorrect Device ID for Brother HL-2060 (bug #531370).


gutenprint-brother-hl-2040.patch:
 printers.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gutenprint-brother-hl-2040.patch ---
diff -up gutenprint-5.2.4/src/xml/printers.xml.brother-hl-2040 gutenprint-5.2.4/src/xml/printers.xml
--- gutenprint-5.2.4/src/xml/printers.xml.brother-hl-2040	2009-10-28 11:32:31.144140897 +0000
+++ gutenprint-5.2.4/src/xml/printers.xml	2009-10-28 11:33:08.490015268 +0000
@@ -635,7 +635,7 @@
       <printer translate="name" name="Brother HL-1670N" driver="brother-hl-1670n" manufacturer="Brother" model="6" parameters="pcl_laser_params" />
       <printer translate="name" name="Brother HL-1850" driver="brother-hl-1850" manufacturer="Brother" model="6" parameters="pcl_laser_params" />
       <printer translate="name" name="Brother HL-1870N" driver="brother-hl-1870n" manufacturer="Brother" model="6" parameters="pcl_laser_params" />
-      <printer translate="name" name="Brother HL-2060" deviceid="MFG:Brother;MDL:HL-2040 series;DES:None;CMD:PJL,HBP;" driver="brother-hl-2060" manufacturer="Brother" model="6" parameters="pcl_laser_params" />
+      <printer translate="name" name="Brother HL-2060" driver="brother-hl-2060" manufacturer="Brother" model="6" parameters="pcl_laser_params" />
       <printer translate="name" name="Brother HL-2460" deviceid="MFG:Brother;MDL:Brother HL-2460 series;" driver="brother-hl-2460" manufacturer="Brother" model="6" parameters="pcl_laser_params" />
       <printer translate="name" name="Brother HL-2460N" driver="brother-hl-2460n" manufacturer="Brother" model="6" parameters="pcl_laser_params" />
       <printer translate="name" name="Brother HL-4Ve" driver="brother-hl-4ve" manufacturer="Brother" model="2" parameters="pcl_laser_params" />


Index: gutenprint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gutenprint/F-12/gutenprint.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- gutenprint.spec	28 Sep 2009 16:53:26 -0000	1.57
+++ gutenprint.spec	29 Oct 2009 16:45:24 -0000	1.58
@@ -4,7 +4,7 @@
 Name:           gutenprint
 Summary:        Printer Drivers Package.
 Version:        5.2.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Group:          System Environment/Base
 URL:            http://gimp-print.sourceforge.net/
 Source0:        http://dl.sf.net/gimp-print/gutenprint-%{version}.tar.bz2
@@ -14,6 +14,7 @@ Patch0:         gutenprint-menu.patch
 Patch1:         gutenprint-O6.patch
 Patch2:         gutenprint-selinux.patch
 Patch3:         gutenprint-deviceid.patch
+Patch4:         gutenprint-brother-hl-2040.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 
@@ -139,6 +140,7 @@ Epson, HP and compatible printers.
 %patch1 -p1 -b .O6
 %patch2 -p1 -b .selinux
 %patch3 -p1 -b .deviceid
+%patch4 -p1 -b .brother-hl-2040
 
 cp %{SOURCE2} src/cups/cups-genppdupdate.in
 
@@ -267,6 +269,9 @@ fi
 /bin/rm -f /var/cache/foomatic/*
 
 %changelog
+* Thu Oct 29 2009 Tim Waugh <twaugh at redhat.com> 5.2.4-7
+- Removed incorrect Device ID for Brother HL-2060 (bug #531370).
+
 * Mon Sep 28 2009 Tim Waugh <twaugh at redhat.com> 5.2.4-6
 - Reimplemented PPD upgrade script in Python to avoid perl
   dependency (bug #524978).




More information about the fedora-extras-commits mailing list