Rebuild with newer gobject-introspection

This will fix the multilib conflict.

Fixes: rhbz#1915340
This commit is contained in:
Matthias Clasen 2021-04-27 11:58:19 -04:00
parent 3f51becda0
commit 615b120eec

View File

@ -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 <mclasen@redhat.com> - 1.10.4-4
- Rebuild with newer gobject-introspection to fix multilib conflict
- Related: rhbz#1915340
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.4-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937