diff --git a/OpenColorIO.spec b/OpenColorIO.spec index 298db9b..85278e9 100644 --- a/OpenColorIO.spec +++ b/OpenColorIO.spec @@ -11,7 +11,7 @@ Name: OpenColorIO Version: 1.1.0 -Release: 6.2.riscv64%{?dist} +Release: 8.0.riscv64%{?dist} Summary: Enables color transforms and image display across graphics apps License: BSD @@ -137,6 +137,7 @@ rm -rf build && mkdir build && pushd build -DOCIO_BUILD_DOCS=%{?docs:ON}%{?!docs:OFF} \ -DOCIO_BUILD_TESTS=%{?tests:ON}%{?!tests:OFF} \ -DOCIO_PYGLUE_SONAME=OFF \ + -DPYTHON=%{__python2} \ -DUSE_EXTERNAL_YAML=TRUE \ -DUSE_EXTERNAL_TINYXML=TRUE \ -DUSE_EXTERNAL_LCMS=TRUE \ @@ -208,14 +209,14 @@ find %{buildroot} -name "*.cmake" -exec mv {} %{buildroot}%{_datadir}/cmake/Modu %changelog -* Wed Jun 27 2018 David Abdurachmanov - 1.1.0-6.2.riscv64 -- Rebuild again with new OpenImageIO +* Thu Aug 30 2018 David Abdurachmanov - 1.1.0-8.0.riscv64 +- Rebuilt for glew 2.1.0 (RISC-V) -* Wed Jun 27 2018 David Abdurachmanov - 1.1.0-6.1.riscv64 -- Remove BR on OpenImageIO-devel to rebuild the package +* Thu Aug 23 2018 Nicolas Chauvet - 1.1.0-8 +- Rebuilt for glew 2.1.0 -* Tue Jun 26 2018 David Abdurachmanov - 1.1.0-6.0.riscv64 -- Rebuild for yaml-cpp +* Thu Jul 12 2018 Fedora Release Engineering - 1.1.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 22 2018 Adam Williamson - 1.1.0-6 - Rebuild with bootstrap disabled, so we get docs again