diff --git a/VTKData-6.1.0.tar.gz b/VTKData-6.1.0.tar.gz new file mode 100644 index 0000000..bd3f15c --- /dev/null +++ b/VTKData-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba27ac05d721e36b9424131f1d0f673448f2b31aac34e9e74590fdf208ad0c7 +size 94452190 diff --git a/vtkdata-6.0.0.tar.gz b/vtkdata-6.0.0.tar.gz deleted file mode 100644 index 95a3db1..0000000 --- a/vtkdata-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5cb638804cc09838e05876f1701d2e9cf7aa3a5c63885da7c2ddf52b2fbb04d -size 99106820 diff --git a/vtkdata.changes b/vtkdata.changes index 813172f..ac62d82 100644 --- a/vtkdata.changes +++ b/vtkdata.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 5 04:59:14 UTC 2014 - badshah400@gmail.com + +- Update to version 6.1.0: + + No detailed changelog available + ------------------------------------------------------------------- Sat Jul 13 12:20:24 UTC 2013 - mailaender@opensuse.org diff --git a/vtkdata.spec b/vtkdata.spec index 6c9a086..3a2c36e 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ # # spec file for package vtkdata # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: vtkdata -Version: 6.0.0 +Version: 6.1.0 Release: 0 -%define series 6.0 +%define series 6.1 Summary: Kitware VTK Library Data License: BSD-3-Clause Group: Productivity/Scientific/Other Url: http://www.vtk.org -Source: http://www.vtk.org/files/release/%{series}/%{name}-%{version}.tar.gz +Source: http://www.vtk.org/files/release/%{series}/VTKData-%{version}.tar.gz BuildRequires: fdupes BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -38,7 +38,7 @@ the world. This package contains some example data for the Toolkit. %prep -%setup -q -n VTKDATA%{version} +%setup -q -n VTK-%{version} %build @@ -46,7 +46,7 @@ This package contains some example data for the Toolkit. mkdir -p %{buildroot}%{_docdir}/vtkdata mkdir -p %{buildroot}%{_datadir} -cp -a $RPM_BUILD_DIR/VTKDATA%{version} %{buildroot}%{_datadir}/vtkdata +cp -a $RPM_BUILD_DIR/VTK-%{version} %{buildroot}%{_datadir}/vtkdata %fdupes %{buildroot}%{_datadir}/vtkdata