diff --git a/paraview.changes b/paraview.changes index 255beb4..21398f3 100644 --- a/paraview.changes +++ b/paraview.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Apr 10 13:40:48 UTC 2022 - Stefan BrĂ¼ns + +- Revert gl2ps change. TW and 15.4 have a recent gl2ps, and the + 15.3 package will not be upgraded (but is available in science). + ------------------------------------------------------------------- Mon Apr 04 12:00:00 UTC 2022 - Vicente Adolfo Bolea Sanchez diff --git a/paraview.spec b/paraview.spec index e2c8a5e..78daf57 100644 --- a/paraview.spec +++ b/paraview.spec @@ -23,11 +23,10 @@ %if 0%{?suse_version} <= 1500 %bcond_with pugixml -%bcond_with gl2ps %else %bcond_without pugixml -%bcond_without gl2ps %endif +%bcond_without gl2ps # Need patched version with HPDF_SHADING %bcond_with haru @@ -107,7 +106,7 @@ BuildRequires: pkgconfig(protobuf) >= 2.6.0 %if %{with pugixml} BuildRequires: pkgconfig(pugixml) >= 1.11 %endif -%if 0%{?suse_version} <= 1500 +%if 0%{?suse_version} <= 1500 && 0%{?sle_version} <= 150300 BuildRequires: cli11-devel %else BuildRequires: pkgconfig(CLI11)