diff --git a/.gitignore b/.gitignore index 228ac6d..c6dd124 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vtk-5.6.0.tar.gz /vtk-5.6.1.tar.gz /vtk-5.8.0.tar.gz +/vtk-5.10.0.tar.gz diff --git a/sources b/sources index 24c1d1e..1543461 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37b7297d02d647cc6ca95b38174cb41f vtk-5.8.0.tar.gz +a0363f78910f466ba8f1bd5ab5437cb9 vtk-5.10.0.tar.gz diff --git a/vtk.spec b/vtk.spec index e6a7c2e..032e698 100644 --- a/vtk.spec +++ b/vtk.spec @@ -11,14 +11,14 @@ Summary: The Visualization Toolkit - A high level 3D visualization library Name: vtk -Version: 5.8.0 -Release: 6%{?dist} +Version: 5.10.0 +Release: 1%{?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 License: BSD Group: System Environment/Libraries -Source: http://www.vtk.org/files/release/5.8/%{name}-%{version}.tar.gz +Source: http://www.vtk.org/files/release/5.10/%{name}-%{version}.tar.gz Patch1: vtk-5.2.0-gcc43.patch # Use system libraries # http://public.kitware.com/Bug/view.php?id=11823 @@ -404,6 +404,9 @@ rm -rf %{buildroot} %doc vtk-examples/Examples %changelog +* Tue May 15 2012 Orion Poplawski - 5.10.0-1 +- Update to 5.10.0 + * Tue May 15 2012 Jonathan G. Underwood - 5.8.0-6 - Add cmake28 usage when building for EL6 - Disable -java build on PPC64 as it fails to build