Add upstream patch to fix pygobject 3.8
This commit is contained in:
parent
35dfa6cafd
commit
178f7459d0
@ -6,13 +6,15 @@
|
|||||||
Summary: D-Bus Python Bindings
|
Summary: D-Bus Python Bindings
|
||||||
Name: dbus-python
|
Name: dbus-python
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.freedesktop.org/software/dbus-python
|
URL: http://www.freedesktop.org/software/dbus-python
|
||||||
Source0: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz
|
Source0: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
Patch0: dbus-python-aarch64.patch
|
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-devel
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
@ -47,6 +49,7 @@ Summary: D-Bus bindings for python3
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%global _configure ../configure
|
%global _configure ../configure
|
||||||
@ -103,6 +106,9 @@ make check -k -C python3-build ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Mar 29 2013 Dan Mashal <dan.mashal@fedoraproject.org> - 1.1.1-4
|
||||||
- Apply patch to support aarch64 (#925236)
|
- Apply patch to support aarch64 (#925236)
|
||||||
- Fix URL
|
- Fix URL
|
||||||
|
Loading…
Reference in New Issue
Block a user