From 89c11b20b9778c4c0c52cdee5af4007f831ed6390d50add52b77f376a70ea20f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Mar 2018 08:17:27 +0000 Subject: [PATCH] Accepting request 585962 from GNOME:Next Update to 3.28.0 OBS-URL: https://build.opensuse.org/request/show/585962 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-gobject?expand=0&rev=92 --- pygobject-3.27.5.tar.xz | 3 --- pygobject-3.28.0.tar.xz | 3 +++ python-gobject.changes | 6 ++++++ python-gobject.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pygobject-3.27.5.tar.xz create mode 100644 pygobject-3.28.0.tar.xz diff --git a/pygobject-3.27.5.tar.xz b/pygobject-3.27.5.tar.xz deleted file mode 100644 index de34ee1..0000000 --- a/pygobject-3.27.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e57f42a48f7e762a791ccec2514894945829dc1e70caeea0252505cbddbeda4 -size 1000792 diff --git a/pygobject-3.28.0.tar.xz b/pygobject-3.28.0.tar.xz new file mode 100644 index 0000000..b6bdf23 --- /dev/null +++ b/pygobject-3.28.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b47b261b45aedfc77e02e3c90a01cd74d6f86c3273c1860a054d531d606e5a +size 1001328 diff --git a/python-gobject.changes b/python-gobject.changes index e596750..d754fa5 100644 --- a/python-gobject.changes +++ b/python-gobject.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 12 15:21:14 UTC 2018 - dimstar@opensuse.org + +- Update to version 3.28.0: + + GLib.Variant: Fix creation of guchar arrays from bytes. + ------------------------------------------------------------------- Fri Mar 2 00:46:39 UTC 2018 - luc14n0@linuxmail.org diff --git a/python-gobject.spec b/python-gobject.spec index ffd4a3c..dab588a 100644 --- a/python-gobject.spec +++ b/python-gobject.spec @@ -22,13 +22,13 @@ %global __requires_exclude_from ^%{python2_sitearch}/gi/__init__.py|%{python3_sitearch}/gi/__init__.py$ %define _name pygobject Name: python-gobject -Version: 3.27.5 +Version: 3.28.0 Release: 0 Summary: Python bindings for GObject License: LGPL-2.1-or-later Group: Development/Languages/Python URL: https://wiki.gnome.org/Projects/PyGObject/ -Source: http://download.gnome.org/sources/pygobject/3.27/%{_name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/pygobject/3.28/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM pycompile-searchpath.patch jmatejek@suse.com -- Fix build with python 3.4 Patch0: pycompile-searchpath.patch BuildRequires: %{python_module cairo >= 1.11.1}