Hello community,

here is the log from the commit of package vtk for openSUSE:Factory checked in 
at 2018-12-18 14:56:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vtk (Old)
 and      /work/SRC/openSUSE:Factory/.vtk.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vtk"

Tue Dec 18 14:56:12 2018 rev:37 rq:657947 version:8.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/vtk/vtk-openmpi.changes  2018-11-27 
10:44:59.824037237 +0100
+++ /work/SRC/openSUSE:Factory/.vtk.new.28833/vtk-openmpi.changes       
2018-12-18 14:57:45.986308119 +0100
@@ -1,0 +2,7 @@
+Wed Dec 12 19:32:47 UTC 2018 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- Add python3-vtk to vtk-devel Requires, same as for vtk-java/tcl
+- Remove empty testing subpackage
+- Fix path to VTK_DATA_ROOT default directory
+
+-------------------------------------------------------------------
vtk.changes: same change

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

Other differences:
------------------
++++++ vtk-openmpi.spec ++++++
--- /var/tmp/diff_new_pack.37bGWL/_old  2018-12-18 14:57:47.614305654 +0100
+++ /var/tmp/diff_new_pack.37bGWL/_new  2018-12-18 14:57:47.614305654 +0100
@@ -135,13 +135,14 @@
 
 %package        devel
 Summary:        VTK header files for building C++ code
-# not strictly necessary, but required by VTKs cmake files
 Group:          Development/Libraries/C and C++
+# not strictly necessary, but required by VTKs cmake files
 Requires:       %{mpiver}
 Requires:       %{mpiver}-devel
 Requires:       %{name}-java = %{version}
 Requires:       %{name}-tcl = %{version}
 Requires:       %{shlib} = %{version}
+Requires:       python3-%{name} = %{version}
 Requires:       R-base-devel
 Requires:       cmake >= 3.4
 Requires:       gcc-c++
@@ -283,20 +284,6 @@
 Examples are available in the C++, Tcl, Python and Java programming
 languages.
 
-%package        testing
-Summary:        Testing programs for VTK
-Group:          Productivity/Scientific/Other
-Requires:       %{shlib} = %{version}
-Requires:       vtkdata = %{version}
-
-%description    testing
-VTK is a software system for image processing, 3D graphics, volume
-rendering and visualization. VTK includes many advanced algorithms
-(e.g. surface reconstruction, implicit modelling, decimation) and
-rendering techniques (e.g. hardware-accelerated volume rendering,
-LOD control).
-
-This package provides a few testing programs for VTK.
 
 %prep
 %setup -q -n VTK-%{version}
@@ -304,9 +291,9 @@
 %patch3 -p1
 %patch4 -p1
 
-# Replace relative path ../../../VTKData with 
%%{_datadir}/%%{pkgname}data-%%{version}
+# Replace relative path ../../../../VTKData with %%{_datadir}/vtkdata
 # otherwise it will break on symlinks.
-grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs -r perl -pi 
-e's,\.\./\.\./\.\./\.\./VTKData,%{_datadir}/%{pkgname},g'
+grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs -r perl -pi 
-e's,\.\./\.\./\.\./\.\./VTKData,%{_datadir}/vtkdata,g'
 
 %build
 source %{mpiprefix}/bin/mpivars.sh

++++++ vtk.spec ++++++
--- /var/tmp/diff_new_pack.37bGWL/_old  2018-12-18 14:57:47.630305630 +0100
+++ /var/tmp/diff_new_pack.37bGWL/_new  2018-12-18 14:57:47.634305624 +0100
@@ -126,11 +126,12 @@
 
 %package        devel
 Summary:        VTK header files for building C++ code
-# not strictly necessary, but required by VTKs cmake files
 Group:          Development/Libraries/C and C++
+# not strictly necessary, but required by VTKs cmake files
 Requires:       %{name}-java = %{version}
 Requires:       %{name}-tcl = %{version}
 Requires:       %{shlib} = %{version}
+Requires:       python3-%{name} = %{version}
 Requires:       R-base-devel
 Requires:       cmake >= 3.4
 Requires:       gcc-c++
@@ -275,21 +276,6 @@
 Examples are available in the C++, Tcl, Python and Java programming
 languages.
 
-%package        testing
-Summary:        Testing programs for VTK
-Group:          Productivity/Scientific/Other
-Requires:       %{shlib} = %{version}
-Requires:       vtkdata = %{version}
-Conflicts:      vtk-compat_gl-testing
-
-%description    testing
-VTK is a software system for image processing, 3D graphics, volume
-rendering and visualization. VTK includes many advanced algorithms
-(e.g. surface reconstruction, implicit modelling, decimation) and
-rendering techniques (e.g. hardware-accelerated volume rendering,
-LOD control).
-
-This package provides a few testing programs for VTK.
 
 %prep
 %setup -q -n VTK-%{version}
@@ -297,9 +283,9 @@
 %patch3 -p1
 %patch4 -p1
 
-# Replace relative path ../../../VTKData with 
%%{_datadir}/%%{pkgname}data-%%{version}
+# Replace relative path ../../../../VTKData with %%{_datadir}/vtkdata
 # otherwise it will break on symlinks.
-grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs -r perl -pi 
-e's,\.\./\.\./\.\./\.\./VTKData,%{_datadir}/%{pkgname},g'
+grep -rl '\.\./\.\./\.\./\.\./VTKData' . | xargs -r perl -pi 
-e's,\.\./\.\./\.\./\.\./VTKData,%{_datadir}/vtkdata,g'
 
 %build
 export CFLAGS="%{optflags}"


Reply via email to