Update to lastest bugfix release.

- Upstream patch makes native spinlocks faster than TBB. TBB no longer needed.
This commit is contained in:
Richard M. Shaw 2013-07-01 10:57:41 -05:00
parent 0c096be9e6
commit cb02be2557
5 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ clog
/OpenImageIO-oiio-Release-1.0.9-0-g0b78dec.tar.gz
/oiio-Release-1.1.3.tar.gz
/oiio-Release-1.1.10.tar.gz
/oiio-Release-1.1.11.tar.gz

View File

@ -1,6 +1,6 @@
Name: OpenImageIO
Version: 1.1.10
Release: 2%{?dist}
Version: 1.1.11
Release: 1%{?dist}
Summary: Library for reading and writing images
Group: Development/Libraries
@ -12,8 +12,8 @@ Source0: https://download.github.com/oiio-Release-%{version}.tar.gz
#Source1: oiio-images.tar.gz
Source101: FindTBB.cmake
Patch0: OpenImageIO-ppc.patch
Patch1: 589.patch
Patch0: oiio-ppc.patch
Patch1: oiio-spinlocks.patch
Patch2: oiio-arm.patch
Patch3: oiio-s390.patch
@ -27,9 +27,9 @@ BuildRequires: libpng-devel libtiff-devel openjpeg-devel libwebp-devel
BuildRequires: zlib-devel
BuildRequires: jasper-devel
BuildRequires: pugixml-devel
%ifarch x86_64
BuildRequires: tbb-devel
%endif
#%ifarch x86_64
#BuildRequires: tbb-devel
#%endif
BuildRequires: hdf5-devel Field3D-devel
BuildRequires: OpenColorIO-devel
@ -163,6 +163,10 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
%changelog
* Mon Jul 1 2013 Richard Shaw <hobbes1069@gmail.com> - 1.1.11-1
- Update to lastest bugfix release.
- Upstream patch makes native spinlocks faster than TBB. TBB no longer needed.
* Mon May 20 2013 Dan Horák <dan[at]danny.cz> - 1.1.10-2
- fix build on s390(x)

View File

@ -1 +1 @@
f791b61fbb7a33d0056c94deba34f5aa oiio-Release-1.1.10.tar.gz
a0855e2831aa28b3b8d1279aa97cffac oiio-Release-1.1.11.tar.gz