Hello community, here is the log from the commit of package plplot for openSUSE:Factory checked in at 2018-02-13 10:29:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plplot (Old) and /work/SRC/openSUSE:Factory/.plplot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plplot" Tue Feb 13 10:29:49 2018 rev:47 rq:575580 version:5.13.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plplot/plplot.changes 2017-12-02 13:12:14.510938771 +0100 +++ /work/SRC/openSUSE:Factory/.plplot.new/plplot.changes 2018-02-13 10:30:11.219399603 +0100 @@ -1,0 +2,6 @@ +Mon Feb 12 08:38:48 UTC 2018 - [email protected] + +- Swap leftover python2 Requires for explicitly python3 ones, + rename python package to python3-plplot. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plplot.spec ++++++ --- /var/tmp/diff_new_pack.TiWUej/_old 2018-02-13 10:30:14.963264704 +0100 +++ /var/tmp/diff_new_pack.TiWUej/_new 2018-02-13 10:30:14.967264560 +0100 @@ -93,8 +93,7 @@ BuildRequires: pkgconfig(lua) Requires: libtool -Requires: python-base = %{py_ver} -Requires: python-numpy +Requires: python3-numpy Recommends: %{name}-doc = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -767,20 +766,21 @@ %{_libdir}/libqsastime.so.* ########################################################################## -%package -n python-%{name} +%package -n python3-%{name} ########################################################################## Summary: PLplot functions for scientific plotting with Python License: LGPL-2.1+ Group: System/Libraries Requires: %{name}-common = %{version} +Provides: python-%{name} -%description -n python-%{name} +%description -n python3-%{name} PLplot is a library of functions that are useful for making scientific plots. This package provides the PLplot's Python binding. -%files -n python-%{name} +%files -n python3-%{name} %defattr(-,root,root) %{python3_sitearch}/_plplotc.so %{python3_sitearch}/plplot.py*
