rpms/pygtk2/devel pygtk-2.15.2-gtk-2.16.defs.patch, NONE, 1.1 pygtk2.spec, 1.28, 1.29

Matthew Barnes mbarnes at fedoraproject.org
Mon Jul 13 17:14:41 UTC 2009


Author: mbarnes

Update of /cvs/pkgs/rpms/pygtk2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2296

Modified Files:
	pygtk2.spec 
Added Files:
	pygtk-2.15.2-gtk-2.16.defs.patch 
Log Message:

* Mon Jul 13 2009 Matthew Barnes <mbarnes at redhat.com> - 2.15.2-2.fc12
- Add patch for RH bug #511082 (missing gtk-2.16-types.defs).


pygtk-2.15.2-gtk-2.16.defs.patch:

--- NEW FILE pygtk-2.15.2-gtk-2.16.defs.patch ---
diff -up pygtk-2.15.2/gtk/gtk-2.16.defs.gtk-2.16.defs pygtk-2.15.2/gtk/gtk-2.16.defs
--- pygtk-2.15.2/gtk/gtk-2.16.defs.gtk-2.16.defs	2009-06-17 16:49:39.000000000 -0400
+++ pygtk-2.15.2/gtk/gtk-2.16.defs	2009-07-13 13:09:37.000000000 -0400
@@ -1,6 +1,6 @@
 ;; -*- scheme -*-
 
-
+(include "gtk-2.16-types.defs")
 
 ;; From gtkaction.h
 


Index: pygtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygtk2/devel/pygtk2.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- pygtk2.spec	21 Jun 2009 11:59:31 -0000	1.28
+++ pygtk2.spec	13 Jul 2009 17:14:41 -0000	1.29
@@ -15,7 +15,7 @@
 
 Name: pygtk2
 Version: 2.15.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python bindings for GTK+
@@ -30,6 +30,9 @@ Patch0: pygtk-nodisplay-exception.patch
 # RH bug #379051 / GNOME bug #523001
 Patch1: pygtk2-2.12.1-pygtk-generic-cell-renderer-activate.patch
 
+# RH bug #511082
+Patch2: pygtk-2.15.2-gtk-2.16.defs.patch
+
 ### Dependencies ###
 
 # Leave these requirements alone!  RPM isn't smart enough
@@ -102,6 +105,7 @@ This package contains documentation file
 %setup -q -n pygtk-%{version}
 %patch0 -p1
 %patch1 -p1 -b .pygtk-generic-cell-renderer-activate
+%patch2 -p1 -b .gtk-2.16-types.defs
 
 %build
 %configure --enable-thread --enable-numpy
@@ -163,6 +167,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/pygtk
 
 %changelog
+* Mon Jul 13 2009 Matthew Barnes <mbarnes at redhat.com> - 2.15.2-2.fc12
+- Add patch for RH bug #511082 (missing gtk-2.16-types.defs).
+
 * Sun Jun 21 2009 Matthew Barnes <mbarnes at redhat.com> - 2.15.2-1.fc12
 - Update to 2.15.2
 




More information about the fedora-extras-commits mailing list