Update to latest upstream release.

Add build requirement for OpenColorIO.
This commit is contained in:
Richard M. Shaw 2012-05-07 10:32:25 -05:00
parent 4d6b4b9518
commit 4143dbced2
2 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
%global githash1 gdffc74e
%global githash2 2388ebf
%global githash1 g513d0dd
%global githash2 d94a4e4
Name: OpenImageIO
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Summary: Library for reading and writing images
@ -29,6 +29,7 @@ BuildRequires: tbb-devel
%endif
# Field3D requires cmake 2.8 but EL6 only has 2.6.
#BuildRequires: hdf5-devel Field3D-devel
BuildRequires: OpenColorIO
# We don't want to provide private python extension libs
%{?filter_setup:
@ -130,6 +131,10 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
%changelog
* Mon May 07 2012 Richard Shaw <hobbes1069@gmail.com> - 1.0.4-1
- Update to latest upstream release.
- Add build requirement for OpenColorIO.
* Thu Apr 19 2012 Richard Shaw <hobbes1069@gmail.com> - 1.0.3-1
- Update to latest upstream release.

View File

@ -1 +1 @@
5cc802ac495aec1d409f2810cdafc33f OpenImageIO-oiio-Release-1.0.3-0-gdffc74e.tar.gz
2114f40a6015d2ba4d36fc18620f2edb OpenImageIO-oiio-Release-1.0.4-0-g513d0dd.tar.gz