[vigra] upstream release, support impex OpenEXR

bpostle bpostle at fedoraproject.org
Thu Nov 8 23:18:10 UTC 2012


commit 918d471517e8c5d1eb4d798ab74ae66be385c52b
Author: Bruno Postle <bruno at postle.net>
Date:   Thu Nov 8 23:26:51 2012 +0000

    upstream release, support impex OpenEXR

 .gitignore |    1 +
 sources    |    2 +-
 vigra.spec |   15 +++++++--------
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4ed855..ff247d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 vigra-1.7.0-src.tar.gz
 /vigra-1.7.1-src.tar.gz
 /vigra-1.8.0-src.tar.gz
+/vigra-1.9.0-src.tar.gz
diff --git a/sources b/sources
index 7773616..3a23809 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15c5544448e529ee60020758ab6be264  vigra-1.8.0-src.tar.gz
+b6155afe1ea967917d2be16d98a85404  vigra-1.9.0-src.tar.gz
diff --git a/vigra.spec b/vigra.spec
index e348849..6b117f3 100644
--- a/vigra.spec
+++ b/vigra.spec
@@ -1,13 +1,11 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 Summary:        Generic Programming for Computer Vision
 Name:           vigra
-Version:        1.8.0
-Release:        7%{?dist}
+Version:        1.9.0
+Release:        1%{?dist}
 License:        MIT
 Group:          Development/Libraries
 Source:         http://hci.iwr.uni-heidelberg.de/%{name}/%{name}-%{version}-src.tar.gz
-Patch1:         vigra-1.8.0.lib_suffix.patch
-Patch2:         vigra-1.8.0.gcc47.patch
 URL:            http://hci.iwr.uni-heidelberg.de/vigra/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  zlib-devel libjpeg-devel libpng-devel libtiff-devel fftw-devel >= 3
@@ -26,7 +24,7 @@ Summary: Development tools for programs which will use the vigra library
 Group: Development/Libraries
 Requires: vigra = %{version}-%{release}
 Requires: libjpeg-devel libtiff-devel libpng-devel zlib-devel fftw-devel >= 3
-Requires: hdf5-devel boost-devel boost-python numpy-f2py
+Requires: hdf5-devel boost-devel boost-python numpy-f2py OpenEXR-devel
 
 %description devel
 The vigra-devel package includes the header files necessary for developing
@@ -42,11 +40,9 @@ The vigra-python package provides python bindings for vigra
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
 
 %build
-%cmake .
+%cmake . -DWITH_OPENEXR=1 -DWITH_HDF5=1
 make VERBOSE=1 %{?_smp_mflags}
 # cleanup
 rm -f doc/vigranumpy/.buildinfo
@@ -85,6 +81,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/vigra
 
 %changelog
+* Tue Nov 06 2012 Bruno Postle <bruno at postle.net> 1.9.0-1
+- upstream release, support impex OpenEXR
+
 * Tue Nov 06 2012 Caolán McNamara <caolanm at redhat.com> - 1.8.0-7
 - document that there is a test suite, but it fails
 


More information about the scm-commits mailing list