commit f2ffc3d2562a170be57960c85071112f5603d0f9668ec0be26e84e50c17c4f2e Author: Stefan Brüns Date: Thu Jan 9 20:31:22 2025 +0000 - Update to version 9.4.1 - no changelog available. OBS-URL: https://build.opensuse.org/package/show/science/vtkdata?expand=0&rev=46 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/Copyright.txt b/Copyright.txt new file mode 100644 index 0000000..33a90a0 --- /dev/null +++ b/Copyright.txt @@ -0,0 +1,34 @@ +/*========================================================================= + + Program: Visualization Toolkit + Module: Copyright.txt + +Copyright (c) 1993-2015 Ken Martin, Will Schroeder, Bill Lorensen +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + * Neither name of Ken Martin, Will Schroeder, or Bill Lorensen nor the names + of any contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +=========================================================================*/ diff --git a/VTKData-9.3.0.tar.gz b/VTKData-9.3.0.tar.gz new file mode 100644 index 0000000..541d0c6 --- /dev/null +++ b/VTKData-9.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82142dd327e995c9536c1003e1370bb4092c96f23edb8119d16d2411ef35dc3 +size 612388942 diff --git a/VTKData-9.4.1.tar.gz b/VTKData-9.4.1.tar.gz new file mode 100644 index 0000000..cbd246d --- /dev/null +++ b/VTKData-9.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188ef68f3decea56c7218877598ec0a84d838d35ff5d4f688d8867986c743114 +size 1095339815 diff --git a/VTKLargeData-9.3.0.tar.gz b/VTKLargeData-9.3.0.tar.gz new file mode 100644 index 0000000..ff40ab4 --- /dev/null +++ b/VTKLargeData-9.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512a840082df993b0466ff3f2ecd90fc88aa20366ed627f9d59ae0d72209038d +size 247520869 diff --git a/VTKLargeData-9.4.1.tar.gz b/VTKLargeData-9.4.1.tar.gz new file mode 100644 index 0000000..df1f42d --- /dev/null +++ b/VTKLargeData-9.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af54132a0576b342877638660b3a0d154213c950e750c14b97ffdef0ad3b7edb +size 247523006 diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..72e247e --- /dev/null +++ b/_constraints @@ -0,0 +1,8 @@ + + + + 9 + + + + diff --git a/vtkdata-rpmlintrc b/vtkdata-rpmlintrc new file mode 100644 index 0000000..547270a --- /dev/null +++ b/vtkdata-rpmlintrc @@ -0,0 +1,2 @@ +addFilter("vtkdata.* hidden-file-or-dir .*/.ExternalData") +addFilter("vtkdata.* zero-length .*/.ExternalData/MD5/.*") diff --git a/vtkdata.changes b/vtkdata.changes new file mode 100644 index 0000000..a994591 --- /dev/null +++ b/vtkdata.changes @@ -0,0 +1,141 @@ +------------------------------------------------------------------- +Sun Jan 5 04:53:15 UTC 2025 - Stefan Brüns + +- Update to version 9.4.1 - no changelog available. + +------------------------------------------------------------------- +Sun Dec 31 19:08:15 UTC 2023 - Stefan Brüns + +- Update to version 9.3.0 - no changelog available. + +------------------------------------------------------------------- +Sat Feb 18 02:21:39 UTC 2023 - Stefan Brüns + +- Update to version 9.2.6 - no changelog available. + +------------------------------------------------------------------- +Sat Jan 28 07:24:57 UTC 2023 - Stefan Brüns + +- Update to version 9.2.5 - no changelog available. + +------------------------------------------------------------------- +Fri Oct 14 21:18:43 UTC 2022 - Stefan Brüns + +- Update to version 9.2.2 - no changelog available. + +------------------------------------------------------------------- +Sun Feb 20 17:31:24 UTC 2022 - Stefan Brüns + +- Update to version 9.1.0 - no changelog available. + +------------------------------------------------------------------- +Wed Jul 22 13:18:11 UTC 2020 - Michel Normand + +- increase _constraints from 2 to 7GB min disk space. + +------------------------------------------------------------------- +Tue May 12 18:56:48 UTC 2020 - Atri Bhattacharya + +- Update to version 9.0.0 - no changelog available. + +------------------------------------------------------------------- +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 + * 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 bug where re-enabling seed widget wouldn't move existing seeds +- Include VTKLargeData also +- Include license from source repository + +------------------------------------------------------------------- +Thu Jul 27 21:06:01 UTC 2017 - badshah400@gmail.com + +- Update to version 8.0.0: + + No changelog available. + +------------------------------------------------------------------- +Thu Nov 24 17:58:28 UTC 2016 - badshah400@gmail.com + +- Update to version 7.1.0: + + No changelog available. + +------------------------------------------------------------------- +Thu Feb 18 18:16:35 UTC 2016 - badshah400@gmail.com + +- Update to version 7.0.0: + + No changelog available. + +------------------------------------------------------------------- +Sat Sep 12 15:11:25 UTC 2015 - badshah400@gmail.com + +- Update to version 6.3.0: + + No detailed changelog available. + +------------------------------------------------------------------- +Sat Mar 21 00:15:59 UTC 2015 - badshah400@gmail.com + +- Update to version 6.2.0: + + No detailed changelog available. +- Remove _service file. + +------------------------------------------------------------------- +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 + +- fix release series and source url + +------------------------------------------------------------------- +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 + +- Update to version 5.10.1: + + No detailed changelog available. + +------------------------------------------------------------------- +Tue May 29 12:10:48 UTC 2012 - idonmez@suse.com + +- Remove Copyright.txt, its now in the distribution +- Remove Data/2h2o.out file due to licensing problem, bnc#764509 + +------------------------------------------------------------------- +Fri May 18 05:30:24 UTC 2012 - badshah400@gmail.com + +- Update to version 5.10.0: + + No detailed changelog available. + +------------------------------------------------------------------- +Tue May 1 10:08:24 UTC 2012 - idonmez@suse.com + +- Add Copyright.txt from upstream + +------------------------------------------------------------------- +Thu Oct 13 13:43:51 UTC 2011 - prusnak@opensuse.org + +- updated to version 5.8.0 + +------------------------------------------------------------------- +Fri Apr 15 05:10:00 UTC 2011 - badshah400@gmail.com + +- Update to version 5.6.1 + diff --git a/vtkdata.spec b/vtkdata.spec new file mode 100644 index 0000000..2b74d88 --- /dev/null +++ b/vtkdata.spec @@ -0,0 +1,64 @@ +# +# spec file for package vtkdata +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: vtkdata +Version: 9.4.1 +Release: 0 +%define series 9.4 +Summary: Kitware VTK Library Data +License: BSD-3-Clause +Group: Productivity/Scientific/Other +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 +Provides: vtklargedata = %{version} +BuildArch: noarch + +%description +The Visualization ToolKit (VTK) is an open source, freely available +software system for 3D computer graphics, image processing, and +visualization used by thousands of researchers and developers around +the world. + +This package contains some example data for the Toolkit. + +%prep +%setup -q -n VTK-%{version} +%setup -T -D -b 1 -q -n VTK-%{version} +cp %{SOURCE10} . + +%build +# Not needed + +%install +mkdir -p %{buildroot}%{_datadir}/vtkdata + +cp -a .ExternalData %{buildroot}%{_datadir}/vtkdata/ + +%fdupes %{buildroot}%{_datadir}/vtkdata + +%files +%license Copyright.txt +%doc %{_datadir}/vtkdata/.ExternalData/README.rst +%{_datadir}/vtkdata/ + +%changelog