From cf4d35659da9b508576d9bd599a41d961876506c11d4c11f80d87ac2d0795c52 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 8 May 2007 23:15:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gtk?expand=0&rev=2 --- pygtk-2.10.3.tar.bz2 | 3 --- pygtk-2.10.4.tar.bz2 | 3 +++ python-gtk.changes | 23 +++++++++++++++++++++++ python-gtk.spec | 30 +++++++++++++++++++++++++----- 4 files changed, 51 insertions(+), 8 deletions(-) delete mode 100644 pygtk-2.10.3.tar.bz2 create mode 100644 pygtk-2.10.4.tar.bz2 diff --git a/pygtk-2.10.3.tar.bz2 b/pygtk-2.10.3.tar.bz2 deleted file mode 100644 index c45ab07..0000000 --- a/pygtk-2.10.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03a605f106e30bea448b04007635a21140eeaba4c8844188d661c3b133cbee89 -size 1977441 diff --git a/pygtk-2.10.4.tar.bz2 b/pygtk-2.10.4.tar.bz2 new file mode 100644 index 0000000..52bad47 --- /dev/null +++ b/pygtk-2.10.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9ad4481af435894db27e78010f6bbc21c62252dbe7a254121453419edde8f5 +size 1888801 diff --git a/python-gtk.changes b/python-gtk.changes index 4b9cbd5..a535c03 100644 --- a/python-gtk.changes +++ b/python-gtk.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon May 7 14:46:24 CEST 2007 - sbrabec@suse.cz + +- Reduced BuildRequires. + +------------------------------------------------------------------- +Sat May 5 19:12:06 CEST 2007 - james@usr-local-bin.org + +- Updated to 2.10.4: + * Documentation and build fixes + * Return NULL on error in TextBuffer.register_serialize_format + * Do not overwrite sys.argv + * Add status icon example + * Make it possible to remove rows in the gtk.TreeModel.foreach + callback + * Code generator fix for %define + * Duplicate GdkEvent.string member when setting it + * Make it possible to use automake 1.10 + * distutils build fixes + * Allow None to be passed into gdk.Display + * Undeprecate gtk.container_class_list_child_properties + * Fix memory leak in gtk.Container.child_get + ------------------------------------------------------------------- Tue Dec 19 16:16:52 CET 2006 - sbrabec@suse.cz diff --git a/python-gtk.spec b/python-gtk.spec index 5371296..ad1716b 100644 --- a/python-gtk.spec +++ b/python-gtk.spec @@ -1,5 +1,5 @@ # -# spec file for package python-gtk (Version 2.10.3) +# spec file for package python-gtk (Version 2.10.4) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,13 +12,16 @@ Name: python-gtk %define _name pygtk -BuildRequires: libglade2-devel python-cairo-devel python-devel python-gobject2-devel python-gobject2-doc python-numeric update-desktop-files +BuildRequires: libglade2-devel python-cairo-devel python-devel python-gobject2-devel python-numeric +%if %suse_version >= 1021 +BuildRequires: python-gobject2-doc +%endif # Only for directory ownership: BuildRequires: gtk-doc URL: http://www.pygtk.org/ Summary: Python bindings for the GTK+ widget set -Version: 2.10.3 -Release: 23 +Version: 2.10.4 +Release: 1 License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) Group: Development/Libraries/Python Source: %{_name}-%{version}.tar.bz2 @@ -107,7 +110,24 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %{_datadir}/gtk-doc/html/* -%changelog -n python-gtk +%changelog +* Mon May 07 2007 - sbrabec@suse.cz +- Reduced BuildRequires. +* Sat May 05 2007 - james@usr-local-bin.org +- Updated to 2.10.4: + * Documentation and build fixes + * Return NULL on error in TextBuffer.register_serialize_format + * Do not overwrite sys.argv + * Add status icon example + * Make it possible to remove rows in the gtk.TreeModel.foreach + callback + * Code generator fix for %%define + * Duplicate GdkEvent.string member when setting it + * Make it possible to use automake 1.10 + * distutils build fixes + * Allow None to be passed into gdk.Display + * Undeprecate gtk.container_class_list_child_properties + * Fix memory leak in gtk.Container.child_get * Tue Dec 19 2006 - sbrabec@suse.cz - Spec file cleanup. - Splitted python-gtk-doc from python-gtk-devel.