diff options
Diffstat (limited to 'pygobject3.spec')
-rw-r--r-- | pygobject3.spec | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pygobject3.spec b/pygobject3.spec index 2df701f..803412d 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -12,6 +12,14 @@ Source0: https://download.gnome.org/sources/pygobject/3.50/pygobject-%{v # Drop GIMarshallingTests - It's test suite remainders that should not be installed Patch0: pygobject-do-not-install-GIMarshallingTests.patch +# async: Use correct T_BOOL type for _asyncio_future_blocking (merged upstream) +# Fixes failures on s390x +Patch1: https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/367.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=2329587 +# https://gitlab.gnome.org/GNOME/pygobject/-/issues/658 +# Revert override of connection.register_object to avoid breaking anaconda +Patch2: 0001-revert-override-of-connection.register_object.patch + BuildRequires: meson >= 0.64.0 BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo-gobject) |