[OpenImageIO/f18] Update to latest upstream patch release.

Richard Shaw hobbes1069 at fedoraproject.org
Thu Jan 17 15:59:37 UTC 2013


commit e6ffb53bd3796a572720ca41309cdd3d6a624a40
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Thu Jan 17 09:59:31 2013 -0600

    Update to latest upstream patch release.

 .gitignore       |    1 +
 OpenImageIO.spec |   46 ++++++++++++++++++++++++++++++++++------------
 sources          |    2 +-
 3 files changed, 36 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f81b98b..688a178 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ clog
 /OpenImageIO-oiio-Release-1.0.7-0-g0cae52b.tar.gz
 /OpenImageIO-oiio-Release-1.0.8-0-g187bb9b.tar.gz
 /OpenImageIO-oiio-Release-1.0.9-0-g0b78dec.tar.gz
+/oiio-Release-1.0.11.tar.gz
diff --git a/OpenImageIO.spec b/OpenImageIO.spec
index a255e53..f6cedf3 100644
--- a/OpenImageIO.spec
+++ b/OpenImageIO.spec
@@ -1,9 +1,5 @@
-%global githash1 g0b78dec
-%global githash2 0d48631
-%global githash3 9bf4356
-
 Name:           OpenImageIO
-Version:        1.0.9
+Version:        1.0.11
 Release:        1%{?dist}
 Summary:        Library for reading and writing images
 
@@ -11,7 +7,7 @@ Group:          Development/Libraries
 License:        BSD
 URL:            https://sites.google.com/site/openimageio/home
 
-Source0:        https://download.github.com/%{name}-oiio-Release-%{version}-0-%{githash1}.tar.gz
+Source0:        https://github.com/%{name}/oiio/archive/oiio-Release-%{version}.tar.gz
 # Images for test suite
 #Source1:        %{name}-oiio-images-%{githash3}.tar.gz
 Source101:      FindTBB.cmake
@@ -39,7 +35,6 @@ BuildRequires:  OpenColorIO-devel
 %filter_setup
 }
 
-
 %description
 OpenImageIO is a library for reading and writing images, and a bunch of related
 classes, utilities, and applications. Main features include:
@@ -50,8 +45,24 @@ classes, utilities, and applications. Main features include:
   PNM/PPM/PGM/PBM, Field3d.
 - An ImageCache class that transparently manages a cache so that it can access
   truly vast amounts of image data.
-- A really nice image viewer, iv, also based on OpenImageIO classes (and so 
-  will work with any formats for which plugins are available).
+
+
+%package utils
+Summary:        Command line utilies for %{name}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description utils
+Command-line tools to minipulate and get information on images using the
+%{name} library.
+
+
+%package iv
+Summary:        %{name} based image viewer
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+%description iv
+A really nice image viewer, iv, based on %{name} classes (and so will work with
+any formats for which plugins are available).
 
 
 %package devel
@@ -64,7 +75,7 @@ Development files for package %{name}
 
 
 %prep
-%setup -q -n %{name}-oiio-%{githash2}
+%setup -q -n oiio-Release-%{version}
 %patch0 -p1 -b .exttbb
 %patch1 -p1 -b .tbbinc
 %patch2 -p1 -b .ppc
@@ -128,10 +139,18 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
 
 %files
 %doc CHANGES LICENSE
-%{_bindir}/*
 %{_libdir}/libOpenImageIO.so.*
 %{python_sitearch}/OpenImageIO.so
-%{_mandir}/man1/*
+
+%files utils
+%exclude %{_bindir}/iv
+%{_bindir}/*
+%exclude %{_mandir}/man1/iv.1.gz
+%{_mandir}/man1/*.1.gz
+
+%files iv
+%{_bindir}/iv
+%{_mandir}/man1/iv.1.gz
 
 %files devel
 %doc src/doc/*.pdf
@@ -140,6 +159,9 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
 
 
 %changelog
+* Thu Jan 17 2013 Richard Shaw <hobbes1069 at gmail.com> - 1.0.11-1
+- Update to latest upstream patch release.
+
 * Sat Sep 22 2012 Richard Shaw <hobbes1069 at gmail.com> - 1.0.9-1
 - Update to latest upstream release.
 
diff --git a/sources b/sources
index 53eac9a..a813316 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b98a057515cc95fc954743c987f19ba  OpenImageIO-oiio-Release-1.0.9-0-g0b78dec.tar.gz
+c546b5f94d1c23c91259ed286ca199dd  oiio-Release-1.0.11.tar.gz


More information about the scm-commits mailing list