From ff1ffca2136085bda4ac41265b9ac9d393cb1c94292295675db8af08dcaf3bde Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2017 11:05:27 +0000 Subject: [PATCH] Accepting request 523622 from GNOME:Next Update to 3.26.0 OBS-URL: https://build.opensuse.org/request/show/523622 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=87 --- pygobject-3.25.1.tar.xz | 3 --- pygobject-3.26.0.tar.xz | 3 +++ python-gobject.changes | 9 +++++++++ python-gobject.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pygobject-3.25.1.tar.xz create mode 100644 pygobject-3.26.0.tar.xz diff --git a/pygobject-3.25.1.tar.xz b/pygobject-3.25.1.tar.xz deleted file mode 100644 index d1e1b9d..0000000 --- a/pygobject-3.25.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8728bb27078f7ee45c431ccbc237a58fb6d6eb1b7a0668bbe29eb107267bd736 -size 772372 diff --git a/pygobject-3.26.0.tar.xz b/pygobject-3.26.0.tar.xz new file mode 100644 index 0000000..74d04a1 --- /dev/null +++ b/pygobject-3.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7411acd600c8cb6f00d2125afa23303f2104e59b83e0a4963288dbecc3b029fa +size 773544 diff --git a/python-gobject.changes b/python-gobject.changes index 5ec3e51..4829bb2 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 12 09:27:07 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.26.0: + + Closure: silence a new compiler warning. + + Make sure version information passed to require_version is a + string (bgo#781582). + + Test fixes. + ------------------------------------------------------------------- Fri Sep 8 16:15:16 UTC 2017 - jengelh@inai.de diff --git a/python-gobject.spec b/python-gobject.spec index 5ca39d9..014d1e1 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -27,10 +27,10 @@ Name: python-gobject Summary: Python bindings for GObject License: LGPL-2.1+ Group: Development/Languages/Python -Version: 3.25.1 +Version: 3.26.0 Release: 0 Url: https://wiki.gnome.org/Projects/PyGObject/ -Source: http://download.gnome.org/sources/pygobject/3.25/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pygobject/3.26/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4 Patch1: pycompile-searchpath.patch BuildRequires: %{python_module cairo >= 1.11.1}