Revert "Bump Epoch and revert back to 1.4.16 after accdental upgrade to 1.5.x"

This reverts commit 3846191b24.
This commit is contained in:
Richard Shaw 2018-01-24 08:08:54 -06:00
parent cf73807062
commit 38e61ce2c2
2 changed files with 88 additions and 8 deletions

View File

@ -1,17 +1,15 @@
%global subname oiio
#global beta beta1
Name: OpenImageIO
Epoch: 1
Version: 1.4.16
Release: 1%{?dist}
Version: 1.5.24
Release: 3%{?dist}.1
Summary: Library for reading and writing images
Group: Development/Libraries
License: BSD
URL: https://sites.google.com/site/openimageio/home
Source0: https://github.com/%{name}/%{subname}/archive/Release-%{version}/%{subname}-Release-%{version}.tar.gz
Source0: https://github.com/%{name}/%{subname}/archive/Release-%{version}.tar.gz#/%{name}-%{version}.tar.gz
# Images for test suite
#Source1: oiio-images.tar.gz
@ -23,14 +21,16 @@ BuildRequires: glew-devel
BuildRequires: OpenEXR-devel ilmbase-devel
BuildRequires: python2-devel
BuildRequires: libpng-devel libtiff-devel openjpeg-devel giflib-devel
%if 0%{?!rhel}
%if ! 0%{?rhel}
BuildRequires: libwebp-devel
BuildRequires: Field3D-devel
BuildRequires: LibRaw-devel
%endif
BuildRequires: hdf5-devel
BuildRequires: zlib-devel
BuildRequires: jasper-devel
BuildRequires: pugixml-devel
BuildRequires: opencv-devel
# WARNING: OpenColorIO and OpenImageIO are cross dependent.
# If an ABI incompatible update is done in one, the other also needs to be
@ -117,7 +117,6 @@ rm -rf build/linux && mkdir -p build/linux && pushd build/linux
-DPYLIB_INSTALL_DIR:PATH=%{python_sitearch} \
-DINSTALL_DOCS:BOOL=FALSE \
-DUSE_EXTERNAL_PUGIXML:BOOL=TRUE \
-DUSE_TBB:BOOL=FALSE \
%ifarch ppc ppc64
-DNOTHREADS:BOOL=FALSE \
%endif
@ -146,6 +145,7 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
%files
%{!?_licensedir:%global license %doc}
%license LICENSE
%doc CHANGES
%{_libdir}/libOpenImageIO.so.*
@ -172,6 +172,86 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
%changelog
* Mon Oct 03 2016 Richard Shaw <hobbes1069@gmail.com> - 1.5.24-3
- Rebuild for pugixml with c++11 enabled.
* Sun Jul 3 2016 Richard Shaw <hobbes1069@gmail.com> - 1.5.24-2
- Rebuild for updated Field3D which broke due to soname bump, fixes BZ#1352267.
* Thu Mar 3 2016 Richard Shaw <hobbes1069@gmail.com> - 1.5.24-1
- Update to latest upstream release.
* Thu Dec 17 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.22-1
- Update to latest upstream release.
- Add LibRaw to build requirements.
* Wed Dec 2 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.21-1
- Update to latest upstream release.
- Move python bindings to their own subpackage.
* Thu Oct 22 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.20-2
- Rebuild for updated pugixml.
* Mon Sep 28 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.20-1
- Update to latest upstream release.
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 1.5.18-3
- Rebuilt for Boost 1.59
* Wed Aug 05 2015 Jonathan Wakely <jwakely@redhat.com> 1.5.18-2
- Rebuilt for Boost 1.58
* Tue Aug 4 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.18-1
- Update to latest upstream release.
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.17-3
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 1.5.17-2
- rebuild for Boost 1.58
* Thu Jul 16 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.17-1
- Update to latest upstream release.
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.14-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Sun May 17 2015 Orion Poplawski <orion@cora.nwra.com> - 1.5.14-3
- Rebuild for hdf5 1.8.15
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.5.14-2
- Rebuilt for GCC 5 C++11 ABI change
* Wed Apr 15 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.14-1
- Update to latest upstream release.
* Wed Mar 11 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.13-1
- Update to latest upstream release.
* Sat Feb 21 2015 Orion Poplawski <orion@cora.nwra.com> - 1.5.12-3
- Rebuild for undefined symbols
* Thu Feb 12 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.12-2
- Update to latest upstream release.
- Add opencv optional dependency.
- Use new license rpmbuild macro.
- Fix broken conditional which prevented Field3D from being required.
* Wed Feb 11 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.11-3
- Rebuild for Field3D.
* Wed Feb 04 2015 Petr Machata <pmachata@redhat.com> - 1.5.11-2
- Bump for rebuild.
* Wed Jan 28 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.11-1
- Update to latest upstream release.
* Tue Jan 27 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.10-1
- Update to latest upstream release.
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 1.4.16-2
- Rebuild for boost 1.57.0
* Thu Jan 22 2015 Richard Shaw <hobbes1069@gmail.com> - 1.4.16-1
- Update to latest upstream release.

View File

@ -1 +1 @@
SHA512 (oiio-Release-1.4.16.tar.gz) = 87de198ab733a374d0620d7c8fb32db8d85bfae7caa263fcfe4f19bb211910f921d9d065a7a29081294c41541b064ca04adc89bcfa88ad8174df2787565c3566
8c1f9a0ec5b55a18eeea76d33ca7a02c OpenImageIO-1.5.24.tar.gz