From cf81dad1be10cde49e6c7098db876d640ab18d3343020153f0c246d91ab845fe Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 4 May 2011 13:30:01 +0000 Subject: [PATCH 1/2] Accepting request 69560 from home:vuntz:branches:devel:languages:python Update to 2.24.0 OBS-URL: https://build.opensuse.org/request/show/69560 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gtk?expand=0&rev=19 --- pygtk-2.22.0.tar.bz2 | 3 --- pygtk-2.24.0.tar.bz2 | 3 +++ python-gtk.changes | 19 +++++++++++++++++++ python-gtk.spec | 6 +++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 pygtk-2.22.0.tar.bz2 create mode 100644 pygtk-2.24.0.tar.bz2 diff --git a/pygtk-2.22.0.tar.bz2 b/pygtk-2.22.0.tar.bz2 deleted file mode 100644 index 7dbad40..0000000 --- a/pygtk-2.22.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4acf0ef2bde8574913c40ee4a43d9c4f43bb77b577b67147271b534501a54cc8 -size 2285379 diff --git a/pygtk-2.24.0.tar.bz2 b/pygtk-2.24.0.tar.bz2 new file mode 100644 index 0000000..c92e039 --- /dev/null +++ b/pygtk-2.24.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1c1ea265bd63ff669e92a2d3c2a88eb26bcd9e5363e0f82c896e649f206912 +size 2361097 diff --git a/python-gtk.changes b/python-gtk.changes index 044d90d..c7a8eac 100644 --- a/python-gtk.changes +++ b/python-gtk.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed May 4 13:02:36 CEST 2011 - vuntz@opensuse.org + +- Update to version 2.24.0: + + Many many documentation improvements and updates + + Add --without-glade configure option. No change to current + behaviour. + + Small setup.py fixes +- Changes from version 2.23.1: + + Many many documentation improvements and updates +- Changes from version 2.23.0: + + Many windows build fixes (bgo#371317) + + Fix mainloop hangs with signalfd (bgo#638780, bgo#640738) + + Fix TypeError when running tests (bgo#636589) + + gtk.gdk.GC.set_clip_mask() should accept None (bgo#638994) + + gtk.AboutDialog.set_program_name() should accept None + + Add "import gtk; gtk.require('2.0')" statements to the examples + + Add GTK-2.24 API + ------------------------------------------------------------------- Wed Feb 9 18:15:22 UTC 2011 - jmatejek@novell.com diff --git a/python-gtk.spec b/python-gtk.spec index 82d7fa3..0a774a6 100644 --- a/python-gtk.spec +++ b/python-gtk.spec @@ -1,7 +1,7 @@ # -# spec file for package python-gtk (Version 2.22.0) +# spec file for package python-gtk # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,7 +30,7 @@ Requires: python-numpy BuildRequires: gtk-doc Url: http://www.pygtk.org/ Summary: Python bindings for the GTK+ widget set -Version: 2.22.0 +Version: 2.24.0 Release: 1 License: LGPLv2.1+ Group: Development/Libraries/Python From e009183c2a8b26d856d14c165daadb2d4cc723deb486c7118279297714ee7f77 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Wed, 4 May 2011 14:03:11 +0000 Subject: [PATCH 2/2] - added Provides: pygtk2 for cross-distro compatibility (bnc#688452) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gtk?expand=0&rev=20 --- python-gtk.changes | 5 +++++ python-gtk.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/python-gtk.changes b/python-gtk.changes index c7a8eac..99d3d1c 100644 --- a/python-gtk.changes +++ b/python-gtk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 4 14:02:48 UTC 2011 - jmatejek@novell.com + +- added Provides: pygtk2 for cross-distro compatibility (bnc#688452) + ------------------------------------------------------------------- Wed May 4 13:02:36 CEST 2011 - vuntz@opensuse.org diff --git a/python-gtk.spec b/python-gtk.spec index 0a774a6..edde94f 100644 --- a/python-gtk.spec +++ b/python-gtk.spec @@ -39,6 +39,9 @@ Source: %{_name}-%{version}.tar.bz2 Patch0: pygtk-2.22.0-capsule.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +# for cross-distro compatibility: +Provides: pygtk2 = %{version} + %define lparen ( %define rparen ) %define python_gtk_req %(zgrep -a _required_version %{S:0} | sed -n 's/_required_version,[[:space:]]*/ >= /;s/%{rparen}$//;s/1.0.2%{rparen} dnl or 1.1.7/1.1.7/;s/\\%{lparen}glib\\|gtk\\|libglade\\|gobject\\%{rparen}/&2/;s/py\\%{lparen}.*\\%{rparen} /python-\\1 /;/gtk2unixprint/d;s/^m4_define%{lparen}//p' | tr '\\n' ' ')