Hello community, here is the log from the commit of package plplot for openSUSE:Factory checked in at 2018-05-10 15:50:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plplot (Old) and /work/SRC/openSUSE:Factory/.plplot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "plplot" Thu May 10 15:50:42 2018 rev:50 rq:605704 version:5.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plplot/plplot.changes 2018-04-30 22:54:10.138903479 +0200 +++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes 2018-05-10 15:50:45.870263013 +0200 @@ -1,0 +2,11 @@ +Tue May 8 03:24:17 UTC 2018 - badshah400@gmail.com + +- plplot-devel should not depend on shared libs which are not + built: %{csirocsa_shlib} and %{csironn_shlib} on certain archs. + +------------------------------------------------------------------- +Mon May 7 08:13:10 UTC 2018 - guillaume.gardet@opensuse.org + +- Handle aarch64, ppc64 and ppc64le, not only x86_64 for libs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plplot.spec ++++++ --- /var/tmp/diff_new_pack.xzayoO/_old 2018-05-10 15:50:47.202214194 +0200 +++ /var/tmp/diff_new_pack.xzayoO/_new 2018-05-10 15:50:47.202214194 +0200 @@ -165,8 +165,10 @@ License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: %{c_shlib} = %{version} +%ifarch x86_64 aarch64 ppc64 ppc64le Requires: %{csirocsa_shlib} = %{version} Requires: %{csironn_shlib} = %{version} +%endif Requires: %{qsastime_shlib} = %{version} Requires: gcc-c++ Requires: pkgconfig @@ -200,7 +202,7 @@ %{_mandir}/man1/pltek.1.gz %{_includedir}/plplot/ %exclude %{_includedir}/plplot/plstream.h -%ifarch x86_64 +%ifarch x86_64 aarch64 ppc64 ppc64le %{_libdir}/libcsirocsa.so %{_libdir}/libcsironn.so %endif @@ -715,7 +717,7 @@ This package provides the shared lib for PLplot's csirocsa. -%ifarch x86_64 +%ifarch x86_64 aarch64 ppc64 ppc64le %post -n %{csirocsa_shlib} -p /sbin/ldconfig %postun -n %{csirocsa_shlib} -p /sbin/ldconfig @@ -738,7 +740,7 @@ This package provides the shared lib for PLplot's csironn. -%ifarch x86_64 +%ifarch x86_64 aarch64 ppc64 ppc64le %post -n %{csironn_shlib} -p /sbin/ldconfig %postun -n %{csironn_shlib} -p /sbin/ldconfig