Hello community, here is the log from the commit of package libfsntfs for openSUSE:Factory checked in at 2017-11-03 16:23:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfsntfs (Old) and /work/SRC/openSUSE:Factory/.libfsntfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfsntfs" Fri Nov 3 16:23:15 2017 rev:5 rq:535310 version:0~20160418 Changes: -------- --- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes 2017-03-02 19:27:48.400545204 +0100 +++ /work/SRC/openSUSE:Factory/.libfsntfs.new/libfsntfs.changes 2017-11-03 16:23:17.427616792 +0100 @@ -1,0 +2,6 @@ +Wed Oct 4 22:51:47 UTC 2017 - [email protected] + +- rename python-libfsntfs to python2-libfsntfs as expected by singlespec +- remove Provides pyfsntfs as it is not versioned + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfsntfs.spec ++++++ --- /var/tmp/diff_new_pack.xGeJkp/_old 2017-11-03 16:23:18.091592626 +0100 +++ /var/tmp/diff_new_pack.xGeJkp/_new 2017-11-03 16:23:18.095592480 +0100 @@ -87,16 +87,16 @@ 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 libfsntfs License: LGPL-3.0+ Group: Development/Languages/Python Requires: %{lname} = %{version} -Requires: python +Requires: python2 BuildRequires: pkgconfig(python2) -Provides: pyfsntfs = %{version} +Obsoletes: python-%{name} -%description -n python-%{name} +%description -n python2-%{name} Python 2 binding for libfsntfs, which can access the NTFS filesystem. %package -n python3-%{name} @@ -106,7 +106,6 @@ Requires: %{lname} = %{version} Requires: python3 BuildRequires: pkgconfig(python3) -Provides: pyfsntfs = %{version} %description -n python3-%{name} Python 3 binding for libfsntfs, which can access the NTFS filesystem. @@ -144,7 +143,7 @@ %{_libdir}/pkgconfig/libfsntfs.pc %{_mandir}/man3/libfsntfs.3* -%files -n python-%{name} +%files -n python2-%{name} %defattr(-,root,root) %doc AUTHORS COPYING README %{python_sitearch}/pyfsntfs.so
