From 766a774baeb58ce478eaaaa28e3ea283a5bec6d67d4f75080db4a11d594addb3 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Fri, 11 Feb 2022 00:50:13 +0000 Subject: [PATCH] Accepting request 953316 from home:StefanBruens:branches:science - Drop unused exodusII-devel build dependency (used vendored version and defaults to IOSS based exodus reader since PV 5.10). - Use system gl2ps also on Leap 15.x OBS-URL: https://build.opensuse.org/request/show/953316 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=100 --- paraview.changes | 7 +++++++ paraview.spec | 8 +++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/paraview.changes b/paraview.changes index 2da69d2..e3f4347 100644 --- a/paraview.changes +++ b/paraview.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 10 21:28:19 UTC 2022 - Stefan BrĂ¼ns + +- Drop unused exodusII-devel build dependency (used vendored + version and defaults to IOSS based exodus reader since PV 5.10). +- Use system gl2ps also on Leap 15.x + ------------------------------------------------------------------- Fri Dec 24 21:01:10 UTC 2021 - Atri Bhattacharya diff --git a/paraview.spec b/paraview.spec index 06a5b71..33fcdb1 100644 --- a/paraview.spec +++ b/paraview.spec @@ -24,8 +24,7 @@ %else %bcond_without pugixml %endif -# Need unrelased version > 1.4.0 with e.g. gl2psTextOptColorBL -%bcond_with gl2ps +%bcond_without gl2ps # Need patched version with HPDF_SHADING %bcond_with haru @@ -54,7 +53,6 @@ BuildRequires: cmake >= 3.13 BuildRequires: desktop-file-utils BuildRequires: double-conversion-devel BuildRequires: doxygen -BuildRequires: exodusii-devel BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: gcc-fortran @@ -64,7 +62,7 @@ BuildRequires: hdf5-devel BuildRequires: libboost_graph-devel BuildRequires: libboost_headers-devel %if %{with gl2ps} -BuildRequires: gl2ps-devel +BuildRequires: gl2ps-devel >= 1.4.1 %endif %if %{with haru} BuildRequires: libharu-devel > 2.3.0 @@ -104,7 +102,7 @@ BuildRequires: pkgconfig(ogg) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(protobuf) >= 2.6.0 %if %{with pugixml} -BuildRequires: pkgconfig(pugixml) +BuildRequires: pkgconfig(pugixml) >= 1.11 %endif BuildRequires: pkgconfig(theora) BuildRequires: pkgconfig(xt)