Hello community,

here is the log from the commit of package plplot for openSUSE:Factory checked 
in at 2019-12-14 12:17:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plplot (Old)
 and      /work/SRC/openSUSE:Factory/.plplot.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plplot"

Sat Dec 14 12:17:19 2019 rev:58 rq:756893 version:5.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plplot/plplot.changes    2019-09-30 
16:01:12.552927567 +0200
+++ /work/SRC/openSUSE:Factory/.plplot.new.4691/plplot.changes  2019-12-14 
12:23:24.835199007 +0100
@@ -1,0 +2,15 @@
+Fri Dec 13 10:57:12 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- plplotqt-devel no longer Requires libqt4-devel, instead the
+  appropriate Qt5 headers.
+
+-------------------------------------------------------------------
+Thu Dec 12 13:18:30 UTC 2019 - Atri Bhattacharya <[email protected]>
+
+- Disable libcsironn on openSUSE >= 1550 to prevent build
+  failures.
+- Fix shapelib dependency: BuildRequires: pkgconfig(shapelib)
+  instead of BuildRequires: shapelib; install additional shapelib
+  files as part of plplot-common.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plplot.spec ++++++
--- /var/tmp/diff_new_pack.xh2Xnl/_old  2019-12-14 12:23:25.539198900 +0100
+++ /var/tmp/diff_new_pack.xh2Xnl/_new  2019-12-14 12:23:25.539198900 +0100
@@ -71,7 +71,6 @@
 BuildRequires:  python3-numpy-devel
 BuildRequires:  python3-qt5-devel
 BuildRequires:  qhull-devel
-BuildRequires:  shapelib
 BuildRequires:  swig
 BuildRequires:  tcl-devel
 BuildRequires:  tk-devel
@@ -82,6 +81,7 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(pangoft2)
+BuildRequires:  pkgconfig(shapelib)
 # Required for enabling tk driverand in the %%check section, currently disabled
 BuildRequires:  hdf5-devel
 %if %{?octave_enabled}
@@ -152,6 +152,9 @@
 %{_libdir}/plplot%{version}/drivers/null.so
 %{_libdir}/plplot%{version}/drivers/mem.driver_info
 %{_libdir}/plplot%{version}/drivers/mem.so
+%{_datadir}/plplot%{version}/*.shp
+%{_datadir}/plplot%{version}/*.shx
+%{_datadir}/plplot%{version}/ss/
 %{_datadir}/plplot%{version}/*.fnt
 %{_datadir}/plplot%{version}/*.pal
 %dir %{_datadir}/plplot%{version}/examples
@@ -201,7 +204,6 @@
 %{_includedir}/plplot/
 %exclude %{_includedir}/plplot/plstream.h
 %{_libdir}/libcsirocsa.so
-%{_libdir}/libcsironn.so
 %{_libdir}/libplplot.so
 %{_libdir}/libqsastime.so
 %{_libdir}/pkgconfig/plplot.pc
@@ -210,8 +212,11 @@
 %{_libdir}/cmake/plplot/export_cairo-release.cmake
 %{_libdir}/cmake/plplot/export_csirocsa.cmake
 %{_libdir}/cmake/plplot/export_csirocsa-release.cmake
+%if 0%{?suse_version} < 1550
+%{_libdir}/libcsironn.so
 %{_libdir}/cmake/plplot/export_csironn.cmake
 %{_libdir}/cmake/plplot/export_csironn-release.cmake
+%endif
 %{_libdir}/cmake/plplot/export_mem.cmake
 %{_libdir}/cmake/plplot/export_mem-release.cmake
 %{_libdir}/cmake/plplot/export_ntk.cmake
@@ -541,8 +546,12 @@
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/Other
 Requires:       %{qt_shlib} = %{version}
-Requires:       libqt4-devel
 Requires:       pkgconfig
+Requires:       pkgconfig(Qt5Core)
+Requires:       pkgconfig(Qt5Gui)
+Requires:       pkgconfig(Qt5PrintSupport)
+Requires:       pkgconfig(Qt5Svg)
+Requires:       pkgconfig(Qt5Widgets)
 Provides:       %{name}-qt-devel = %{version}
 Obsoletes:      %{name}-qt-devel < 5.12.0
 Requires:       %{name}-common = %{version}
@@ -776,6 +785,7 @@
 %{_libdir}/libcsirocsa.so.*
 ##########################################################################
 
+%if 0%{?suse_version} < 1550
 %package -n %{csironn_shlib}
 ##########################################################################
 Summary:        PLplot csironn component
@@ -795,6 +805,7 @@
 %files -n %{csironn_shlib}
 %{_libdir}/libcsironn.so.*
 ##########################################################################
+%endif
 
 %package -n %{qsastime_shlib}
 ##########################################################################


Reply via email to