[dbus-python] Add upstream patch to fix pygobject 3.8

Peter Robinson pbrobinson at fedoraproject.org
Thu Apr 25 12:56:42 UTC 2013


commit 178f7459d0864ce465aa5ca2f0e2635e2aa72f13
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Apr 25 13:56:17 2013 +0100

    Add upstream patch to fix pygobject 3.8

 dbus-python.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/dbus-python.spec b/dbus-python.spec
index 6d5274e..d430c57 100644
--- a/dbus-python.spec
+++ b/dbus-python.spec
@@ -6,13 +6,15 @@
 Summary: D-Bus Python Bindings 
 Name: dbus-python
 Version: 1.1.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 License: MIT
 URL: http://www.freedesktop.org/software/dbus-python
 Source0: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz
 
 Patch0: dbus-python-aarch64.patch
+# http://cgit.freedesktop.org/dbus/dbus-python/commit/?id=423ee853dfbb4ee9ed89a21e1cf2b6a928e2fc4d
+Patch1: dbus-python-pygobject38.patch
 
 BuildRequires: dbus-devel
 BuildRequires: dbus-glib-devel
@@ -47,6 +49,7 @@ Summary: D-Bus bindings for python3
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %global _configure ../configure
@@ -103,6 +106,9 @@ make check -k -C python3-build ||:
 
 
 %changelog
+* Thu Apr 25 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.1.1-5
+- Add upstream patch to fix pygobject 3.8
+
 * Fri Mar 29 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.1.1-4
 - Apply patch to support aarch64 (#925236)
 - Fix URL


More information about the scm-commits mailing list