Hello community,

here is the log from the commit of package vtkdata for openSUSE:Factory checked 
in at 2018-11-27 10:43:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vtkdata (Old)
 and      /work/SRC/openSUSE:Factory/.vtkdata.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vtkdata"

Tue Nov 27 10:43:55 2018 rev:15 rq:652021 version:8.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vtkdata/vtkdata.changes  2017-08-24 
18:44:13.246511180 +0200
+++ /work/SRC/openSUSE:Factory/.vtkdata.new.19453/vtkdata.changes       
2018-11-27 10:45:27.408008924 +0100
@@ -1,0 +2,15 @@
+Thu Nov 22 15:41:50 UTC 2018 - Todd R <toddrme2...@gmail.com>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  VTKData-8.0.0.tar.gz

New:
----
  Copyright.txt
  VTKData-8.1.2.tar.gz
  VTKLargeData-8.1.2.tar.gz
  _constraints
  vtkdata-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vtkdata.spec ++++++
--- /var/tmp/diff_new_pack.BrAopV/_old  2018-11-27 10:45:34.720001417 +0100
+++ /var/tmp/diff_new_pack.BrAopV/_new  2018-11-27 10:45:34.720001417 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vtkdata
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           vtkdata
-Version:        8.0.0
+Version:        8.1.2
 Release:        0
-%define series 8.0
+%define series  8.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}/VTKData-%{version}.tar.gz
+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
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires:       cmake >= 3.4
+Provides:       vtklargedata = %{version}
 BuildArch:      noarch
 
 %description
@@ -39,20 +44,22 @@
 
 %prep
 %setup -q -n VTK-%{version}
+%setup -T -D -b 1 -q -n VTK-%{version}
+cp %{SOURCE10} .
 
 %build
+# Not needed
 
 %install
-mkdir -p %{buildroot}%{_docdir}/vtkdata
-mkdir -p %{buildroot}%{_datadir}
+mkdir -p %{buildroot}%{_datadir}/vtkdata
 
-cp -a $RPM_BUILD_DIR/VTK-%{version} %{buildroot}%{_datadir}/vtkdata
+cp -a .ExternalData %{buildroot}%{_datadir}/vtkdata/
 
 %fdupes %{buildroot}%{_datadir}/vtkdata
 
 %files
-%defattr(-,root,root,-)
-%doc %{_docdir}/vtkdata
+%license Copyright.txt
+%doc %{_datadir}/vtkdata/.ExternalData/README.rst
 %{_datadir}/vtkdata/
 
 %changelog

++++++ Copyright.txt ++++++
/*=========================================================================

  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.

=========================================================================*/
++++++ VTKData-8.0.0.tar.gz -> VTKData-8.1.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/vtkdata/VTKData-8.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.vtkdata.new.19453/VTKData-8.1.2.tar.gz differ: char 
5, line 1

++++++ _constraints ++++++
<constraints>
    <hardware>
      <disk>
        <size unit="G">2</size>
      </disk>
    </hardware>
</constraints>

++++++ vtkdata-rpmlintrc ++++++
addFilter("vtkdata.* hidden-file-or-dir .*/.ExternalData")
addFilter("vtkdata.* zero-length .*/.ExternalData/MD5/.*")

Reply via email to