* Wed Nov 27 2019 Dominique Leuenberger <dimstar@opensuse.org>
- Add pygtk-Drop-the-PangoFont-find_shaper-virtual-method.patch:
Drop the PangoFont find_shaper virtual method. This API has been
removed from Pango 1.44.6, because it was completely unused by
anything.
* Sun Aug 18 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Drop python-numpy-devel BuildRequires and python-numpy Requires:
No longer build the optional numpy support.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Tue Jul 11 2017 toddrme2178@gmail.com
- Fix rpmlint errors
- Spec file cleanups
* Fri Apr 05 2013 idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
* Tue Oct 11 2011 jmatejek@suse.com
- moving docs to /usr/share/doc/gtk for FHS compliance (bnc#597244)
* Wed May 04 2011 jmatejek@novell.com
- added Provides: pygtk2 for cross-distro compatibility (bnc#688452)
* Wed May 04 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 09 2011 jmatejek@novell.com
- added patch that switches to new Capsule API, because the deprecated
PyCObject API will cause a segfault when warnings are exceptions
(bnc#669802)
* Sun Sep 26 2010 vuntz@opensuse.org
- Update to version 2.22.0:
+ Fix build with Python 2.5
+ Add final GTK/GDK-2.22 API
+ Add missing GDK-2.18 API
* Sun Aug 08 2010 vuntz@opensuse.org
- Only have a python-gobject2-doc BuildRequires on openSUSE 11.3
and earlier: starting with 11.4, this package is merged in
python-gobject2-devel.
* Sun Aug 08 2010 vuntz@opensuse.org
- Update to version 2.21.0:
+ Bump version number so next stable release will be aligned with
the final gtk+-2.0 release (gtk+-2.22)
+ Wrap new API added in GTK/GDK 2.21/2.22
+ Wrap new API added in GTK/GDK 2.20
+ Add forgotten API from GTK/GDK 2.12/14/16/18/20
- Drop python-gtk-fix-pkg-config.patch: fixed upstream.
- Move /usr/share/pygobject/ and files belonging to the demo
application to devel subpackage.
* Sat Aug 07 2010 vuntz@opensuse.org
- Add python-gtk-fix-pkg-config.patch to add missing gtk+-2.0 in
pkg-config file. Taken from upstream.
* Thu Apr 08 2010 vuntz@opensuse.org
- Change python-numpy BuildRequires to python-numpy-devel to really
build with numpy support. Fix bnc#591012.
* Fri Jan 15 2010 vuntz@opensuse.org
- Update to version 2.17.0:
+ Some docs improvements
+ Wrap new API added in GTK/GDK 2.18
+ Release GIL in several gdk.Pixbuf methods (bgo#591726)
+ Fix override for gtk.TreeSortable.do_get_sorted_column_id
+ Make it possible to implement gtk.TreeSortable to some extent
+ Fix wrong gtk.gdk.color_from_hsv definition (bgo#594347)
+ Plug memory leaks in a few Pango Cairo functions (bgo#599730)
+ Plug a huge leak in gtk.Widget.get_snapshot() (bgo#596612)
+ Undeprecate gtk.Toolbar.(un)set_icon_size() again
- Remove python-gtk-acinclude.m4: it should not be needed anymore.
We can also remove the autoreconf call.
- Use makeinstall macro.
* Thu Dec 17 2009 jengelh@medozas.de
- Package documentation as noarch
* Tue Sep 29 2009 vuntz@opensuse.org
- Update to version 2.16.0:
+ Allow to use automake 1.11
+ Remove compiler warnings
+ Add gtk.gdk.CURRENT_TIME constant
+ Fix gtk.IMContext().set_client_window()
+ Some docs fix
+ Fixed invocation of FileChooserDialog in print demo
+ Some autotools tweaks
+ Fix arg parsing format typo for gtk_toggle_button_new
+ Update some docs to the new 2.16 API
- Changes from version 2.15.2:
+ Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message
+ Allow pango.Context creation (bgo#550855)
+ Make gtk.gdk.Pixbuf.add_alpha accept integers, retaining
backward compatibility accepting also chars (bgo#586094)
+ Protect window obj from GC in gtk.window_get_toplevels
(bgo#574259)
+ Plug huge number of memory leaks in Pango wrappers
+ Add gtk.gdk.WINDOWING constant (bgo#555112)
+ Wrap gdk_pixbuf_apply_embedded_orientation
+ Modernize constructors of seven more types
+ Don't free a string we don't own (bgo#585458)
+ Some docs tweaking
- Changes from version 2.15.1:
+ Add HSV support to gtk.gdk.Color objects
+ Add floating-point support to gtk.gdk.Color
+ Retire hand-written ChangeLog; autocreate from Git history
+ Fix conditional in docs/Makefile.am
+ Document that gtk.gdk.GC coordinates are not related to
allocation
+ Make pygtk_boxed_unref_shared() also handle Py_None
+ Make gtk.MenuItem.set_submenu accept None
+ Don't run 'fixxref.py' if documentation is not built
+ Apply libtool 2.2 compatibility patch
+ Plug reference leak on main signal watch source
+ Add extra warning against accidental misuse of tree model
columns
+ Wrap gtk.Border attributes and constructor
+ Make gtk.gdk.Event.time accept 'long' in assignments
+ Wrap gtk.RcStyle attributes
- Changes from version 2.15.0:
+ Update pygtk to use numpy instead of Numeric
(bgo#397544)
+ Update the address of the FSF (bgo#577154)
+ Wrap gtk_builder_add_objects_from_string and
gtk_builder_add_objects_from_file.
+ Add GTK+ 2.16 API
+ wrap gtk.IconView.convert_widget_to_bin_window_coords
+ add gtk.gdk.Window.redirect_to_drawable
+ add GtkNumberUpLayout enum
+ some method argument fixes
+ add gtk.PrintSettings.[get|set]_number_up_layout
+ Some demo fixes
+ Add various deprecation warnings
- Drop pygtk-2.14.1-numpy.patch: fixed upstream.
- Always BuildRequires/Requires python-numpy, and no longer use
python-numeric on old openSUSE versions.
* Tue Apr 21 2009 matejcik@suse.cz
- update to 2.14.1
* support for new gtk api
* numerous bugfixes
- removed python-numeric dependency in favour of python-numpy
* Sat Jan 10 2009 olh@suse.de
- remove -fno-schedule-insns workaround, gcc is fixed
* Wed Nov 26 2008 vuntz@novell.com
- Add python-gtk-bgo534083-memory-corruption.patch to fix
bnc#449152. Patch taken from upstream (see bgo#534083).