update to 3.1.9
This commit is contained in:
parent
edd4a139a5
commit
25a19a53a4
13
OpenEXR.spec
13
OpenEXR.spec
@ -1,7 +1,7 @@
|
|||||||
Name: OpenEXR
|
Name: OpenEXR
|
||||||
Summary: A high dynamic-range (HDR) image file format for use in computer imaging applications
|
Summary: A high dynamic-range (HDR) image file format for use in computer imaging applications
|
||||||
Version: 3.1.5
|
Version: 3.1.9
|
||||||
Release: 2
|
Release: 1
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: http://www.openexr.com/
|
URL: http://www.openexr.com/
|
||||||
Source0: https://github.com/AcademySoftwareFoundation/openexr/archive/v%{version}/openexr-%{version}.tar.gz
|
Source0: https://github.com/AcademySoftwareFoundation/openexr/archive/v%{version}/openexr-%{version}.tar.gz
|
||||||
@ -47,7 +47,11 @@ This package contains libraries and header files for development of %{name}.
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%make_build test
|
%ifarch aarch64 ppc64le
|
||||||
|
# https://github.com/AcademySoftwareFoundation/openexr/issues/1460
|
||||||
|
EXCLUDE_REGEX='DWA[AB]Compression'
|
||||||
|
%endif
|
||||||
|
/usr/bin/ctest --output-on-failure --force-new-ctest-process -j${RPM_BUILD_NCPUS} --exclude-regex "$EXCLUDE_REGEX"
|
||||||
|
|
||||||
%ldconfig_scriptlets libs
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
@ -68,6 +72,9 @@ This package contains libraries and header files for development of %{name}.
|
|||||||
%{_libdir}/pkgconfig/OpenEXR.pc
|
%{_libdir}/pkgconfig/OpenEXR.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 12 2023 liyanan <thistleslyn@163.com> - 3.1.9-1
|
||||||
|
- update to 3.1.9
|
||||||
|
|
||||||
* Tue May 10 2022 Ge Wang <wangge20@h-partners.com> - 3.1.5-2
|
* Tue May 10 2022 Ge Wang <wangge20@h-partners.com> - 3.1.5-2
|
||||||
- license compliance rectification
|
- license compliance rectification
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user