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
This commit is contained in:
Jan Matejek 2011-05-04 13:30:01 +00:00 committed by Git OBS Bridge
parent 2d25dd8f85
commit cf81dad1be
4 changed files with 25 additions and 6 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd1c1ea265bd63ff669e92a2d3c2a88eb26bcd9e5363e0f82c896e649f206912
size 2361097

View File

@ -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

View File

@ -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