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
This commit is contained in:
Stephan Kulow 2012-11-20 09:44:34 +00:00 committed by Git OBS Bridge
parent 494e916097
commit af8d62b483
6 changed files with 33 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbcff64a641b4eb251a3ca72c782c8a2318c3bbf4a31bffc40446e15111e6017
size 613476

3
pygobject-3.4.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b87ef3170be3a20a53fbdb348ae4ecb41a72a17ec6531baa67147c3437d2aad
size 615032

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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