diff --git a/.gitignore b/.gitignore index c6dd124..dae8953 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,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 +/vtk-5.10.1.tar.gz diff --git a/sources b/sources index 1543461..7890c3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0363f78910f466ba8f1bd5ab5437cb9 vtk-5.10.0.tar.gz +264b0052e65bd6571a84727113508789 vtk-5.10.1.tar.gz diff --git a/vtk.spec b/vtk.spec index 1369087..d722b84 100644 --- a/vtk.spec +++ b/vtk.spec @@ -11,8 +11,8 @@ Summary: The Visualization Toolkit - A high level 3D visualization library Name: vtk -Version: 5.10.0 -Release: 3%{?dist} +Version: 5.10.1 +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 @@ -141,7 +141,7 @@ programming languages. %prep -%setup -q -n VTK +%setup -q -n VTK%{version} %patch1 -p1 -b .gcc43 %patch2 -p1 -b .soname %patch5 -p1 -b .system @@ -408,6 +408,9 @@ rm -rf %{buildroot} %doc vtk-examples/Examples %changelog +* Thu Nov 1 2012 Orion Poplawski - 5.10.1-1 +- Update to 5.10.1 + * Sun Jul 22 2012 Fedora Release Engineering - 5.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild