rpms/system-config-printer/F-12 system-config-printer-select-nonexistent-printer.patch, 1.1, 1.2 system-config-printer.spec, 1.339, 1.340

Tim Waugh twaugh at fedoraproject.org
Thu Jan 7 13:08:53 UTC 2010


Author: twaugh

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

Modified Files:
	system-config-printer-select-nonexistent-printer.patch 
	system-config-printer.spec 
Log Message:
* Thu Jan  7 2010 Tim Waugh <twaugh at redhat.com> - 1.1.16-5
- Fixed typo introduced in recent fix (bug #551436).


system-config-printer-select-nonexistent-printer.patch:
 system-config-printer.py |    7 +++++++
 1 file changed, 7 insertions(+)

Index: system-config-printer-select-nonexistent-printer.patch
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-12/system-config-printer-select-nonexistent-printer.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- system-config-printer-select-nonexistent-printer.patch	6 Jan 2010 15:50:35 -0000	1.1
+++ system-config-printer-select-nonexistent-printer.patch	7 Jan 2010 13:08:53 -0000	1.2
@@ -1,6 +1,6 @@
 diff -up system-config-printer-1.1.16/system-config-printer.py.select-nonexistent-printer system-config-printer-1.1.16/system-config-printer.py
---- system-config-printer-1.1.16/system-config-printer.py.select-nonexistent-printer	2010-01-06 15:46:02.056410131 +0000
-+++ system-config-printer-1.1.16/system-config-printer.py	2010-01-06 15:46:54.226408979 +0000
+--- system-config-printer-1.1.16/system-config-printer.py.select-nonexistent-printer	2010-01-07 12:42:21.062047874 +0000
++++ system-config-printer-1.1.16/system-config-printer.py	2010-01-07 12:42:33.235047115 +0000
 @@ -6896,6 +6896,8 @@ class NewPrinterGUI(GtkGUI):
                      self.mainapp.cups.addPrinter(name, ppd=ppd)
                  except cups.IPPError, (e, msg):
@@ -14,7 +14,7 @@ diff -up system-config-printer-1.1.16/sy
  
              iter = model.iter_next (iter)
  
-+        if not self.printers.has_key (name):
++        if not self.mainapp.printers.has_key (name):
 +            # At this stage the printer has disappeared even though we
 +            # only added it moments ago.
 +            return


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-12/system-config-printer.spec,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -p -r1.339 -r1.340
--- system-config-printer.spec	6 Jan 2010 17:15:02 -0000	1.339
+++ system-config-printer.spec	7 Jan 2010 13:08:53 -0000	1.340
@@ -7,7 +7,7 @@
 Summary: A printer administration tool
 Name: system-config-printer
 Version: 1.1.16
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
@@ -214,6 +214,9 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Thu Jan  7 2010 Tim Waugh <twaugh at redhat.com> - 1.1.16-5
+- Fixed typo introduced in recent fix (bug #551436).
+
 * Wed Jan  6 2010 Tim Waugh <twaugh at redhat.com> - 1.1.16-4
 - Use %%global instead of %%define.
 




More information about the fedora-extras-commits mailing list