[vtk] Rebuild for hdf5 1.8.8, add explicit requires

Orion Poplawski orion at fedoraproject.org
Fri Nov 18 21:59:46 UTC 2011


commit ceab06db865430146dac4a1571526896bada74df
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Nov 18 14:59:44 2011 -0700

    Rebuild for hdf5 1.8.8, add explicit requires

 vtk.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/vtk.spec b/vtk.spec
index eb8b2a8..78dfd5f 100644
--- a/vtk.spec
+++ b/vtk.spec
@@ -7,7 +7,7 @@
 Summary: The Visualization Toolkit - A high level 3D visualization library
 Name: vtk
 Version: 5.8.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 # This is a variant BSD license, a cross between BSD and ZLIB.
 # For all intents, it has the same rights and restrictions as BSD.
 # http://fedoraproject.org/wiki/Licensing/BSD#VTKBSDVariant
@@ -47,6 +47,7 @@ BuildRequires: postgresql-devel
 BuildRequires: wget
 BuildRequires: %{_includedir}/Xm
 %{!?with_java:Conflicts: vtk-java}
+Requires: hdf5 = %{_hdf5_version}
 
 %description
 VTK is an open-source software system for image processing, 3D
@@ -389,6 +390,9 @@ rm -rf %{buildroot}
 %doc vtk-examples/Examples
 
 %changelog
+* Fri Nov 18 2011 Orion Poplawski <orion at cora.nwra.com> - 5.8.0-3
+- Rebuild for hdf5 1.8.8, add explicit requires
+
 * Mon Nov 1 2011 Orion Poplawski <orion at cora.nwra.com> - 5.8.0-2
 - Keep libraries in %%{_libdir}/vtk, use ld.so.conf.d
 


More information about the scm-commits mailing list