Hello community, here is the log from the commit of package libvslvm for openSUSE:Factory checked in at 2017-11-03 16:23:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvslvm (Old) and /work/SRC/openSUSE:Factory/.libvslvm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvslvm" Fri Nov 3 16:23:32 2017 rev:2 rq:535317 version:0~20160110 Changes: -------- --- /work/SRC/openSUSE:Factory/libvslvm/libvslvm.changes 2016-09-30 15:31:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libvslvm.new/libvslvm.changes 2017-11-03 16:23:32.723060100 +0100 @@ -1,0 +2,6 @@ +Wed Oct 4 21:30:28 UTC 2017 - [email protected] + +- rename python-libvslvm to python2-libvslvm as expected by singlespec +- remove Provides pyvslvm as it is not versioned + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvslvm.spec ++++++ --- /var/tmp/diff_new_pack.oG4C25/_old 2017-11-03 16:23:33.427034478 +0100 +++ /var/tmp/diff_new_pack.oG4C25/_new 2017-11-03 16:23:33.431034333 +0100 @@ -1,7 +1,7 @@ # # spec file for package libvslvm # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -85,26 +85,25 @@ This package contains libraries and header files for developing applications that want to make use of libvslvm. -%package -n python-%{name} +%package -n python2-%{name} Summary: Python 2 bindings for libvslvm License: LGPL-3.0+ -Group: Development/Libraries/Python +Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python BuildRequires: pkgconfig(python2) -Provides: pyvslvm +Obsoletes: python-%{name} -%description -n python-%{name} +%description -n python2-%{name} This packinge provides Python 2 bindings for libvslvm %package -n python3-%{name} Summary: Python 3 bindings for libvslvm License: LGPL-3.0+ -Group: Development/Libraries/Python +Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python3 BuildRequires: pkgconfig(python3) -Provides: pyvslvm %description -n python3-%{name} This packinge provides Python 3 bindings for libvslvm @@ -147,7 +146,7 @@ %{_libdir}/pkgconfig/libvslvm.pc %{_mandir}/man3/libvslvm.3* -%files -n python-%{name} +%files -n python2-%{name} %defattr(-,root,root) %doc AUTHORS COPYING %{python_sitearch}/pyvslvm.so
