Hello community, here is the log from the commit of package paraview for openSUSE:Factory checked in at 2020-07-18 21:01:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/paraview (Old) and /work/SRC/openSUSE:Factory/.paraview.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paraview" Sat Jul 18 21:01:48 2020 rev:34 rq:821569 version:5.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/paraview/paraview.changes 2020-06-02 14:37:22.375281146 +0200 +++ /work/SRC/openSUSE:Factory/.paraview.new.3592/paraview.changes 2020-07-18 21:02:14.083561944 +0200 @@ -1,0 +2,6 @@ +Fri Jul 17 15:58:34 UTC 2020 - Atri Bhattacharya <[email protected]> + +- Set CMAKE_SKIP_INSTALL_RPATH:BOOL=ON during %cmake for openSUSE + Leap 15.2 and older to fix build failures. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ paraview.spec ++++++ --- /var/tmp/diff_new_pack.4noIEg/_old 2020-07-18 21:02:15.919563918 +0200 +++ /var/tmp/diff_new_pack.4noIEg/_new 2020-07-18 21:02:15.919563918 +0200 @@ -189,7 +189,10 @@ %cmake -DCMAKE_INSTALL_LIBDIR=%{_lib} \ -DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name} \ -DPARAVIEW_BUILD_SHARED_LIBS:BOOL=ON \ +%if 0%{?suse_version} <= 1500 -DCMAKE_SKIP_RPATH:BOOL=OFF \ + -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \ +%endif -DPARAVIEW_USE_VTKM:BOOL=OFF \ -DPARAVIEW_USE_QT:BOOL=ON \ -DPARAVIEW_USE_PYTHON:BOOL=ON \
