diff --git a/OpenShadingLanguage.changes b/OpenShadingLanguage.changes index 9539f03..f11e2ab 100644 --- a/OpenShadingLanguage.changes +++ b/OpenShadingLanguage.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Feb 1 22:02:06 UTC 2025 - Marcus Rueckert + +- Also lock the cmake(OpenImageIO) to the version smaller than 3 + ------------------------------------------------------------------- Mon Nov 18 15:40:40 UTC 2024 - Marcus Rueckert diff --git a/OpenShadingLanguage.spec b/OpenShadingLanguage.spec index a5e114d..e31c6e3 100644 --- a/OpenShadingLanguage.spec +++ b/OpenShadingLanguage.spec @@ -1,7 +1,7 @@ # # spec file for package OpenShadingLanguage # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -59,7 +59,7 @@ BuildRequires: partio-devel BuildRequires: pkg-config BuildRequires: python3-devel BuildRequires: python3-pybind11-devel -BuildRequires: cmake(OpenImageIO) >= 2.0 +BuildRequires: (cmake(OpenImageIO) >= 2.0 with cmake(OpenImageIO) < 3) BuildRequires: cmake(pugixml) Requires: %{name}-common-headers = %{version} Recommends: %{name}-doc = %{version}