[OpenImageIO] Update to latest upstream release.

Richard Shaw hobbes1069 at fedoraproject.org
Fri Aug 1 13:44:56 UTC 2014


commit 8dcfcd472dc4fd5dfc5b53e05d9ca2e7e6d126c6
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Fri Aug 1 08:44:48 2014 -0500

    Update to latest upstream release.

 .gitignore          |    1 +
 OpenImageIO.spec    |   22 +---
 oiio-arm.patch      |   16 ---
 oiio-cmake.patch    |   15 ---
 oiio-ppc.patch      |   56 -----------
 oiio-pull_858.patch |  260 ---------------------------------------------------
 oiio-s390.patch     |   12 ---
 oiio-size_t.patch   |   12 ---
 sources             |    2 +-
 9 files changed, 8 insertions(+), 388 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec63af5..777f753 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ clog
 /oiio-Release-1.2.3.tar.gz
 /oiio-Release-1.3.11.tar.gz
 /oiio-Release-1.4.7.tar.gz
+/oiio-Release-1.4.12.tar.gz
diff --git a/OpenImageIO.spec b/OpenImageIO.spec
index 9b2748b..f4c3c91 100644
--- a/OpenImageIO.spec
+++ b/OpenImageIO.spec
@@ -5,8 +5,8 @@
 %endif
 
 Name:           OpenImageIO
-Version:        1.4.7
-Release:        4%{?dist}
+Version:        1.4.12
+Release:        1%{?dist}
 Summary:        Library for reading and writing images
 
 Group:          Development/Libraries
@@ -17,13 +17,6 @@ Source0:        https://github.com/%{name}/%{subname}/archive/Release-%{version}
 # Images for test suite
 #Source1:        oiio-images.tar.gz
 
-Patch0:         oiio-arm.patch
-Patch1:         oiio-ppc.patch
-Patch2:         oiio-s390.patch
-Patch3:         oiio-cmake.patch
-Patch4:         oiio-size_t.patch
-Patch5:         oiio-pull_858.patch
-
 %if 0%{?rhel} && 0%{?rhel} <= 6
 BuildRequires:  cmake28
 %else
@@ -98,12 +91,6 @@ Development files for package %{name}
 
 %prep
 %setup -q -n oiio-Release-%{version}
-#patch0 -p1 -b .arm
-#patch1 -p1 -b .ppc
-#patch2 -p1 -b .s390
-#patch3 -p1 -b .cmake
-%patch4 -p1 -b .size_t
-%patch5 -p1 -b .pull_858
 
 # Remove bundled pugixml
 rm -f src/include/pugixml.hpp \
@@ -130,7 +117,7 @@ rm -rf build/linux && mkdir -p build/linux && pushd build/linux
        -DUSE_EXTERNAL_PUGIXML:BOOL=TRUE \
        -DUSE_TBB:BOOL=FALSE \
 %ifarch ppc ppc64
-       -DNOTHREADS:BOOL=TRUE \
+       -DNOTHREADS:BOOL=FALSE \
 %endif
        -DVERBOSE=TRUE \
        ../../
@@ -180,6 +167,9 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Fri Aug  1 2014 Richard Shaw <hobbes1069 at gmail.com> - 1.4.12-1
+- Update to latest upstream release.
+
 * Fri Jun 06 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.7-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 6879744..749bc52 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-098ed75608f4c0e20370b788280c8a26  oiio-Release-1.4.7.tar.gz
+c75343cb9a4e0373f80a20d9b3b2d799  oiio-Release-1.4.12.tar.gz


More information about the scm-commits mailing list