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-12-08 16:51:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paraview (Old)
 and      /work/SRC/openSUSE:Factory/.paraview.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paraview"

Thu Dec  8 16:51:02 2022 rev:48 rq:1041201 version:5.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/paraview/paraview.changes        2022-12-02 
13:13:16.793898933 +0100
+++ /work/SRC/openSUSE:Factory/.paraview.new.1835/paraview.changes      
2022-12-08 16:51:24.515551469 +0100
@@ -1,0 +2,5 @@
+Tue Dec  6 18:50:30 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Build with system verdict for openSUSE > 1500.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ paraview.spec ++++++
--- /var/tmp/diff_new_pack.7HwvLH/_old  2022-12-08 16:51:25.399555992 +0100
+++ /var/tmp/diff_new_pack.7HwvLH/_new  2022-12-08 16:51:25.403556012 +0100
@@ -23,8 +23,10 @@
 
 %if 0%{?suse_version} <= 1500
 %bcond_with    pugixml
+%bcond_with    verdict
 %else
 %bcond_without pugixml
+%bcond_without verdict
 %endif
 
 %if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
@@ -124,6 +126,9 @@
 %if %{with pugixml}
 BuildRequires:  pkgconfig(pugixml) >= 1.11
 %endif
+%if %{with verdict}
+BuildRequires:  verdict-devel
+%endif
 %if 0%{?suse_version} <= 1500 && 0%{?sle_version} <= 150300
 BuildRequires:  cli11-devel
 %else
@@ -236,7 +241,7 @@
        
-DVTK_MODULE_USE_EXTERNAL_VTK_libproj=%{?with_proj:ON}%{!?with_proj:OFF} \
        
-DVTK_MODULE_USE_EXTERNAL_VTK_nlohmannjson=%{?with_nlohmann:ON}%{!?with_nlohmann:OFF}
 \
        
-DVTK_MODULE_USE_EXTERNAL_VTK_pugixml=%{?with_pugixml:ON}%{!?with_pugixml:OFF} \
-       -DVTK_MODULE_USE_EXTERNAL_VTK_verdict=OFF \
+       
-DVTK_MODULE_USE_EXTERNAL_VTK_verdict=%{?with_verdict:ON}%{!?with_verdict:OFF} \
        %{nil}
 
 %cmake_build

Reply via email to