Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package paraview for openSUSE:Factory checked in at 2021-03-30 21:12:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/paraview (Old) and /work/SRC/openSUSE:Factory/.paraview.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paraview" Tue Mar 30 21:12:26 2021 rev:37 rq:877406 version:5.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/paraview/paraview.changes 2020-12-07 15:01:17.404774043 +0100 +++ /work/SRC/openSUSE:Factory/.paraview.new.2401/paraview.changes 2021-03-30 21:33:40.550481523 +0200 @@ -1,0 +2,19 @@ +Fri Feb 19 16:05:24 UTC 2021 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 5.9.0: + * See + https://gitlab.kitware.com/paraview/paraview/-/blob/master/Documentation/release/ParaView-5.9.0.md. +- Add paraview-vtkioss-link-pthread.patch: Link against pthread + when building vtkioss + [https://gitlab.kitware.com/paraview/paraview/-/issues/20495]. +- Add paraview-Adaptors-include-txx-file.patch: Fix Cam adaptor + template instantiation + [https://gitlab.kitware.com/paraview/paraview/-/merge_requests/4729]. +- PDF guide book ParaviewGuide-%{version}.pdf replaced by + ParaviewTutorial-%{version}.pdf. +- Drop upstream-incorporated patches: + * paraview-vtkFreeTypeTools-internal-macro.patch. + * fix-3d48a287-support-new-api-cgio_read_data_type.patch. + * bundled_exodusii_add_missing_libpthread.patch. + +------------------------------------------------------------------- Old: ---- ParaView-v5.8.1.tar.xz ParaViewGettingStarted-5.8.1.pdf ParaViewGuide-5.8.1.pdf bundled_exodusii_add_missing_libpthread.patch fix-3d48a287-support-new-api-cgio_read_data_type.patch paraview-vtkFreeTypeTools-internal-macro.patch New: ---- ParaView-v5.9.0.tar.xz ParaViewGettingStarted-5.9.0.pdf ParaViewTutorial-5.9.0.pdf paraview-Adaptors-include-txx-file.patch paraview-vtkioss-link-pthread.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ paraview.spec ++++++ --- /var/tmp/diff_new_pack.BBiJiw/_old 2021-03-30 21:33:42.358483386 +0200 +++ /var/tmp/diff_new_pack.BBiJiw/_new 2021-03-30 21:33:42.362483391 +0200 @@ -1,7 +1,7 @@ # # spec file for package paraview # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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.8 -%define shlib libparaview5_8 +%define major_ver 5.9 +%define shlib libparaview5_9 %if 0%{?suse_version} <= 1500 %bcond_with pugixml @@ -31,7 +31,7 @@ %define __builder ninja Name: paraview -Version: 5.8.1 +Version: 5.9.0 Release: 0 Summary: Data analysis and visualization application License: BSD-3-Clause @@ -41,17 +41,15 @@ Source1: %{name}-rpmlintrc # CAUTION: GettingStarted may or may not be updated with each minor version Source2: https://www.paraview.org/files/v%{major_ver}/ParaViewGettingStarted-%{version}.pdf -Source3: https://www.paraview.org/files/v%{major_ver}/ParaViewGuide-%{version}.pdf +Source3: https://www.paraview.org/files/v%{major_ver}/ParaViewTutorial-%{version}.pdf # PATCH-FIX-UPSTREAM paraview-desktop-entry-fix.patch badshah...@gmail.com -- Fix desktop menu entry by inserting proper required categories -Patch1: paraview-desktop-entry-fix.patch -# PATCH-FIX-UPSTREAM fix-3d48a287-support-new-api-cgio_read_data_type.patch -- Add support for new API cgio_read_***data***_type -Patch2: fix-3d48a287-support-new-api-cgio_read_data_type.patch +Patch0: paraview-desktop-entry-fix.patch # PATCH-FIX-OPENSUSE fix-libharu-missing-m.patch -- missing libraries for linking (gh#libharu/libharu#213) -Patch8: fix-libharu-missing-m.patch -# PATCH-FIX-OPENSUSE bundled_exodusii_add_missing_libpthread.patch stefan.bru...@rwth-aachen.de -- Add missing libm for linking (updated to upstream patch, see https://gitlab.kitware.com/vtk/vtk/-/merge_requests/6865) -Patch10: bundled_exodusii_add_missing_libpthread.patch -# PATCH-FIX-UPSTREAM paraview-vtkFreeTypeTools-internal-macro.patch badshah...@gmail.com -- vtkFreeTypeTools: avoid using an internal macro; patch taken from upstream vtk git and rebased to apply with -p1 -Patch11: paraview-vtkFreeTypeTools-internal-macro.patch +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-Adaptors-include-txx-file.patch badshah...@gmail.com -- Fix Cam adaptor template instantiation [https://gitlab.kitware.com/paraview/paraview/-/merge_requests/4729] +Patch4: paraview-Adaptors-include-txx-file.patch BuildRequires: Mesa-devel BuildRequires: cgns-devel BuildRequires: cmake >= 3.13 @@ -184,7 +182,7 @@ %autosetup -p1 -n ParaView-v%{version} # FIX env BASED HASHBANG -sed -Ei "1{s|#!/usr/bin/env python3|#!/usr/bin/python3|}" Clients/CommandLineExecutables/paraview-config +sed -Ei "1{s|#!/usr/bin/env python3|#!/usr/bin/python3|}" Clients/CommandLineExecutables/paraview-config.in %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects ++++++ ParaView-v5.8.1.tar.xz -> ParaView-v5.9.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/paraview/ParaView-v5.8.1.tar.xz /work/SRC/openSUSE:Factory/.paraview.new.2401/ParaView-v5.9.0.tar.xz differ: char 25, line 1 ++++++ ParaViewGettingStarted-5.8.1.pdf -> ParaViewGettingStarted-5.9.0.pdf ++++++ ++++++ paraview-Adaptors-include-txx-file.patch ++++++ >From 4caacf4577e615a80c4282c700347dfb2e931788 Mon Sep 17 00:00:00 2001 From: Ben Boeckel <ben.boec...@kitware.com> Date: Mon, 15 Feb 2021 10:17:53 -0500 Subject: [PATCH 2/2] Adaptors/Cam: include the .txx file This allows the TU to instantiate the template information as needed. --- Adaptors/Cam/fv_create_data.cxx | 1 + Adaptors/Cam/se_create_data.cxx | 1 + 2 files changed, 2 insertions(+) diff --git a/Adaptors/Cam/fv_create_data.cxx b/Adaptors/Cam/fv_create_data.cxx index 95dc7260f0..0dc45c3e33 100644 --- a/Adaptors/Cam/fv_create_data.cxx +++ b/Adaptors/Cam/fv_create_data.cxx @@ -16,6 +16,7 @@ #include "fv_create_data.h" #include "Grid.h" +#include "Grid.txx" #include "vtkCPDataDescription.h" #include "vtkCPInputDataDescription.h" diff --git a/Adaptors/Cam/se_create_data.cxx b/Adaptors/Cam/se_create_data.cxx index 4552340652..a9877410df 100644 --- a/Adaptors/Cam/se_create_data.cxx +++ b/Adaptors/Cam/se_create_data.cxx @@ -16,6 +16,7 @@ #include "se_create_data.h" #include "Grid.h" +#include "Grid.txx" #include "vtkCPDataDescription.h" #include "vtkCPInputDataDescription.h" -- GitLab ++++++ paraview-desktop-entry-fix.patch ++++++ --- /var/tmp/diff_new_pack.BBiJiw/_old 2021-03-30 21:33:42.422483453 +0200 +++ /var/tmp/diff_new_pack.BBiJiw/_new 2021-03-30 21:33:42.426483456 +0200 @@ -1,10 +1,11 @@ -Index: ParaView-v5.8.0/Clients/ParaView/org.paraview.ParaView.desktop.in +Index: ParaView-v5.9.0/Clients/ParaView/org.paraview.ParaView.desktop.in =================================================================== ---- ParaView-v5.8.0.orig/Clients/ParaView/org.paraview.ParaView.desktop.in -+++ ParaView-v5.8.0/Clients/ParaView/org.paraview.ParaView.desktop.in -@@ -6,3 +6,5 @@ Comment=Parallel visualization applicati - Exec=paraview %f +--- ParaView-v5.9.0.orig/Clients/ParaView/org.paraview.ParaView.desktop.in ++++ ParaView-v5.9.0/Clients/ParaView/org.paraview.ParaView.desktop.in +@@ -7,4 +7,5 @@ Exec=paraview %f TryExec=paraview Icon=paraview + StartupWMClass=paraview +-Categories=Qt;Science;DataVisualization; +Categories=Graphics;2DGraphics;3DGraphics; +StartupNotify=true ++++++ paraview-vtkioss-link-pthread.patch ++++++ Index: ParaView-v5.9.0/VTK/ThirdParty/ioss/vtkioss/CMakeLists.txt =================================================================== --- ParaView-v5.9.0.orig/VTK/ThirdParty/ioss/vtkioss/CMakeLists.txt +++ ParaView-v5.9.0/VTK/ThirdParty/ioss/vtkioss/CMakeLists.txt @@ -231,6 +231,8 @@ list(APPEND headers vtk_ioss_mangle.h) +vtk_module_find_package(PACKAGE Threads) + vtk_module_add_module(VTK::ioss SOURCES ${sources} PRIVATE_HEADERS ${headers}) @@ -238,3 +240,7 @@ vtk_module_definitions(VTK::ioss PRIVATE NO_ZOLTAN_SUPPORT NO_PARMETIS_SUPPORT) +vtk_module_link(VTK::ioss + PRIVATE + Threads::Threads) +