From 697ef9d8026540f74125eeb1968964aa4a997a4db2cc448f4ead3e40a74fceb6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 20 Nov 2012 09:44:34 +0000 Subject: [PATCH] Accepting request 141746 from devel:languages:python Update to 3.4.2 (forwarded request 141545 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/141746 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=34 --- pygobject-3.4.1.1.tar.xz | 3 --- pygobject-3.4.2.tar.xz | 3 +++ python-gobject.changes | 13 +++++++++++++ python-gobject.spec | 4 ++-- python3-gobject.changes | 13 +++++++++++++ python3-gobject.spec | 4 ++-- 6 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 pygobject-3.4.1.1.tar.xz create mode 100644 pygobject-3.4.2.tar.xz diff --git a/pygobject-3.4.1.1.tar.xz b/pygobject-3.4.1.1.tar.xz deleted file mode 100644 index efcc82e..0000000 --- a/pygobject-3.4.1.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbcff64a641b4eb251a3ca72c782c8a2318c3bbf4a31bffc40446e15111e6017 -size 613476 diff --git a/pygobject-3.4.2.tar.xz b/pygobject-3.4.2.tar.xz new file mode 100644 index 0000000..df7499a --- /dev/null +++ b/pygobject-3.4.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b87ef3170be3a20a53fbdb348ae4ecb41a72a17ec6531baa67147c3437d2aad +size 615032 diff --git a/python-gobject.changes b/python-gobject.changes index fe52de6..eea7b23 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Nov 16 08:57:51 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.4.2: + + Fix marshalling of GByteArrays. + + Fix marshalling of ssize_t to smaller ints. + + Fix crash with GLib.child_watch_add (bgo#688067). + + Fix various bugs in GLib.IOChannel. + + Work around wrong 64 bit constants in GLib Gir (bgo#685022). + + Fix OverflowError in source_remove() (bgo#684526). + + Fix Signal decorator to not use base class gsignals dict + (bgo#686496). + ------------------------------------------------------------------- Thu Oct 18 07:27:07 UTC 2012 - dimstar@opensuse.org diff --git a/python-gobject.spec b/python-gobject.spec index 3e047e8..3e60f90 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -35,13 +35,13 @@ Name: python-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.4.1.1 +Version: 3.4.2 Release: 0 Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/ Source: http://download.gnome.org/sources/pygobject/3.4/%{_name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: glib2-devel >= 2.31.0 -BuildRequires: gobject-introspection-devel >= 1.33.14 +BuildRequires: gobject-introspection-devel >= 1.34.1.1 BuildRequires: libffi-devel %if %{build_for_python3} BuildRequires: python3-cairo-devel diff --git a/python3-gobject.changes b/python3-gobject.changes index fe52de6..eea7b23 100644 --- a/python3-gobject.changes +++ b/python3-gobject.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Nov 16 08:57:51 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.4.2: + + Fix marshalling of GByteArrays. + + Fix marshalling of ssize_t to smaller ints. + + Fix crash with GLib.child_watch_add (bgo#688067). + + Fix various bugs in GLib.IOChannel. + + Work around wrong 64 bit constants in GLib Gir (bgo#685022). + + Fix OverflowError in source_remove() (bgo#684526). + + Fix Signal decorator to not use base class gsignals dict + (bgo#686496). + ------------------------------------------------------------------- Thu Oct 18 07:27:07 UTC 2012 - dimstar@opensuse.org diff --git a/python3-gobject.spec b/python3-gobject.spec index 7b1c1b7..4aafe45 100644 --- a/python3-gobject.spec +++ b/python3-gobject.spec @@ -35,13 +35,13 @@ Name: python3-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Libraries/Python -Version: 3.4.1.1 +Version: 3.4.2 Release: 0 Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/ Source: http://download.gnome.org/sources/pygobject/3.4/%{_name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: glib2-devel >= 2.31.0 -BuildRequires: gobject-introspection-devel >= 1.33.14 +BuildRequires: gobject-introspection-devel >= 1.34.1.1 BuildRequires: libffi-devel %if %{build_for_python3} BuildRequires: python3-cairo-devel