- Update to 2.16.0

- Remove patch for RH bug #511082 (fixed upstream).
This commit is contained in:
Matthew Barnes 2009-08-23 19:19:46 +00:00
parent b2ac388f48
commit c81f1c7526
4 changed files with 8 additions and 19 deletions

View File

@ -1 +1 @@
pygtk-2.15.2.tar.bz2
pygtk-2.16.0.tar.bz2

View File

@ -1,11 +0,0 @@
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

View File

@ -14,8 +14,8 @@
### Abstract ###
Name: pygtk2
Version: 2.15.2
Release: 4%{?dist}
Version: 2.16.0
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Languages
Summary: Python bindings for GTK+
@ -31,9 +31,6 @@ 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
@ -105,7 +102,6 @@ This package contains documentation files for %{name}.
%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
@ -167,6 +163,10 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/pygtk
%changelog
* Sun Aug 23 2009 Matthew Barnes <mbarnes@redhat.com> - 2.16.0-1.fc12
- Update to 2.16.0
- Remove patch for RH bug #511082 (fixed upstream).
* Tue Aug 18 2009 Adam Jackson <ajax@redhat.com> 2.15.2-4
- Drop the explicit Requires: numpy as per new packaging guidelines. If
your app calls gtk.gdk.get_pixels_array() you need to pull numpy in

View File

@ -1 +1 @@
63a56626ed1689aaaa69b860d686d03f pygtk-2.15.2.tar.bz2
bd0d437fefd6d5390f5d770a495cd50c pygtk-2.16.0.tar.bz2