rpms/pygtk2/FC-6 .cvsignore, 1.32, 1.33 pygtk-nodisplay-exception.patch, 1.1, 1.2 pygtk.spec, 1.74, 1.75 sources, 1.32, 1.33

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Feb 6 02:28:25 UTC 2007


Author: mbarnes

Update of /cvs/dist/rpms/pygtk2/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv23782

Modified Files:
	.cvsignore pygtk-nodisplay-exception.patch pygtk.spec sources 
Log Message:

* Mon Feb 05 2007 Matthew Barnes <mbarnes at redhat.com> - 2.10.4-1.fc6
- Update to 2.10.4



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/pygtk2/FC-6/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore	26 Oct 2006 21:13:32 -0000	1.32
+++ .cvsignore	6 Feb 2007 02:28:22 -0000	1.33
@@ -1 +1 @@
-pygtk-2.10.3.tar.bz2
+pygtk-2.10.4.tar.bz2

pygtk-nodisplay-exception.patch:
 __init__.py |   19 +++++++------------
 1 files changed, 7 insertions(+), 12 deletions(-)

Index: pygtk-nodisplay-exception.patch
===================================================================
RCS file: /cvs/dist/rpms/pygtk2/FC-6/pygtk-nodisplay-exception.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pygtk-nodisplay-exception.patch	2 Oct 2006 18:07:04 -0000	1.1
+++ pygtk-nodisplay-exception.patch	6 Feb 2007 02:28:22 -0000	1.2
@@ -1,5 +1,5 @@
---- pygtk-2.10.1/gtk/__init__.py.display	2006-10-02 14:02:47.000000000 -0400
-+++ pygtk-2.10.1/gtk/__init__.py	2006-10-02 14:03:16.000000000 -0400
+--- pygtk-2.10.4/gtk/__init__.py.orig	2007-01-16 07:50:07.000000000 -0500
++++ pygtk-2.10.4/gtk/__init__.py	2007-02-05 17:09:37.000000000 -0500
 @@ -59,19 +59,14 @@
  def _init():
      import sys
@@ -17,13 +17,13 @@
 -        # init_check calls PySys_SetArgv which calls sys.path.insert(0, ''),
 -        # which causes problems for pychecker, restore it if modified.
 -        if sys.path != sys_path:
--            sys.path = sys_path
+-            sys.path[:] = sys_path
 +    _gtk.init_check()
 +
 +    # init_check calls PySys_SetArgv which calls sys.path.insert(0, ''),
 +    # which causes problems for pychecker, restore it if modified.
 +    if sys.path != sys_path:
-+        sys.path = sys_path
++        sys.path[:] = sys_path
  
      # install the default log handlers
      _gtk.add_log_handlers()


Index: pygtk.spec
===================================================================
RCS file: /cvs/dist/rpms/pygtk2/FC-6/pygtk.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- pygtk.spec	30 Dec 2006 14:28:27 -0000	1.74
+++ pygtk.spec	6 Feb 2007 02:28:22 -0000	1.75
@@ -5,8 +5,8 @@
 ### Abstract ###
 
 Name: pygtk2
-Version: 2.10.3
-Release: 4%{?dist}
+Version: 2.10.4
+Release: 1%{?dist}
 License: LGPL
 Group: Development/Languages
 Summary: Python bindings for GTK+
@@ -144,6 +144,9 @@
 %{_datadir}/gtk-doc/html/pygtk
 
 %changelog
+* Mon Feb 05 2007 Matthew Barnes <mbarnes at redhat.com> - 2.10.4-1.fc6
+- Update to 2.10.4
+
 * Sat Dec 30 2006 Matthew Barnes <mbarnes at redhat.com> - 2.10.3-4.fc6
 - Add Requires pkgconfig to devel subpackage (RH bug #220692).
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/pygtk2/FC-6/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources	26 Oct 2006 21:13:32 -0000	1.32
+++ sources	6 Feb 2007 02:28:22 -0000	1.33
@@ -1 +1 @@
-57cd2b7e6e383b58ce145199d03e40b7  pygtk-2.10.3.tar.bz2
+89afe242275a3fce57b4ffb5fadc5888  pygtk-2.10.4.tar.bz2




More information about the fedora-cvs-commits mailing list