Hello community,

here is the log from the commit of package paraview for openSUSE:Leap:15.2 
checked in at 2020-05-11 08:40:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/paraview (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.paraview.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paraview"

Mon May 11 08:40:35 2020 rev:19 rq:802252 version:5.8.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/paraview/paraview.changes      2020-04-17 
13:38:54.316281353 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.paraview.new.2738/paraview.changes    
2020-05-11 08:40:36.279187596 +0200
@@ -1,0 +2,10 @@
+Tue May  5 17:56:54 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Disable the Paraview Protobuf module for openSUSE:Leap <= 15.1,
+  as the FindProtobuf module bundled with cmake < 3.13 is
+  incompatible with the requirements here.
+- Package static libraries as part of devel-static package; this
+  is needed, for example, to build plugins against paraview. See
+  https://gitlab.kitware.com/paraview/paraview/-/issues/19706#note_746038.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ paraview.spec ++++++
--- /var/tmp/diff_new_pack.TKWIxV/_old  2020-05-11 08:40:37.527190297 +0200
+++ /var/tmp/diff_new_pack.TKWIxV/_new  2020-05-11 08:40:37.531190306 +0200
@@ -61,7 +61,7 @@
 Patch13:        fix-loguru-missing-links.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  cgns-devel
-BuildRequires:  cmake >= 3.3
+BuildRequires:  cmake >= 3.13
 BuildRequires:  desktop-file-utils
 BuildRequires:  double-conversion-devel
 BuildRequires:  doxygen
@@ -165,6 +165,15 @@
 Requires:       python3-numpy
 Requires:       python3-qt5
 
+%package devel-static
+Summary:        Static libraries for Paraview, needed to building plugins
+Group:          Productivity/Scientific/Physics
+Requires:       %{name}-devel = %{version}
+
+%description devel-static
+This package contains the static libraries for Paraview, needed, for
+example, to build plugins for paraview.
+
 %description -n python3-paraview
 This package provides the python(3) bindings and modules for paraview.
 
@@ -214,7 +223,6 @@
 %cmake_install
 
 # UNNECESSARY STATIC LIBS
-rm -fr %{buildroot}%{_libdir}/*.a
 rm 
%{buildroot}%{_libdir}/%{name}-%{major_ver}/plugins/GeodesicMeasurement/libFmmMesh.a
 
 # INSTALL DOCUMENTATION USED BY THE HELP MENU IN MAIN APP
@@ -258,6 +266,9 @@
 %{_bindir}/vtk*
 %{_includedir}/%{name}*
 
+%files devel-static
+%{_libdir}/*.a
+
 %files -n python3-paraview
 %{python3_sitearch}/%{name}/
 


Reply via email to