Rebuild for OpenEXR 3.
This commit is contained in:
parent
1761977bfd
commit
5758db9daf
10
gimp.spec
10
gimp.spec
@ -89,7 +89,7 @@ Name: gimp
|
||||
Epoch: 2
|
||||
Version: 2.10.24
|
||||
%global rel 1
|
||||
Release: %{?prerelprefix}%{rel}%{dotprerel}%{dotgitrev}%{?dist}.1
|
||||
Release: %{?prerelprefix}%{rel}%{dotprerel}%{dotgitrev}%{?dist}.2
|
||||
|
||||
# Compute some version related macros.
|
||||
# Ugly, need to get quoting percent signs straight.
|
||||
@ -160,7 +160,12 @@ BuildRequires: libwebp-devel >= 0.6.0
|
||||
BuildRequires: libwmf-devel >= 0.2.8
|
||||
BuildRequires: libmypaint-devel >= 1.3.0
|
||||
BuildRequires: mypaint-brushes-devel >= 1.3.0
|
||||
%if 0%{?fedora} > 34
|
||||
BuildRequires: openexr-devel
|
||||
BuildRequires: imath-devel
|
||||
%else
|
||||
BuildRequires: OpenEXR-devel >= 1.6.1
|
||||
%endif
|
||||
BuildRequires: openjpeg2-devel >= 2.1.0
|
||||
BuildRequires: pango-devel >= 1.29.4
|
||||
BuildRequires: perl >= 5.10.0
|
||||
@ -720,6 +725,9 @@ make check %{?_smp_mflags}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 05 2021 Richard Shaw <hobbes1069@gmail.com> - 2:2.10.24-1.2
|
||||
- Rebuild for OpenEXR 3.
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.10.24-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user