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}