Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package paraview for openSUSE:Factory checked in at 2022-01-07 12:45:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/paraview (Old) and /work/SRC/openSUSE:Factory/.paraview.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paraview" Fri Jan 7 12:45:43 2022 rev:41 rq:944130 version:5.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/paraview/paraview.changes 2021-12-20 21:06:21.694937399 +0100 +++ /work/SRC/openSUSE:Factory/.paraview.new.1896/paraview.changes 2022-01-07 12:47:07.919876736 +0100 @@ -1,0 +2,23 @@ +Fri Dec 24 21:01:10 UTC 2021 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 5.10.0: + * Long list of changes, see + https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.10.0.md +- Drop patches incorporated upstream: + * paraview-gcc11-limits.patch. + * paraview-vtkioss-link-pthread.patch. +- Update guides and tutorials. +- Update _constraits to require 22 GiB for build to prevent + out-of-disk-space build failures. +- Add arguments to cmake command to turn off system installed + libraries individually where these are not available; + specifically turn off system vtkcatalyst, exprtk, fmt, and ioss. +- Add paraview-include-sstream.patch -- Add patch from upstream to + include missing headers and adapt to apply with p1 + (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/8597). +- Add rpmlintrc snippet to suppress warnings about shared lib + versioning: we use a versioning consistent with package + major.minor version which is needed due to upstream's otherwise + inconsistent so versions, but rpmlint does not like this. + +------------------------------------------------------------------- Old: ---- ParaView-v5.9.1.tar.xz ParaViewGettingStarted-5.9.1.pdf ParaViewTutorial-5.9.1.pdf paraview-gcc11-limits.patch paraview-vtkioss-link-pthread.patch New: ---- ParaView-v5.10.0.tar.xz ParaViewGettingStarted-5.10.0.pdf ParaViewTutorial-5.10.0.pdf paraview-include-sstream.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ paraview.spec ++++++ --- /var/tmp/diff_new_pack.9t5pkm/_old 2022-01-07 12:47:09.783878030 +0100 +++ /var/tmp/diff_new_pack.9t5pkm/_new 2022-01-07 12:47:09.791878036 +0100 @@ -1,7 +1,7 @@ # # spec file for package paraview # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,8 @@ # -%define major_ver 5.9 -%define shlib libparaview5_9 +%define major_ver 5.10 +%define shlib libparaview5_10 %if 0%{?suse_version} <= 1500 %bcond_with pugixml @@ -31,7 +31,7 @@ %define __builder ninja Name: paraview -Version: 5.9.1 +Version: 5.10.0 Release: 0 Summary: Data analysis and visualization application License: BSD-3-Clause @@ -46,10 +46,8 @@ Patch0: paraview-desktop-entry-fix.patch # PATCH-FIX-OPENSUSE fix-libharu-missing-m.patch -- missing libraries for linking (gh#libharu/libharu#213) Patch2: fix-libharu-missing-m.patch -# PATCH-FIX-UPSTREAM paraview-vtkioss-link-pthread.patch badshah...@gmail.com -- Link against pthread when building vtkioss [https://gitlab.kitware.com/paraview/paraview/-/issues/20495] -Patch3: paraview-vtkioss-link-pthread.patch -# PATCH-FIX-UPSTREAM paraview-gcc11-limits.patch badshah...@gmail.com -- Include limits header wherever required to fix compilation with GCC 11 [https://gitlab.kitware.com/vtk/vtk/-/issues/18194] -Patch4: paraview-gcc11-limits.patch +# PATCH-FIX-UPSTREAM paraview-include-sstream.patch -- Add patch from upstream to include missing headers and adapt to apply with p1 (https://gitlab.kitware.com/vtk/vtk/-/merge_requests/8597) +Patch3: paraview-include-sstream.patch BuildRequires: Mesa-devel BuildRequires: cgns-devel BuildRequires: cmake >= 3.13 @@ -81,6 +79,7 @@ BuildRequires: readline-devel BuildRequires: utfcpp-devel BuildRequires: wget +BuildRequires: pkgconfig(CLI11) BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Help) @@ -205,7 +204,11 @@ -DVTK_BUILD_QT_DESIGNER_PLUGIN:BOOL=OFF \ -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON \ -DPARAVIEW_BUILD_WITH_EXTERNAL:BOOL=ON \ + -DVTK_MODULE_USE_EXTERNAL_ParaView_vtkcatalyst:BOOL=OFF \ + -DVTK_MODULE_USE_EXTERNAL_VTK_exprtk:BOOL=OFF \ + -DVTK_MODULE_USE_EXTERNAL_VTK_fmt:BOOL=OFF \ -DVTK_MODULE_USE_EXTERNAL_VTK_gl2ps=%{?with_gl2ps:ON}%{!?with_gl2ps:OFF} \ + -DVTK_MODULE_USE_EXTERNAL_VTK_ioss:BOOL=OFF \ -DVTK_MODULE_USE_EXTERNAL_VTK_libharu=%{?with_haru:ON}%{!?with_haru:OFF} \ -DVTK_MODULE_USE_EXTERNAL_VTK_pugixml=%{?with_pugixml:ON}%{!?with_pugixml:OFF} @@ -243,6 +246,7 @@ %dir %{_libdir}/vtk/ %dir %{_libdir}/vtk/hierarchy %{_libdir}/vtk/hierarchy/ParaView/ +%{_libdir}/catalyst/ %files -n %{shlib} %{_libdir}/*.so.* ++++++ ParaView-v5.9.1.tar.xz -> ParaView-v5.10.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/paraview/ParaView-v5.9.1.tar.xz /work/SRC/openSUSE:Factory/.paraview.new.1896/ParaView-v5.10.0.tar.xz differ: char 26, line 1 ++++++ ParaViewGettingStarted-5.9.1.pdf -> ParaViewGettingStarted-5.10.0.pdf ++++++ ++++++ ParaViewTutorial-5.9.1.pdf -> ParaViewTutorial-5.10.0.pdf ++++++ (binary differes) ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.9t5pkm/_old 2022-01-07 12:47:09.859878083 +0100 +++ /var/tmp/diff_new_pack.9t5pkm/_new 2022-01-07 12:47:09.863878086 +0100 @@ -1,7 +1,7 @@ <constraints> <hardware> <disk> - <size unit="G">16</size> + <size unit="G">22</size> </disk> </hardware> <overwrite> ++++++ paraview-include-sstream.patch ++++++ >From eb8de75499a23e6e5d4214ec170ad53d510206f7 Mon Sep 17 00:00:00 2001 From: Elvis Stansvik <elvst...@gmail.com> Date: Mon, 1 Nov 2021 22:22:29 +0100 Subject: [PATCH] Add missing inclusion of sstream/string headers Needed for std::ostringstream and std::string. --- IO/Geometry/vtkGLTFWriterUtils.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VTK/IO/Geometry/vtkGLTFWriterUtils.cxx b/VTK/IO/Geometry/vtkGLTFWriterUtils.cxx index a7df4975e07..fdaaead3150 100644 --- a/VTK/IO/Geometry/vtkGLTFWriterUtils.cxx +++ b/VTK/IO/Geometry/vtkGLTFWriterUtils.cxx @@ -25,6 +25,9 @@ #include "vtksys/FStream.hxx" #include "vtksys/SystemTools.hxx" +#include <sstream> +#include <string> + void vtkGLTFWriterUtils::WriteValues(vtkDataArray* ca, ostream& myFile) { myFile.write(reinterpret_cast<char*>(ca->GetVoidPointer(0)), -- GitLab ++++++ paraview-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.9t5pkm/_old 2022-01-07 12:47:09.907878117 +0100 +++ /var/tmp/diff_new_pack.9t5pkm/_new 2022-01-07 12:47:09.911878120 +0100 @@ -2,6 +2,7 @@ # See https://gitlab.kitware.com/paraview/paraview/issues/19706 addFilter("non-executable-in-bin .*/usr/bin/paraview\.conf") addFilter("script-without-shebang .*/usr/bin/paraview\.conf") +addFilter("libparaview5_10.* shlib-policy-name-error")