diff --git a/gegl04.spec b/gegl04.spec index b7d1cba..1f15fa1 100644 --- a/gegl04.spec +++ b/gegl04.spec @@ -2,7 +2,7 @@ Name: gegl04 Version: 0.4.26 -Release: 2%{?dist} +Release: 4%{?dist} Summary: Graph based image processing framework # The binary is under the GPL, while the libs are under LGPL. @@ -43,7 +43,9 @@ BuildRequires: pkgconfig(lua) >= 5.1.0 %ifarch %{arm} %{ix86} x86_64 BuildRequires: pkgconfig(luajit) >= 2.0.4 %endif -BuildRequires: pkgconfig(OpenEXR) >= 1.6.1 +%if ! 0%{?rhel} +BuildRequires: pkgconfig(OpenEXR) >= 2.5.4 +%endif BuildRequires: pkgconfig(pango) >= 1.38.0 BuildRequires: pkgconfig(pangocairo) >= 1.38.0 BuildRequires: pkgconfig(pygobject-3.0) >= 3.2 @@ -164,6 +166,12 @@ chrpath --delete %{buildroot}%{_libdir}/gegl-%{apiver}/*.so %changelog +* Thu Jan 28 2021 Josef Ridky - 0.4.26-4 +- Disable OpenEXR on RHEL + +* Tue Jan 26 2021 Fedora Release Engineering - 0.4.26-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Jan 01 2021 Richard Shaw - 0.4.26-2 - Rebuild for OpenEXR 2.5.3.