From c1aafecbdfd81ede10f1245ddc43a444463eccc7f09405d3bef32ce6c156ba4f Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 27 Jul 2007 00:08:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gtk?expand=0&rev=4 --- pygtk-2.10.4.tar.bz2 | 3 --- pygtk-2.10.6.tar.bz2 | 3 +++ python-gtk.changes | 7 +++++++ python-gtk.spec | 12 ++++++++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 pygtk-2.10.4.tar.bz2 create mode 100644 pygtk-2.10.6.tar.bz2 diff --git a/pygtk-2.10.4.tar.bz2 b/pygtk-2.10.4.tar.bz2 deleted file mode 100644 index 52bad47..0000000 --- a/pygtk-2.10.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab9ad4481af435894db27e78010f6bbc21c62252dbe7a254121453419edde8f5 -size 1888801 diff --git a/pygtk-2.10.6.tar.bz2 b/pygtk-2.10.6.tar.bz2 new file mode 100644 index 0000000..182fcd6 --- /dev/null +++ b/pygtk-2.10.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e524a45b7ffab55c441bafff43f9583e48616ce48a150413f30208e540435ac9 +size 1977892 diff --git a/python-gtk.changes b/python-gtk.changes index 3622547..c6aecd1 100644 --- a/python-gtk.changes +++ b/python-gtk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 25 17:50:02 CEST 2007 - jmatejek@suse.cz + +- update to 2.10.6 + * builds correctly with new glib/gtk + * minor bugfixes + ------------------------------------------------------------------- Fri May 25 12:24:52 CEST 2007 - sbrabec@suse.cz diff --git a/python-gtk.spec b/python-gtk.spec index 10cadf2..24be13b 100644 --- a/python-gtk.spec +++ b/python-gtk.spec @@ -1,5 +1,5 @@ # -# spec file for package python-gtk (Version 2.10.4) +# spec file for package python-gtk (Version 2.10.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -20,9 +20,9 @@ BuildRequires: python-gobject2-doc BuildRequires: gtk-doc URL: http://www.pygtk.org/ Summary: Python bindings for the GTK+ widget set -Version: 2.10.4 -Release: 9 -License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) +Version: 2.10.6 +Release: 1 +License: LGPL v2 or later Group: Development/Libraries/Python Source: %{_name}-%{version}.tar.bz2 Source2: %{name}-acinclude.m4 @@ -115,6 +115,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/* %changelog +* Wed Jul 25 2007 - jmatejek@suse.cz +- update to 2.10.6 + * builds correctly with new glib/gtk + * minor bugfixes * Fri May 25 2007 - sbrabec@suse.cz - Build correctly in the GNOME Build Service. - Examples moved to devel package.