Update to latest upstream release.

- Add LibRaw to build requirements.
This commit is contained in:
Richard M. Shaw 2015-12-17 08:07:55 -06:00
parent 38a533e6c3
commit 3392bf15b8
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ clog
/oiio-Release-1.5.18.tar.gz /oiio-Release-1.5.18.tar.gz
/oiio-Release-1.5.20.tar.gz /oiio-Release-1.5.20.tar.gz
/OpenImageIO-1.5.21.tar.gz /OpenImageIO-1.5.21.tar.gz
/OpenImageIO-1.5.22.tar.gz

View File

@ -2,8 +2,8 @@
#global beta beta1 #global beta beta1
Name: OpenImageIO Name: OpenImageIO
Version: 1.5.21 Version: 1.5.22
Release: 1%{?dist}.1 Release: 1%{?dist}
Summary: Library for reading and writing images Summary: Library for reading and writing images
Group: Development/Libraries Group: Development/Libraries
@ -31,6 +31,7 @@ BuildRequires: zlib-devel
BuildRequires: jasper-devel BuildRequires: jasper-devel
BuildRequires: pugixml-devel BuildRequires: pugixml-devel
BuildRequires: opencv-devel BuildRequires: opencv-devel
BuildRequires: LibRaw-devel
# 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
@ -172,6 +173,10 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
%changelog %changelog
* 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 * Wed Dec 2 2015 Richard Shaw <hobbes1069@gmail.com> - 1.5.21-1
- Update to latest upstream release. - Update to latest upstream release.
- Move python bindings to their own subpackage. - Move python bindings to their own subpackage.

View File

@ -1 +1 @@
2f2dd61cfa0ae81d829a8c3f5ac03488 OpenImageIO-1.5.21.tar.gz fed8b18db1fcf69072a21e66124b70f8 OpenImageIO-1.5.22.tar.gz