From 058cbdd3c7756838e9eface999375089c942977f Mon Sep 17 00:00:00 2001 From: Richard Shaw Date: Jul 07 2021 17:46:04 +0000 Subject: Rebuild with standalone imath package. As of OpenEXR 3.x imath is a separate package. --- diff --git a/alembic.spec b/alembic.spec index 7509e68..0536764 100644 --- a/alembic.spec +++ b/alembic.spec @@ -6,7 +6,7 @@ Name: alembic Version: 1.8.2 -Release: %{?prerelease:0.}1%{?prerelease}%{?dist} +Release: %{?prerelease:0.}1%{?prerelease}%{?dist}.1 Summary: Open framework for storing and sharing scene data License: BSD URL: http://alembic.io/ @@ -23,7 +23,12 @@ BuildRequires: hdf5-devel # Per https://github.com/alembic/alembic/blob/master/README.txt # alembic actually needs ilmbase, not OpenEXR. +# As of OpenEXR 3.x Imath is now a standalone library. +%if 0%{?fedora} > 34 +BuildRequires: cmake(Imath) +%else BuildRequires: pkgconfig(IlmBase) +%endif BuildRequires: pkgconfig(zlib) %description @@ -100,6 +105,10 @@ export CXXFLAGS="%{optflags} -Wl,--as-needed" %{_libdir}/libAlembic.so %changelog +* Wed Jul 07 2021 Richard Shaw - 1.8.2-1.1 +- Rebuild with standalone imath package. As of OpenEXR 3.x imath is a separate + package. + * Fri Jun 11 2021 Luya Tshimbalanga - 1.8.2-1 - Update to 1.8.2 - Resolves rhbz#1969862