Add upstream patch to fix pygobject 3.8

This commit is contained in:
Peter Robinson 2013-04-25 13:56:17 +01:00
parent 35dfa6cafd
commit 178f7459d0

View File

@ -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@fedoraproject.org> 1.1.1-5
- Add upstream patch to fix pygobject 3.8
* Fri Mar 29 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.1.1-4
- Apply patch to support aarch64 (#925236)
- Fix URL