rpms/pygtk2/devel pygtk2.spec,1.16,1.17

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon Mar 17 16:42:29 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/pygtk2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22118

Modified Files:
	pygtk2.spec 
Log Message:

* Mon Mar 17 2008 Matthew Barnes <mbarnes at redhat.com> - 2.12.1-6.fc9
- Add patch for RH bug #379051 (keyboard events in cell renderer).



Index: pygtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygtk2/devel/pygtk2.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- pygtk2.spec	17 Feb 2008 16:14:06 -0000	1.16
+++ pygtk2.spec	17 Mar 2008 16:41:50 -0000	1.17
@@ -6,7 +6,7 @@
 
 Name: pygtk2
 Version: 2.12.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python bindings for GTK+
@@ -18,6 +18,9 @@
 
 Patch0: pygtk-nodisplay-exception.patch
 
+# RH bug #379051 / GNOME bug #523001
+Patch1: pygtk2-2.12.1-pygtk-generic-cell-renderer-activate.patch
+
 ### Dependencies ###
 
 Requires: gtk2 >= 2.9.4
@@ -88,6 +91,7 @@
 %prep
 %setup -q -n pygtk-%{version}
 %patch0 -p1
+%patch1 -p1 -b .pygtk-generic-cell-renderer-activate
 
 %build
 %configure --enable-thread --enable-numpy
@@ -151,6 +155,9 @@
 %{_datadir}/gtk-doc/html/pygtk
 
 %changelog
+* Mon Mar 17 2008 Matthew Barnes <mbarnes at redhat.com> - 2.12.1-6.fc9
+- Add patch for RH bug #379051 (keyboard events in cell renderer).
+
 * Sun Feb 17 2008 Matthew Barnes <mbarnes at redhat.com> - 2.12.1-5.fc9
 - Rebuild with GCC 4.3
 




More information about the fedora-extras-commits mailing list