From 4adce3490c3d04318dc8607fb81febdeb2e541411ceb8a6622b989c6b744b7d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 13 Jul 2013 12:11:47 +0000 Subject: [PATCH] Accepting request 182955 from home:badshah400:branches:science Update to 6.0.0 OBS-URL: https://build.opensuse.org/request/show/182955 OBS-URL: https://build.opensuse.org/package/show/science/vtkdata?expand=0&rev=13 --- vtkdata-5.10.1.tar.gz | 3 --- vtkdata-6.0.0.tar.gz | 3 +++ vtkdata.changes | 6 ++++++ vtkdata.spec | 14 ++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 vtkdata-5.10.1.tar.gz create mode 100644 vtkdata-6.0.0.tar.gz diff --git a/vtkdata-5.10.1.tar.gz b/vtkdata-5.10.1.tar.gz deleted file mode 100644 index f7a9b4e..0000000 --- a/vtkdata-5.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c526a5eeb73693597043a89d401ef5b8f0c6f6eddb82e03ad205f013ee9edf7c -size 88642678 diff --git a/vtkdata-6.0.0.tar.gz b/vtkdata-6.0.0.tar.gz new file mode 100644 index 0000000..95a3db1 --- /dev/null +++ b/vtkdata-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5cb638804cc09838e05876f1701d2e9cf7aa3a5c63885da7c2ddf52b2fbb04d +size 99106820 diff --git a/vtkdata.changes b/vtkdata.changes index 89026c6..d8e5be0 100644 --- a/vtkdata.changes +++ b/vtkdata.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 28 13:43:27 UTC 2013 - badshah400@gmail.com + +- Update to version 6.0.0: + + No detailed changelog available. + ------------------------------------------------------------------- Fri Oct 26 14:28:19 UTC 2012 - badshah400@gmail.com diff --git a/vtkdata.spec b/vtkdata.spec index 349c40d..651f98c 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ # # spec file for package vtkdata # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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,7 +17,7 @@ Name: vtkdata -Version: 5.10.1 +Version: 6.0.0 Release: 0 %define series 5.10 Summary: Kitware VTK Library Data @@ -38,10 +38,7 @@ the world. This package contains some example data for the Toolkit. %prep -%setup -q -n VTKData%{version} - -# Licensing problem, see bnc#764509 -rm Data/2h2o.out +%setup -q -n VTKDATA%{version} %build @@ -49,13 +46,10 @@ rm Data/2h2o.out mkdir -p %{buildroot}%{_docdir}/vtkdata mkdir -p %{buildroot}%{_datadir} -cp -a $RPM_BUILD_DIR/VTKData%{version} %{buildroot}%{_datadir}/vtkdata +cp -a $RPM_BUILD_DIR/VTKDATA%{version} %{buildroot}%{_datadir}/vtkdata %fdupes %{buildroot}%{_datadir}/vtkdata -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc %{_docdir}/vtkdata