[pygobject3] Update to 3.13.91

Kalev Lember kalev at fedoraproject.org
Tue Sep 2 06:37:46 UTC 2014


commit da18a7e842e4abb997debb7fc7df3ef508318665
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Sep 2 08:33:00 2014 +0200

    Update to 3.13.91

 ...lling-NULL-output-arguments-in-Python-clo.patch |   30 --------------------
 pygobject3.spec                                    |   11 +++----
 sources                                            |    2 +-
 3 files changed, 6 insertions(+), 37 deletions(-)
---
diff --git a/pygobject3.spec b/pygobject3.spec
index 8f4407f..f8b599d 100644
--- a/pygobject3.spec
+++ b/pygobject3.spec
@@ -21,8 +21,8 @@
 ### Abstract ###
 
 Name: pygobject3
-Version: 3.13.90
-Release: 2%{?dist}
+Version: 3.13.91
+Release: 1%{?dist}
 License: LGPLv2+ and MIT
 Group: Development/Languages
 Summary: Python 2 bindings for GObject Introspection
@@ -30,9 +30,6 @@ URL: https://live.gnome.org/PyGObject
 #VCS: git:git://git.gnome.org/pygobject
 Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.13/pygobject-%{version}.tar.xz
 
-# Backported upstream patch
-Patch0: 0001-Skip-marshalling-NULL-output-arguments-in-Python-clo.patch
-
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
 BuildRequires: python2-devel >= %{python2_version}
@@ -109,7 +106,6 @@ for use in Python 3 programs.
 
 %prep
 %setup -q -n pygobject-%{version}
-%patch0 -p1
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -215,6 +211,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check %{verbosity}
 %endif # with_python3
 
 %changelog
+* Tue Sep 02 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.91-1
+- Update to 3.13.91
+
 * Thu Aug 21 2014 Kalev Lember <kalevlember at gmail.com> - 3.13.90-2
 - Backport a fix for virt-manager crash (#1130758)
 
diff --git a/sources b/sources
index 6e22558..811050f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-268c1052f2f08d344aa41863bbef62a0  pygobject-3.13.90.tar.xz
+61d28a4285217a2d760ac1f691e870f7  pygobject-3.13.91.tar.xz


More information about the scm-commits mailing list