From c1f8f2d500852f15a51fe126370fa22359f7054fa8ef50a09fb6702e2b8f093a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 17 Jun 2011 08:53:55 +0000 Subject: [PATCH] Accepting request 73937 from devel:languages:python Update to 2.28.6 OBS-URL: https://build.opensuse.org/request/show/73937 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=7 --- pygobject-2.28.4.tar.bz2 | 3 --- pygobject-2.28.6.tar.bz2 | 3 +++ python-gobject.changes | 11 +++++++++++ python-gobject.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pygobject-2.28.4.tar.bz2 create mode 100644 pygobject-2.28.6.tar.bz2 diff --git a/pygobject-2.28.4.tar.bz2 b/pygobject-2.28.4.tar.bz2 deleted file mode 100644 index b9b5af5..0000000 --- a/pygobject-2.28.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70e3a05dd5f688e68b5dafa2412cd4fdbc0af83792a5752ef6353c4accf2022c -size 882762 diff --git a/pygobject-2.28.6.tar.bz2 b/pygobject-2.28.6.tar.bz2 new file mode 100644 index 0000000..e2c7984 --- /dev/null +++ b/pygobject-2.28.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bfe017fa845940184c82a4d8949db3414cb29dfc84815fb763697dc85bdcee +size 888240 diff --git a/python-gobject.changes b/python-gobject.changes index e016b57..6714d01 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jun 17 06:17:54 CEST 2011 - vuntz@opensuse.org + +- Update to version 2.28.6: + + Fixes for GVariant. + + Added __eq__ method for Gdk.Color and Gdk.RGBA + + Fix symbol names to be locale independent + + closure: Check the out arg is not null (bgo#651812) + + Use _gi.Struct to wrap fundamentals + + Fix two crashes. + ------------------------------------------------------------------- Wed May 4 16:26:18 UTC 2011 - dimstar@opensuse.org diff --git a/python-gobject.spec b/python-gobject.spec index 341db6f..1be5df9 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -21,7 +21,7 @@ Name: python-gobject %define _name pygobject Summary: Python bindings for GObject -Version: 2.28.4 +Version: 2.28.6 Release: 1 License: LGPLv2.1+ Group: Development/Libraries/Python