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
This commit is contained in:
Dominique Leuenberger 2018-03-13 08:17:27 +00:00 committed by Git OBS Bridge
parent 6bcf59ae25
commit 89c11b20b9
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e57f42a48f7e762a791ccec2514894945829dc1e70caeea0252505cbddbeda4
size 1000792

3
pygobject-3.28.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42b47b261b45aedfc77e02e3c90a01cd74d6f86c3273c1860a054d531d606e5a
size 1001328

View File

@ -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

View File

@ -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}