From a6a0f094ef98e4cdfc4f874bdaec555e820fdf11 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 15 Sep 2015 21:18:55 -0600 Subject: [PATCH] Update to 6.3.0 --- .gitignore | 2 ++ sources | 4 ++-- vtk.spec | 15 +++++++++------ 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 3b9634b..fd85458 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ vtk-5.6.0.tar.gz /VTK-6.1.0.tar.gz /VTK-6.2.0.tar.gz /VTKData-6.2.0.tar.gz +/VTK-6.3.0.tar.gz +/VTKData-6.3.0.tar.gz diff --git a/sources b/sources index 1297483..a0a30ed 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -4790f8b3acdbc376997fbdc9d203f0b7 VTK-6.2.0.tar.gz -d66b0eb99aa7078a1140ba66dbf690c6 VTKData-6.2.0.tar.gz +0231ca4840408e9dd60af48b314c5b6d VTK-6.3.0.tar.gz +b164200226805aeb741703a8168afdda VTKData-6.3.0.tar.gz diff --git a/vtk.spec b/vtk.spec index 3e121a1..1f26034 100644 --- a/vtk.spec +++ b/vtk.spec @@ -8,14 +8,14 @@ Summary: The Visualization Toolkit - A high level 3D visualization library Name: vtk -Version: 6.2.0 -Release: 10%{?dist} +Version: 6.3.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 -Source0: http://www.vtk.org/files/release/6.2/VTK-%{version}.tar.gz -Source1: http://www.vtk.org/files/release/6.2/VTKData-%{version}.tar.gz +Source0: http://www.vtk.org/files/release/6.3/VTK-%{version}.tar.gz +Source1: http://www.vtk.org/files/release/6.3/VTKData-%{version}.tar.gz Source2: xorg.conf # Fix tcl library loading # http://www.vtk.org/Bug/view.php?id=15279 @@ -414,7 +414,7 @@ cat xorg.log %postun qt-tcl -p /sbin/ldconfig %files -f build/libs.list -%doc Copyright.txt README.html vtkLogo.jpg vtkBanner.gif _docs/Wrapping +%doc Copyright.txt README.md vtkLogo.jpg vtkBanner.gif _docs/Wrapping %config(noreplace) %{_sysconfdir}/ld.so.conf.d/vtk-%{_arch}.conf %{_bindir}/vtkEncodeString %{_datadir}/vtk @@ -429,7 +429,7 @@ cat xorg.log %{_libdir}/vtk/libvtkWrappingTools.a %{_libdir}/cmake/vtk/ %{_bindir}/vtkParseOGLExt -%{_docdir}/vtk-6.2/ +%{_docdir}/vtk-6.3/ %{tcl_sitelib}/vtk/vtktcl.c %files tcl @@ -479,6 +479,9 @@ cat xorg.log %changelog +* Tue Sep 15 2015 Orion Poplawski - 6.3.0-1 +- Update to 6.3.0 + * Thu Aug 27 2015 Jonathan Wakely - 6.2.0-10 - Rebuilt for Boost 1.59