From 42525271a525016ec0089a9fc21be5495d6e620f Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 28 Jan 2021 11:22:19 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gegl04.git#9e136f38e255c645cc3704c287680d88e27e9606 --- gegl04.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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.