Upgrade to 3.1.9.

This commit is contained in:
Richard Shaw 2023-06-26 06:30:42 -05:00
commit a2cdf0d4b6

View File

@ -95,6 +95,16 @@ Summary: Development files for %{name}
%build
%set_build_flags
%dnl Using F16C intrinsics results in wrong results according to a test.
%dnl It is currently unclear whether the test is at fault, or the CPU
%dnl instructions are not appropriate in this context because they
%dnl canonicalize NaNs. <https://bugzilla.redhat.com/show_bug.cgi?id=2212579>
%dnl <https://github.com/AcademySoftwareFoundation/openexr/issues/1456>
%ifarch x86_64
CFLAGS="$CFLAGS -mno-f16c"
CXXFLAGS="$CXXFLAGS -mno-f16c"
%endif
%cmake
%cmake_build
@ -147,6 +157,9 @@ Summary: Development files for %{name}
* Mon Jun 26 2023 Richard Shaw <hobbes1069@gmail.com> - 3.1.9-1
- Upgrade to 3.1.9.
* Mon Jun 19 2023 Florian Weimer <fweimer@redhat.com> - 3.1.8-2
- Disable F16C intrinsics on x86-64 (#2212579)
* Wed Jun 07 2023 Richard Shaw <hobbes1069@gmail.com> - 3.1.8-1
- Update to 3.1.8.