!92 update to 3.1.9

From: @lyn1001 
Reviewed-by: @starlet-dx 
Signed-off-by: @starlet-dx
This commit is contained in:
openeuler-ci-bot 2023-07-12 10:31:09 +00:00 committed by Gitee
commit 48a0b6e772
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Name: OpenEXR
Summary: A high dynamic-range (HDR) image file format for use in computer imaging applications
Version: 3.1.5
Release: 2
Version: 3.1.9
Release: 1
License: BSD-3-Clause
URL: http://www.openexr.com/
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
%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
@ -68,6 +72,9 @@ This package contains libraries and header files for development of %{name}.
%{_libdir}/pkgconfig/OpenEXR.pc
%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
- license compliance rectification