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-04-06 21:51:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/paraview (Old) and /work/SRC/openSUSE:Factory/.paraview.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paraview" Wed Apr 6 21:51:32 2022 rev:44 rq:967117 version:5.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/paraview/paraview.changes 2022-03-23 20:19:55.150515062 +0100 +++ /work/SRC/openSUSE:Factory/.paraview.new.1900/paraview.changes 2022-04-06 21:51:54.071286592 +0200 @@ -1,0 +2,7 @@ +Mon Apr 04 12:00:00 UTC 2022 - Vicente Adolfo Bolea Sanchez <vicente.bo...@kitware.com> + +- Fixes cli11 dependency for 15.3. +- Drops system gl2ps on Leap 15.x since a higher version of gl2ps + is needed than the system provided version on Leap 15.x. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ paraview.spec ++++++ --- /var/tmp/diff_new_pack.HMdgHB/_old 2022-04-06 21:51:55.171274039 +0200 +++ /var/tmp/diff_new_pack.HMdgHB/_new 2022-04-06 21:51:55.191273811 +0200 @@ -23,10 +23,12 @@ %if 0%{?suse_version} <= 1500 %bcond_with pugixml +%bcond_with gl2ps %else %bcond_without pugixml -%endif %bcond_without gl2ps +%endif + # Need patched version with HPDF_SHADING %bcond_with haru @@ -79,7 +81,6 @@ BuildRequires: readline-devel BuildRequires: utfcpp-devel BuildRequires: wget -BuildRequires: pkgconfig(CLI11) BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Help) @@ -106,6 +107,11 @@ %if %{with pugixml} BuildRequires: pkgconfig(pugixml) >= 1.11 %endif +%if 0%{?suse_version} <= 1500 +BuildRequires: cli11-devel +%else +BuildRequires: pkgconfig(CLI11) +%endif BuildRequires: pkgconfig(theora) BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(zlib)