Accepting request 248728 from GNOME:Next
Push GNOME 3.13.91 - Add to Staging:E OBS-URL: https://build.opensuse.org/request/show/248728 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=34
This commit is contained in:
parent
dc57039bc7
commit
0f7c18ee1e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4c8c62ba5e8c2444d39f501cf8c65ac7c866a73b69348384c9d5567c11d09e9
|
||||
size 715596
|
3
pygobject-3.13.91.tar.xz
Normal file
3
pygobject-3.13.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:277afa74895c222a15acea1b3405b202f5cdf86fe7ae7202482de37b14f84daf
|
||||
size 717692
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 10:10:05 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.91:
|
||||
+ docs: Fix return types in auto-generated doc strings.
|
||||
+ Special case signal output arguments which are structs as
|
||||
pass-by-reference (bgo#735486).
|
||||
+ Ignore closure callbacks when Python is not initialized
|
||||
(bgo#722562).
|
||||
+ Change boxed init with args to warn instead of raise
|
||||
(bgo#727810).
|
||||
+ Fix crash in GList/GSList marshaling error handling path
|
||||
(bgo#735201).
|
||||
+ Fix reference counting problems with GLib.Variant.new_tuple()
|
||||
(bgo##735166).
|
||||
+ Skip marshalling NULL output arguments in Python closures
|
||||
(bgo#735090).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 06:31:58 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -37,7 +37,7 @@ Name: python-gobject
|
||||
Summary: Python bindings for GObject
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Version: 3.13.90
|
||||
Version: 3.13.91
|
||||
Release: 0
|
||||
Url: https://wiki.gnome.org/Projects/PyGObject/
|
||||
Source: http://download.gnome.org/sources/pygobject/3.13/%{_name}-%{version}.tar.xz
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 10:10:05 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.91:
|
||||
+ docs: Fix return types in auto-generated doc strings.
|
||||
+ Special case signal output arguments which are structs as
|
||||
pass-by-reference (bgo#735486).
|
||||
+ Ignore closure callbacks when Python is not initialized
|
||||
(bgo#722562).
|
||||
+ Change boxed init with args to warn instead of raise
|
||||
(bgo#727810).
|
||||
+ Fix crash in GList/GSList marshaling error handling path
|
||||
(bgo#735201).
|
||||
+ Fix reference counting problems with GLib.Variant.new_tuple()
|
||||
(bgo##735166).
|
||||
+ Skip marshalling NULL output arguments in Python closures
|
||||
(bgo#735090).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 06:31:58 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -37,7 +37,7 @@ Name: python3-gobject
|
||||
Summary: Python bindings for GObject
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Version: 3.13.90
|
||||
Version: 3.13.91
|
||||
Release: 0
|
||||
Url: https://wiki.gnome.org/Projects/PyGObject/
|
||||
Source: http://download.gnome.org/sources/pygobject/3.13/%{_name}-%{version}.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user