From c87c8b5c71b54878c6c1d478a4e9453daa99b3c79bcdb61641858740cc81afc2 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sat, 30 Nov 2019 00:21:49 +0000 Subject: [PATCH] Accepting request 752535 from home:StefanBruens:branches:science - Update to version 8.2.0 - no changelog provided. OBS-URL: https://build.opensuse.org/request/show/752535 OBS-URL: https://build.opensuse.org/package/show/science/vtkdata?expand=0&rev=30 --- VTKData-8.1.2.tar.gz | 3 --- VTKData-8.2.0.tar.gz | 3 +++ VTKLargeData-8.1.2.tar.gz | 3 --- VTKLargeData-8.2.0.tar.gz | 3 +++ vtkdata.changes | 9 +++++++-- vtkdata.spec | 9 ++++----- 6 files changed, 17 insertions(+), 13 deletions(-) delete mode 100644 VTKData-8.1.2.tar.gz create mode 100644 VTKData-8.2.0.tar.gz delete mode 100644 VTKLargeData-8.1.2.tar.gz create mode 100644 VTKLargeData-8.2.0.tar.gz diff --git a/VTKData-8.1.2.tar.gz b/VTKData-8.1.2.tar.gz deleted file mode 100644 index d4a000b..0000000 --- a/VTKData-8.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:330af5bae437d32f1717f4d2e507dfc49b188ce8b6847d0cf802da329be0b991 -size 283110489 diff --git a/VTKData-8.2.0.tar.gz b/VTKData-8.2.0.tar.gz new file mode 100644 index 0000000..a88dac9 --- /dev/null +++ b/VTKData-8.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ff312f7a63d90d8b7033a99109801f16a462ae411d648642838aae04bcc21e +size 304287875 diff --git a/VTKLargeData-8.1.2.tar.gz b/VTKLargeData-8.1.2.tar.gz deleted file mode 100644 index 1a674b6..0000000 --- a/VTKLargeData-8.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d45bf7861058645f370ad1dcaa03b980c25f1907382da38dc30a35053b469f3a -size 166991606 diff --git a/VTKLargeData-8.2.0.tar.gz b/VTKLargeData-8.2.0.tar.gz new file mode 100644 index 0000000..79781bc --- /dev/null +++ b/VTKLargeData-8.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d646963c82f5d4d043ec44edcbbe4a25bc54592224401497f28ed81eadccc2f +size 247522878 diff --git a/vtkdata.changes b/vtkdata.changes index 3e06e08..f3ca4f5 100644 --- a/vtkdata.changes +++ b/vtkdata.changes @@ -1,14 +1,19 @@ +------------------------------------------------------------------- +Fri Nov 29 19:47:02 UTC 2019 - Stefan Brüns + +- Update to version 8.2.0 - no changelog provided. + ------------------------------------------------------------------- Thu Nov 22 15:41:50 UTC 2018 - Todd R - Update to version 8.1.2 * Issue error if vtkAlgorithm::GetInputConnection called on wrong port * Added explicit cast to pacify UBSan’s “implicit-integer-truncation” - * Make some orientation marker widget methods virtual + * Make some orientation marker widget methods virtual * vtkImageBlend bug fix for compound mode * vtkFlyingEdges2D: Properly color multiple isocontour values * Invoke DeletePointEvent before deleting vtkSeedWidget seed - * Fix compilation issue due to Python3.7 API change + * Fix compilation issue due to Python3.7 API change * Fix bug where re-enabling seed widget wouldn't move existing seeds - Include VTKLargeData also - Include license from source repository diff --git a/vtkdata.spec b/vtkdata.spec index f2de4ec..0718b48 100644 --- a/vtkdata.spec +++ b/vtkdata.spec @@ -1,7 +1,7 @@ # # spec file for package vtkdata # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,19 @@ Name: vtkdata -Version: 8.1.2 +Version: 8.2.0 Release: 0 -%define series 8.1 +%define series 8.2 Summary: Kitware VTK Library Data License: BSD-3-Clause Group: Productivity/Scientific/Other -Url: https://www.vtk.org +URL: https://www.vtk.org Source0: https://www.vtk.org/files/release/%{series}/VTKData-%{version}.tar.gz Source1: https://www.vtk.org/files/release/%{series}/VTKLargeData-%{version}.tar.gz Source10: https://gitlab.kitware.com/vtk/vtk/raw/v%{version}/Copyright.txt Source99: vtkdata-rpmlintrc BuildRequires: cmake >= 3.4 BuildRequires: fdupes -Requires: cmake >= 3.4 Provides: vtklargedata = %{version} BuildArch: noarch