Rebuild for OpenEXR/Imath 3.1.

This commit is contained in:
Richard Shaw 2021-08-20 18:28:24 -05:00
parent 6031b3a337
commit 70793626b9
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: Field3D
Version: 1.7.3
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Library for storing voxel data
License: BSD
@ -14,6 +14,7 @@ BuildRequires: cmake gcc-c++ doxygen
BuildRequires: hdf5-devel
BuildRequires: boost-devel
%if 0%{?fedora} > 34
# OpenEXR is only needed for OpenEXRConfig.h
BuildRequires: cmake(OpenEXR)
BuildRequires: cmake(Imath)
%else
@ -74,6 +75,9 @@ pushd %{_vpath_builddir}
%changelog
* Fri Aug 20 2021 Richard Shaw <hobbes1069@gmail.com> - 1.7.3-15
- Rebuild for OpenEXR/Imath 3.1.
* Tue Aug 10 2021 Orion Poplawski <orion@nwra.com> - 1.7.3-14
- Rebuild for hdf5 1.10.7