SHA256
1
0
forked from pool/paraview
Dominique Leuenberger 2022-04-13 19:04:37 +00:00 committed by Git OBS Bridge
commit ee03d3dbe9
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 10 13:40:48 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- 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 <vicente.bolea@kitware.com>

View File

@ -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)