diff --git a/OpenEXR.spec b/OpenEXR.spec index 4677f4b..2bd1803 100644 --- a/OpenEXR.spec +++ b/OpenEXR.spec @@ -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 - 3.1.9-1 +- update to 3.1.9 + * Tue May 10 2022 Ge Wang - 3.1.5-2 - license compliance rectification diff --git a/openexr-3.1.5.tar.gz b/openexr-3.1.9.tar.gz similarity index 73% rename from openexr-3.1.5.tar.gz rename to openexr-3.1.9.tar.gz index 764da72..0f8a01b 100644 Binary files a/openexr-3.1.5.tar.gz and b/openexr-3.1.9.tar.gz differ