commit python-gtk for openSUSE:Factory

Hello community, here is the log from the commit of package python-gtk for openSUSE:Factory checked in at Fri Oct 2 23:41:30 CEST 2009. -------- --- GNOME/python-gtk/python-gtk.changes 2009-04-27 13:29:28.000000000 +0200 +++ python-gtk/python-gtk.changes 2009-09-29 11:00:14.000000000 +0200 @@ -1,0 +2,61 @@ +Tue Sep 29 10:36:04 CEST 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. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- pygtk-2.14.1-numpy.patch pygtk-2.14.1.tar.bz2 New: ---- pygtk-2.16.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gtk.spec ++++++ --- /var/tmp/diff_new_pack.00GLEg/_old 2009-10-02 23:36:16.000000000 +0200 +++ /var/tmp/diff_new_pack.00GLEg/_new 2009-10-02 23:36:16.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package python-gtk (Version 2.14.1) +# spec file for package python-gtk (Version 2.16.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,24 +24,18 @@ %if %suse_version > 1020 || 0%{?opensuse_bs} BuildRequires: python-gobject2-doc %endif -%if %suse_version > 1110 BuildRequires: python-numpy Requires: python-numpy -%else -BuildRequires: python-numeric -Requires: python-numeric -%endif # Only for directory ownership: BuildRequires: gtk-doc Url: http://www.pygtk.org/ Summary: Python bindings for the GTK+ widget set -Version: 2.14.1 +Version: 2.16.0 Release: 1 License: LGPL v2.1 or later Group: Development/Libraries/Python Source: %{_name}-%{version}.tar.bz2 Source1: python-gtk-acinclude.m4 -Patch1: pygtk-2.14.1-numpy.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %define lparen ( %define rparen ) @@ -55,12 +49,6 @@ can write in python with PyGTK (within reason), but with all of python's benefits. - - -Authors: --------- - James Henstridge <james@daa.com.au> - %package devel License: LGPL v2.1 or later Summary: Files needed to build wrappers for GTK+ addon libraries @@ -71,12 +59,6 @@ This package contains files required to build wrappers for GTK+ addon libraries so that they interoperate with pygtk. - - -Authors: --------- - James Henstridge <james@daa.com.au> - %package doc License: LGPL v2.1 or later Summary: Python bindings for the GTK+ widget set @@ -89,18 +71,9 @@ can write in python with PyGTK (within reason), but with all of python's benefits. - - -Authors: --------- - James Henstridge <james@daa.com.au> - %prep %setup -q -n %{_name}-%{version} cat %{S:1} >>acinclude.m4 -%if %suse_version > 1110 -%patch1 -%endif %build autoreconf -f -i ++++++ pygtk-2.14.1.tar.bz2 -> pygtk-2.16.0.tar.bz2 ++++++ ++++ 44974 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de