Rebuild for updated libtiff.

- Add OpenColorIO to build requirements.
This commit is contained in:
Richard M. Shaw 2012-05-07 08:58:10 -05:00
parent 48e2b68703
commit b8cbdd981b
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: OpenImageIO
Version: 1.0.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for reading and writing images
Group: Development/Libraries
@ -27,6 +27,7 @@ BuildRequires: pugixml-devel
BuildRequires: tbb-devel
%endif
BuildRequires: hdf5-devel Field3D-devel
BuildRequires: OpenColorIO-devel
# We don't want to provide private python extension libs
%{?filter_setup:
@ -128,6 +129,10 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
%changelog
* Mon May 07 2012 Richard Shaw <hobbes1069@gmail.com> - 1.0.4-2
- Rebuild for updated libtiff.
- Add OpenColorIO to build requirements.
* Thu May 03 2012 Richard Shaw <hobbes1069@gmail.com> - 1.0.4-1
- Update to latest upstream release.