rpms/system-config-printer/F-11 system-config-printer-autoselect-raw.patch, NONE, 1.1 system-config-printer.spec, 1.291, 1.292

Tim Waugh twaugh at fedoraproject.org
Wed Sep 30 15:55:39 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/system-config-printer/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15480

Modified Files:
	system-config-printer.spec 
Added Files:
	system-config-printer-autoselect-raw.patch 
Log Message:
* Wed Sep 30 2009 Tim Waugh <twaugh at redhat.com> 1.1.13-3
- Auto-select the correct driver entry for raw queues.


system-config-printer-autoselect-raw.patch:
 system-config-printer.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE system-config-printer-autoselect-raw.patch ---
diff -up system-config-printer-1.1.13/system-config-printer.py.autoselect-raw system-config-printer-1.1.13/system-config-printer.py
--- system-config-printer-1.1.13/system-config-printer.py.autoselect-raw	2009-09-30 16:54:07.363635374 +0100
+++ system-config-printer-1.1.13/system-config-printer.py	2009-09-30 16:54:19.189761633 +0100
@@ -3948,8 +3948,8 @@ class NewPrinterGUI(GtkGUI):
                  cupshelpers.ppds.ppdMakeModelSplit (makeandmodel)
             else:
                 # Special CUPS names for a raw queue.
-                self.auto_make = 'Raw'
-                self.auto_model = 'Queue'
+                self.auto_make = 'Generic'
+                self.auto_model = 'Raw Queue'
 
             try:
                 if self.dialog_mode == "ppd":


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-11/system-config-printer.spec,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -p -r1.291 -r1.292
--- system-config-printer.spec	30 Sep 2009 15:53:44 -0000	1.291
+++ system-config-printer.spec	30 Sep 2009 15:55:38 -0000	1.292
@@ -21,6 +21,7 @@ Patch5: system-config-printer-fetchdevic
 Patch6: system-config-printer-missing-import.patch
 Patch7: system-config-printer-find-return-accel.patch
 Patch8: system-config-printer-physdev-traceback.patch
+Patch9: system-config-printer-autoselect-raw.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -75,6 +76,7 @@ the configuration tool.
 %patch6 -p1 -b .missing-import
 %patch7 -p1 -b .find-return-accel
 %patch8 -p1 -b .physdev-traceback
+%patch9 -p1 -b .autoselect-raw
 
 %build
 %configure
@@ -177,6 +179,7 @@ exit 0
 
 %changelog
 * Wed Sep 30 2009 Tim Waugh <twaugh at redhat.com> 1.1.13-3
+- Auto-select the correct driver entry for raw queues.
 - Avoid traceback in PhysicalDevice.py.
 - Let Return key activate the Find button for Find Network Printer.
 




More information about the fedora-extras-commits mailing list