Accepting request 69571 from devel:languages:python
- added Provides: pygtk2 for cross-distro compatibility (bnc#688452) - 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 OBS-URL: https://build.opensuse.org/request/show/69571 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gtk?expand=0&rev=28
This commit is contained in:
commit
4a0511492f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4acf0ef2bde8574913c40ee4a43d9c4f43bb77b577b67147271b534501a54cc8
|
||||
size 2285379
|
3
pygtk-2.24.0.tar.bz2
Normal file
3
pygtk-2.24.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd1c1ea265bd63ff669e92a2d3c2a88eb26bcd9e5363e0f82c896e649f206912
|
||||
size 2361097
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -30,8 +30,8 @@ Requires: python-numpy
|
||||
BuildRequires: gtk-doc
|
||||
Url: http://www.pygtk.org/
|
||||
Summary: Python bindings for the GTK+ widget set
|
||||
Version: 2.22.0
|
||||
Release: 2
|
||||
Version: 2.24.0
|
||||
Release: 1
|
||||
License: LGPLv2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Source: %{_name}-%{version}.tar.bz2
|
||||
@ -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' ' ')
|
||||
|
Loading…
x
Reference in New Issue
Block a user