From 468ff543203563e19f62d242dc3179bf38b485ed3e71312fbeccc2ddced6cc7d Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Mon, 11 Apr 2022 22:39:17 +0000 Subject: [PATCH] Accepting request 968266 from home:StefanBruens:branches:science - 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). OBS-URL: https://build.opensuse.org/request/show/968266 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=106 --- paraview.changes | 6 ++++++ paraview.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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)