Update spec file
This commit is contained in:
parent
755426786e
commit
31ee085f25
@ -2,7 +2,7 @@
|
||||
|
||||
Name: gegl04
|
||||
Version: 0.4.26
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?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,9 @@ chrpath --delete %{buildroot}%{_libdir}/gegl-%{apiver}/*.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 28 2021 Josef Ridky <jridky@redhat.com> - 0.4.26-2
|
||||
- Disable OpenEXR on RHEL
|
||||
|
||||
* Mon Aug 24 2020 Josef Ridky <jridky@redhat.com> - 0.4.26-1
|
||||
- New upstream release 0.4.26
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user