forked from pool/paraview
Accepting request 969291 from science
OBS-URL: https://build.opensuse.org/request/show/969291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/paraview?expand=0&rev=45
This commit is contained in:
commit
ee03d3dbe9
@ -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>
|
Mon Apr 04 12:00:00 UTC 2022 - Vicente Adolfo Bolea Sanchez <vicente.bolea@kitware.com>
|
||||||
|
|
||||||
|
@ -23,11 +23,10 @@
|
|||||||
|
|
||||||
%if 0%{?suse_version} <= 1500
|
%if 0%{?suse_version} <= 1500
|
||||||
%bcond_with pugixml
|
%bcond_with pugixml
|
||||||
%bcond_with gl2ps
|
|
||||||
%else
|
%else
|
||||||
%bcond_without pugixml
|
%bcond_without pugixml
|
||||||
%bcond_without gl2ps
|
|
||||||
%endif
|
%endif
|
||||||
|
%bcond_without gl2ps
|
||||||
|
|
||||||
# Need patched version with HPDF_SHADING
|
# Need patched version with HPDF_SHADING
|
||||||
%bcond_with haru
|
%bcond_with haru
|
||||||
@ -107,7 +106,7 @@ BuildRequires: pkgconfig(protobuf) >= 2.6.0
|
|||||||
%if %{with pugixml}
|
%if %{with pugixml}
|
||||||
BuildRequires: pkgconfig(pugixml) >= 1.11
|
BuildRequires: pkgconfig(pugixml) >= 1.11
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?suse_version} <= 1500
|
%if 0%{?suse_version} <= 1500 && 0%{?sle_version} <= 150300
|
||||||
BuildRequires: cli11-devel
|
BuildRequires: cli11-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: pkgconfig(CLI11)
|
BuildRequires: pkgconfig(CLI11)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user