rpms/system-config-printer/F-11 system-config-printer-typo.patch, NONE, 1.1 system-config-printer.spec, 1.317, 1.318

Tim Waugh twaugh at fedoraproject.org
Wed Dec 23 14:55:54 UTC 2009


Author: twaugh

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

Modified Files:
	system-config-printer.spec 
Added Files:
	system-config-printer-typo.patch 
Log Message:
* Wed Dec 23 2009 Tim Waugh <twaugh at redhat.com> - 1.1.16-2
- Fixed typo (bug #550096).


system-config-printer-typo.patch:
 system-config-printer.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE system-config-printer-typo.patch ---
diff -up system-config-printer-1.1.16/system-config-printer.py.typo system-config-printer-1.1.16/system-config-printer.py
--- system-config-printer-1.1.16/system-config-printer.py.typo	2009-12-22 14:44:19.000000000 +0000
+++ system-config-printer-1.1.16/system-config-printer.py	2009-12-23 14:54:15.138689711 +0000
@@ -4564,7 +4564,7 @@ class NewPrinterGUI(GtkGUI):
                     not self.device.type in ("socket", "lpd", "ipp",
                                              "http", "https", "bluetooth")):
                     name = "%s %s" % (self.device.id_dict["MFG"], 
-                                      elf.device.id_dict["MDL"])
+                                      self.device.id_dict["MDL"])
                     descr = "%s %s" % (self.device.id_dict["MFG"],
                                        self.device.id_dict["MDL"])
             except:


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-11/system-config-printer.spec,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -p -r1.317 -r1.318
--- system-config-printer.spec	22 Dec 2009 15:05:49 -0000	1.317
+++ system-config-printer.spec	23 Dec 2009 14:55:53 -0000	1.318
@@ -7,7 +7,7 @@
 Summary: A printer administration tool
 Name: system-config-printer
 Version: 1.1.16
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
@@ -15,6 +15,8 @@ Source0: http://cyberelk.net/tim/data/sy
 Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
 Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
 
+Patch1: system-config-printer-typo.patch
+
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
 BuildRequires: libsmbclient-devel >= 3.2
@@ -62,6 +64,7 @@ the configuration tool.
 
 %prep
 %setup -q -a 1 -a 2
+%patch1 -p1 -b .typo
 
 %build
 %configure
@@ -168,6 +171,9 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Wed Dec 23 2009 Tim Waugh <twaugh at redhat.com> - 1.1.16-2
+- Fixed typo (bug #550096).
+
 * Tue Dec 22 2009 Tim Waugh <twaugh at redhat.com> - 1.1.16-1
 - Updated pycups to 1.9.47.
 - 1.1.16:




More information about the fedora-extras-commits mailing list