Hello community, here is the log from the commit of package libscca for openSUSE:Factory checked in at 2018-01-17 21:56:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libscca (Old) and /work/SRC/openSUSE:Factory/.libscca.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libscca" Wed Jan 17 21:56:16 2018 rev:3 rq:564460 version:0~20170205 Changes: -------- --- /work/SRC/openSUSE:Factory/libscca/libscca.changes 2017-03-04 16:48:14.406118515 +0100 +++ /work/SRC/openSUSE:Factory/.libscca.new/libscca.changes 2018-01-17 21:56:27.796408608 +0100 @@ -1,0 +2,6 @@ +Tue Jan 9 03:13:29 UTC 2018 - [email protected] + +- rename python-libscca to python2-libscca for consistency sake +- eliminate pyscca symbol as it in unversioned + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libscca.spec ++++++ --- /var/tmp/diff_new_pack.ecCT4o/_old 2018-01-17 21:56:28.544373621 +0100 +++ /var/tmp/diff_new_pack.ecCT4o/_new 2018-01-17 21:56:28.548373434 +0100 @@ -1,7 +1,7 @@ # # spec file for package libscca # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -83,28 +83,28 @@ This subpackage contains libraries and header files for developing applications that want to make use of %{name}. -%package -n python-%{name} +%package -n python2-%{name} Summary: Python 2 bindings for libscca License: LGPL-3.0+ -Group: Development/Libraries/Python +Group: Development/Languages/Python BuildRequires: pkgconfig BuildRequires: pkgconfig(python2) Requires: %{lname} = %{version} Requires: python -Provides: pyscca = %{version} +Provides: python-%{name} = %{version} +Obsoletes: python-%{name} <= 20170105 -%description -n python-%{name} +%description -n python2-%{name} Python 2 binding for libscca, which can access the Windows Prefetch File (PF) format. %package -n python3-%{name} Summary: Python 3 bindings for libscca License: LGPL-3.0+ -Group: Development/Libraries/Python +Group: Development/Languages/Python BuildRequires: pkgconfig BuildRequires: pkgconfig(python3) Requires: %{lname} = %{version} Requires: python3 -Provides: pyscca = %{version} %description -n python3-%{name} Python 3 binding for libscca, which can access the Windows Prefetch File (PF) format. @@ -142,7 +142,7 @@ %{_libdir}/pkgconfig/libscca.pc %{_mandir}/man3/libscca.3* -%files -n python-%{name} +%files -n python2-%{name} %defattr(-,root,root) %doc AUTHORS COPYING README %{python_sitearch}/pyscca.so
