Update to 3.1.2.
This commit is contained in:
parent
ef7744a7a3
commit
b278b7e1e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/openexr-3.0.4.tar.gz
|
||||
/openexr-3.0.5.tar.gz
|
||||
/openexr-3.1.1.tar.gz
|
||||
/openexr-3.1.2.tar.gz
|
||||
|
17
openexr.spec
17
openexr.spec
@ -2,7 +2,7 @@
|
||||
%global sover 30
|
||||
|
||||
Name: openexr
|
||||
Version: 3.1.1
|
||||
Version: 3.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Provides the specification and reference implementation of the EXR file format
|
||||
|
||||
@ -100,17 +100,11 @@ Summary: Development files for %{name}
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
# As of glibc 2.35 in f35, libpthread has been merged into glibc therefore
|
||||
# Threads::Threads is not needed and may cause issues.
|
||||
%if 0%{?fedora} > 34
|
||||
sed -i "s/;Threads::Threads//" %{buildroot}%{_libdir}/cmake/OpenEXR/OpenEXRTargets.cmake
|
||||
%endif
|
||||
|
||||
|
||||
%check
|
||||
# Test 4 currently fails on aarch64 and sometimes times out on armv7hl
|
||||
# https://github.com/AcademySoftwareFoundation/openexr/issues/876
|
||||
%ifnarch armv7hl aarch64 s390x i686
|
||||
# A few tests fail on s390x
|
||||
# https://github.com/AcademySoftwareFoundation/openexr/issues/1175
|
||||
%ifnarch s390x
|
||||
%ctest
|
||||
%endif
|
||||
|
||||
@ -132,6 +126,9 @@ sed -i "s/;Threads::Threads//" %{buildroot}%{_libdir}/cmake/OpenEXR/OpenEXRTarge
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 06 2021 Richard Shaw <hobbes1069@gmail.com> - 3.1.2-1
|
||||
- Update to 3.1.2.
|
||||
|
||||
* Wed Aug 11 2021 Richard Shaw <hobbes1069@gmail.com> - 3.1.1-1
|
||||
- Update to 3.1.1.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openexr-3.1.1.tar.gz) = 430becbb214cedec5a57e9ff2363badd8a2d94e8a00edffbc75fbcf30d26d887a6eb3f4ff96e371cb26f9d44e63bf0fe2dc511493a0951171ddc64bba7aed735
|
||||
SHA512 (openexr-3.1.2.tar.gz) = 34fb28f149e49bb23b2dc230dd5277229f2c780de66aff0acc819601e6802a1dbf83110b5df455dffd63be6eaa286d4aedb4b0af559b8b034d98c3208ee9d969
|
||||
|
Loading…
Reference in New Issue
Block a user