rpms/system-config-printer/devel system-config-printer-import-gobject.patch, NONE, 1.1 system-config-printer.spec, 1.363, 1.364

Tim Waugh twaugh at fedoraproject.org
Mon Mar 1 13:31:07 UTC 2010


Author: twaugh

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

Modified Files:
	system-config-printer.spec 
Added Files:
	system-config-printer-import-gobject.patch 
Log Message:
* Sun Feb 28 2010 Tim Waugh <twaugh at redhat.com> - 1.1.93-2
- Import gobject in gtkspinner.py.


system-config-printer-import-gobject.patch:
 gtkspinner.py |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE system-config-printer-import-gobject.patch ---
diff -up system-config-printer-1.1.93/gtkspinner.py.import-gobject system-config-printer-1.1.93/gtkspinner.py
--- system-config-printer-1.1.93/gtkspinner.py.import-gobject	2009-12-03 17:06:22.000000000 +0000
+++ system-config-printer-1.1.93/gtkspinner.py	2010-02-28 09:24:55.338693167 +0000
@@ -2,7 +2,8 @@
 
 ## system-config-printer
 
-## Copyright (C) 2009 Tim Waugh <twaugh at redhat.com>
+## Copyright (C) 2009, 2010 Red Hat, Inc
+## Author: Tim Waugh <twaugh at redhat.com>
 
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -19,6 +20,7 @@
 ## Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 import glib
+import gobject
 import gtk
 
 class Spinner:


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/system-config-printer.spec,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -p -r1.363 -r1.364
--- system-config-printer.spec	27 Feb 2010 11:30:56 -0000	1.363
+++ system-config-printer.spec	1 Mar 2010 13:31:06 -0000	1.364
@@ -7,7 +7,7 @@
 Summary: A printer administration tool
 Name: system-config-printer
 Version: 1.1.93
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 URL: http://cyberelk.net/tim/software/system-config-printer/
 Group: System Environment/Base
@@ -17,6 +17,7 @@ Source2: http://cyberelk.net/tim/data/py
 
 Patch1: system-config-printer-no-epydoc.patch
 Patch2: system-config-printer-lowercase-mfg-mdl.patch
+Patch3: system-config-printer-import-gobject.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -77,6 +78,7 @@ printers.
 %setup -q -a 1 -a 2
 %patch1 -p1 -b .no-epydoc
 %patch2 -p1 -b .lowercase-mfg-mdl
+%patch3 -p1 -b .import_gobject
 
 %build
 %configure --with-udev-rules --with-polkit-1
@@ -193,6 +195,9 @@ rm -rf %buildroot
 exit 0
 
 %changelog
+* Sun Feb 28 2010 Tim Waugh <twaugh at redhat.com> - 1.1.93-2
+- Import gobject in gtkspinner.py.
+
 * Sat Feb 27 2010 Tim Waugh <twaugh at redhat.com> - 1.1.93-1
 - 1.1.93.
 



More information about the scm-commits mailing list