Compare commits

..

No commits in common. "master-riscv64" and "master" have entirely different histories.

View File

@ -11,7 +11,7 @@
Name: OpenColorIO Name: OpenColorIO
Version: 1.1.0 Version: 1.1.0
Release: 8.0.riscv64%{?dist} Release: 6%{?dist}
Summary: Enables color transforms and image display across graphics apps Summary: Enables color transforms and image display across graphics apps
License: BSD License: BSD
@ -57,7 +57,7 @@ BuildRequires: texlive-hyphen-base
# WARNING: OpenColorIO and OpenImageIO are cross dependent. # WARNING: OpenColorIO and OpenImageIO are cross dependent.
# If an ABI incompatible update is done in one, the other also needs to be # If an ABI incompatible update is done in one, the other also needs to be
# rebuilt. # rebuilt.
#BuildRequires: OpenImageIO-devel BuildRequires: OpenImageIO-devel
BuildRequires: OpenEXR-devel BuildRequires: OpenEXR-devel
# Libraries # Libraries
@ -137,7 +137,6 @@ rm -rf build && mkdir build && pushd build
-DOCIO_BUILD_DOCS=%{?docs:ON}%{?!docs:OFF} \ -DOCIO_BUILD_DOCS=%{?docs:ON}%{?!docs:OFF} \
-DOCIO_BUILD_TESTS=%{?tests:ON}%{?!tests:OFF} \ -DOCIO_BUILD_TESTS=%{?tests:ON}%{?!tests:OFF} \
-DOCIO_PYGLUE_SONAME=OFF \ -DOCIO_PYGLUE_SONAME=OFF \
-DPYTHON=%{__python2} \
-DUSE_EXTERNAL_YAML=TRUE \ -DUSE_EXTERNAL_YAML=TRUE \
-DUSE_EXTERNAL_TINYXML=TRUE \ -DUSE_EXTERNAL_TINYXML=TRUE \
-DUSE_EXTERNAL_LCMS=TRUE \ -DUSE_EXTERNAL_LCMS=TRUE \
@ -209,15 +208,6 @@ find %{buildroot} -name "*.cmake" -exec mv {} %{buildroot}%{_datadir}/cmake/Modu
%changelog %changelog
* Thu Aug 30 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.1.0-8.0.riscv64
- Rebuilt for glew 2.1.0 (RISC-V)
* Thu Aug 23 2018 Nicolas Chauvet <kwizart@gmail.com> - 1.1.0-8
- Rebuilt for glew 2.1.0
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Feb 22 2018 Adam Williamson <awilliam@redhat.com> - 1.1.0-6 * Thu Feb 22 2018 Adam Williamson <awilliam@redhat.com> - 1.1.0-6
- Rebuild with bootstrap disabled, so we get docs again - Rebuild with bootstrap disabled, so we get docs again