From 178f7459d0864ce465aa5ca2f0e2635e2aa72f13 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Apr 25 2013 12:56:17 +0000 Subject: Add upstream patch to fix pygobject 3.8 --- 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 1.1.1-5 +- Add upstream patch to fix pygobject 3.8 + * Fri Mar 29 2013 Dan Mashal - 1.1.1-4 - Apply patch to support aarch64 (#925236) - Fix URL