From 615b120eec8bddd92c584e8e29fbca0be79a98fe Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Apr 2021 11:58:19 -0400 Subject: [PATCH] Rebuild with newer gobject-introspection This will fix the multilib conflict. Fixes: rhbz#1915340 --- graphene.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/graphene.spec b/graphene.spec index 9eaa606..8f7fb6c 100644 --- a/graphene.spec +++ b/graphene.spec @@ -1,6 +1,6 @@ Name: graphene Version: 1.10.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Thin layer of types for graphic libraries License: MIT @@ -8,7 +8,7 @@ URL: https://github.com/ebassi/graphene Source: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz BuildRequires: gcc -BuildRequires: gobject-introspection-devel +BuildRequires: gobject-introspection-devel >= 1.68.0-3.el9 BuildRequires: gtk-doc BuildRequires: meson >= 0.50.1 BuildRequires: pkgconfig(gobject-2.0) >= 2.30.0 @@ -73,6 +73,10 @@ the functionality of the installed %{name} package. %{_datadir}/installed-tests/ %changelog +* Tue Apr 27 2021 Matthias Clasen - 1.10.4-4 +- Rebuild with newer gobject-introspection to fix multilib conflict +- Related: rhbz#1915340 + * Thu Apr 15 2021 Mohan Boddu - 1.10.4-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937