[OpenImageIO/f15] fix build without TBB

Dan Horák sharkcz at fedoraproject.org
Mon Apr 9 09:54:24 UTC 2012


commit 99bc46da0230b3b53a1eba87c7f5adedc52750ca
Author: Dan Horák <dan at danny.cz>
Date:   Mon Apr 9 11:51:59 2012 +0200

    fix build without TBB

 OpenImageIO.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/OpenImageIO.spec b/OpenImageIO.spec
index 9dc0209..d73cb4d 100644
--- a/OpenImageIO.spec
+++ b/OpenImageIO.spec
@@ -1,6 +1,6 @@
 Name:           OpenImageIO
 Version:        0.10.3
-Release:        4.1%{?dist}
+Release:        4.2%{?dist}
 Summary:        Library for reading and writing images
 
 Group:          Development/Libraries
@@ -19,7 +19,7 @@ BuildRequires:  libpng-devel libtiff-devel
 BuildRequires:  zlib-devel jasper-devel
 BuildRequires:  pugixml-devel
 # Disable until it works properly
-BuildRequires:  tbb-devel
+#BuildRequires:  tbb-devel
 BuildRequires:  hdf5-devel Field3D-devel
 
 # We don't want to provide private python extension libs
@@ -108,6 +108,9 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Mon Apr 09 2012 Dan Horák <dan[at]danny.cz> - 0.10.3-4.2
+- fix build without TBB
+
 * Mon Mar 12 2012 Richard Shaw <hobbes1069 at gmail.com> - 0.10.3-4.1
 - Rebuild for updated Field3D.
 


More information about the scm-commits mailing list