[vtkdata] Update to 6.1.0

Orion Poplawski orion at fedoraproject.org
Sun Jan 26 20:06:12 UTC 2014


commit a1802c1c824b7a6ca2f01865ba3262587d4971b9
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Sun Jan 26 13:06:34 2014 -0700

    Update to 6.1.0

 .gitignore   |    1 +
 sources      |    2 +-
 vtkdata.spec |   11 +++++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a552b2d..85b036d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ vtkdata-5.6.0.tar.gz
 /vtkdata-5.10.0.tar.gz
 /vtkdata-5.10.1.tar.gz
 /vtkdata-6.0.0.tar.gz
+/VTKData-6.1.0.tar.gz
diff --git a/sources b/sources
index 6359e60..d642f04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f40bcfe92439575ae56aa3f2fcd30149  vtkdata-6.0.0.tar.gz
+f82c8fe151279c0422ab8a6cfe991c94  VTKData-6.1.0.tar.gz
diff --git a/vtkdata.spec b/vtkdata.spec
index 9785517..c10d30c 100644
--- a/vtkdata.spec
+++ b/vtkdata.spec
@@ -1,7 +1,7 @@
 Summary: Example data file for VTK
 Name: vtkdata
-Version: 6.0.0
-Release: 2
+Version: 6.1.0
+Release: 1
 # 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
@@ -10,7 +10,7 @@ Release: 2
 License: BSD
 Group: Development/Libraries
 URL: http://www.vtk.org/
-Source0: http://www.vtk.org/files/release/6.0/%{name}-%{version}.tar.gz
+Source0: http://www.vtk.org/files/release/6.1/VTKData-%{version}.tar.gz
 BuildArch: noarch
 
 %description
@@ -21,7 +21,7 @@ Example data file for VTK
 mkdir -p %{buildroot}%{_datadir}
 cd %{buildroot}%{_datadir}
 tar -zpxf %{SOURCE0}
-mv VTKDATA%{version} %{name}-%{version}
+mv VTK-%{version} %{name}-%{version}
 
 # (Verbosely) fix 0555 permissions
 find . -type f -perm 0555 | xargs -r echo chmod 0755 | sh -x
@@ -37,6 +37,9 @@ done
 
 
 %changelog
+* Sun Jan 26 2014 Orion Poplawski <orion at cora.nwra.com> - 6.1.0-1
+- Update to 6.1.0
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list