diff --git a/OpenEXR.spec b/OpenEXR.spec index ba2c386a77b63a040008fcbb6269943ebec00be0..88b40147dffa2547afb4c1b94ff11803974e05c2 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.11 -Release: 3 +Release: 4 License: BSD-3-Clause URL: http://www.openexr.com/ Source0: https://github.com/AcademySoftwareFoundation/openexr/archive/v%{version}/openexr-%{version}.tar.gz @@ -44,10 +44,10 @@ This package contains libraries and header files for development of %{name}. %build %cmake -%make_build +%cmake_build %install -%make_install +%cmake_install %check %ifarch aarch64 ppc64le @@ -75,6 +75,9 @@ EXCLUDE_REGEX='DWA[AB]Compression' %{_libdir}/pkgconfig/OpenEXR.pc %changelog +* Thu Dec 19 2024 wangkai <13474090681@163.com> - 3.1.11-4 +- adopt to new cmake macro + * Wed Apr 17 2024 wangkai <13474090681@163.com> - 3.1.11-3 - Fix CVE-2024-31047