[pygtk2] Update to 2.22.0

Christopher Aillon caillon at fedoraproject.org
Fri Jan 21 22:26:10 UTC 2011


commit 736d0c5461d7e74a0b5588e621e8cc03725ff37d
Author: Christopher Aillon <caillon at redhat.com>
Date:   Fri Jan 21 14:25:06 2011 -0800

    Update to 2.22.0
    
    Bump requirements per configure and remove upstreamed patches

 0001-Remove-deprecated-sink-functions.patch    |   30 ------------------------
 0001-pygtk-2.0.pc-Should-require-gtk-2.0.patch |   25 --------------------
 pygtk2.spec                                    |   18 +++++--------
 sources                                        |    2 +-
 4 files changed, 8 insertions(+), 67 deletions(-)
---
diff --git a/pygtk2.spec b/pygtk2.spec
index 3b6dae1..675a30d 100644
--- a/pygtk2.spec
+++ b/pygtk2.spec
@@ -6,7 +6,7 @@
 %define gtk2_version		2.9.0
 %define libglade2_version	2.5.0
 %define pycairo_version		1.0.2
-%define pygobject2_version	2.16.1
+%define pygobject2_version	2.21.3
 %define python2_version		2.3.5
 
 %define buildglade %(pkg-config libglade-2.0 && echo 1 || echo 0)
@@ -14,26 +14,21 @@
 ### Abstract ###
 
 Name: pygtk2
-Version: 2.17.0
-Release: 7%{?dist}
+Version: 2.22.0
+Release: 1%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python bindings for GTK+
 URL: http://www.pygtk.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Source: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.17/pygtk-%{version}.tar.bz2
+Source: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.22/pygtk-%{version}.tar.bz2
 
 ### Patches ###
 
 # RH bug #208608
 Patch0: pygtk-nodisplay-exception.patch
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=624834
-Patch1: 0001-Remove-deprecated-sink-functions.patch
 
-# http://git.gnome.org/browse/pygtk/commit/?id=a9e24426aae96e5968b95ef76aacf41d3153ddf7
-# RH bug: https://bugzilla.redhat.com/show_bug.cgi?id=618944
-Patch2: 0001-pygtk-2.0.pc-Should-require-gtk-2.0.patch
 ### Dependencies ###
 
 # Leave these requirements alone!  RPM isn't smart enough
@@ -104,8 +99,6 @@ This package contains documentation files for %{name}.
 %prep
 %setup -q -n pygtk-%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure --enable-thread --enable-numpy
@@ -167,6 +160,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/pygtk
 
 %changelog
+* Fri Jan 21 2011 Christopher Aillon <caillon at redhat.com> - 2.22.0-1
+- Update to 2.22.0
+
 * Fri Jul 30 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 2.17.0-7
 - Add upstream patch to fix pkgconfig dependencies
 
diff --git a/sources b/sources
index a93f041..1beb04b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43d704343d7ca04a6e4ddd4fa73a3c55  pygtk-2.17.0.tar.bz2
+e9bba9cd4cdaccb22a7991cc2f7c8373  pygtk-2.22.0.tar.bz2


More information about the scm-commits mailing list