Hello community, here is the log from the commit of package python3-xattr for openSUSE:Factory checked in at 2017-04-28 10:38:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-xattr (Old) and /work/SRC/openSUSE:Factory/.python3-xattr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-xattr" Fri Apr 28 10:38:18 2017 rev:3 rq:487702 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python3-xattr/python3-xattr.changes 2016-11-16 13:33:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3-xattr.new/python3-xattr.changes 2017-04-28 10:38:23.253446843 +0200 @@ -1,0 +2,5 @@ +Mon Apr 10 20:03:09 UTC 2017 - [email protected] + +- for python3, use py3_ver + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-xattr.spec ++++++ --- /var/tmp/diff_new_pack.LhpnUN/_old 2017-04-28 10:38:24.729238250 +0200 +++ /var/tmp/diff_new_pack.LhpnUN/_new 2017-04-28 10:38:24.733237685 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3-xattr # -# Copyright (c) 2016 SUSE LINUX Products 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 @@ -13,20 +13,21 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python3-xattr Version: 0.9.1 Release: 0 -License: MIT Summary: Python wrapper for extended filesystem attributes -Url: http://github.com/xattr/xattr +License: MIT Group: Development/Languages/Python +Url: http://github.com/xattr/xattr Source: https://files.pythonhosted.org/packages/source/x/xattr/xattr-%{version}.tar.gz -BuildRequires: python3-devel BuildRequires: python3 -BuildRequires: python3-setuptools BuildRequires: python3-cffi +BuildRequires: python3-devel +BuildRequires: python3-setuptools Requires: python3-cffi Requires(post): update-alternatives Requires(postun): update-alternatives @@ -45,7 +46,7 @@ %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} -mv %{buildroot}/%{_bindir}/xattr %{buildroot}/%{_bindir}/xattr-%{py_ver} +mv %{buildroot}/%{_bindir}/xattr %{buildroot}/%{_bindir}/xattr-%{py3_ver} %if 0%{?suse_version} && 0%{?suse_version} > 1310 mkdir -p %{buildroot}%{_sysconfdir}/alternatives @@ -54,7 +55,7 @@ %post %{_sbindir}/update-alternatives \ - --install %_bindir/xattr xattr %_bindir/xattr-%{py_ver} 10 + --install %_bindir/xattr xattr %_bindir/xattr-%{py3_ver} 10 %preun %{_sbindir}/update-alternatives --remove xattr %_bindir/xattr @@ -62,7 +63,7 @@ %files %defattr(-,root,root,-) %doc README.rst LICENSE.txt CHANGES.txt TODO.txt -%{_bindir}/xattr-%{py_ver} +%{_bindir}/xattr-%{py3_ver} %{python3_sitearch}/* %if 0%{?suse_version} && 0%{?suse_version} > 1310 %{_bindir}/xattr
