Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package paraview for openSUSE:Factory 
checked in at 2023-07-27 16:52:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and      /work/SRC/openSUSE:Factory/.paraview.new.32662 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paraview"

Thu Jul 27 16:52:19 2023 rev:50 rq:1100947 version:5.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/paraview/paraview.changes        2023-05-03 
12:57:28.243900694 +0200
+++ /work/SRC/openSUSE:Factory/.paraview.new.32662/paraview.changes     
2023-07-27 16:52:38.034433085 +0200
@@ -1,0 +2,6 @@
+Sat Jul 26 00:00:00 UTC 2023 - vicente.bo...@gmail.com
+
+- Fixes issue that protobuf demands the use of -std=c++17.
+  This was done by building ParaView with -std=c++17.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ paraview.spec ++++++
--- /var/tmp/diff_new_pack.DReHg0/_old  2023-07-27 16:52:39.086439029 +0200
+++ /var/tmp/diff_new_pack.DReHg0/_new  2023-07-27 16:52:39.090439051 +0200
@@ -115,7 +115,7 @@
 BuildRequires:  pkgconfig(netcdf)
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(openssl)
-BuildRequires:  pkgconfig(protobuf) >= 2.6.0
+BuildRequires:  pkgconfig(protobuf)
 BuildRequires:  pkgconfig(sqlite3)
 %if %{with nlohmann}
 BuildRequires:  pkgconfig(nlohmann_json)
@@ -218,6 +218,10 @@
        -DCMAKE_SKIP_RPATH:BOOL=OFF \
 %endif
        -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
+       -DVTK_IGNORE_CMAKE_CXX11_CHECKS:BOOL=ON \
+       -DCMAKE_CXX_EXTENSIONS:BOOL=OFF \
+       -DCMAKE_CXX_STANDARD=17 \
+       -DCMAKE_CXX_STANDARD_REQUIRED:BOOL=ON \
        -DPARAVIEW_USE_VTKM:BOOL=OFF \
        -DPARAVIEW_USE_QT:BOOL=ON \
        -DPARAVIEW_USE_PYTHON:BOOL=ON \

Reply via email to