Hello community,

here is the log from the commit of package python-pylast for openSUSE:Factory 
checked in at 2017-05-16 14:44:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pylast (Old)
 and      /work/SRC/openSUSE:Factory/.python-pylast.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pylast"

Tue May 16 14:44:22 2017 rev:2 rq:494610 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pylast/python-pylast.changes      
2017-04-20 20:53:19.103870459 +0200
+++ /work/SRC/openSUSE:Factory/.python-pylast.new/python-pylast.changes 
2017-05-16 14:45:46.061965614 +0200
@@ -1,0 +2,8 @@
+Mon May  8 15:27:18 UTC 2017 - [email protected]
+
+- Use %python_exec to call %fdupes separately on each python_sitelib
+  directory. Otherwise a symlink from the python3 sitelib directory
+  was created to the python2 one, breaking the python3 package when
+  the python2 package wasn't installed.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pylast.spec ++++++
--- /var/tmp/diff_new_pack.bkP9kV/_old  2017-05-16 14:45:46.749868957 +0200
+++ /var/tmp/diff_new_pack.bkP9kV/_new  2017-05-16 14:45:46.753868394 +0200
@@ -25,9 +25,9 @@
 Group:          Development/Languages/Python
 Url:            https://github.com/pylast/pylast
 Source0:        
https://files.pythonhosted.org/packages/source/p/pylast/pylast-%{version}.tar.gz
-BuildRequires:  fdupes
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-six
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -56,8 +56,8 @@
 %python_build
 
 %install
-%python_exec setup.py install -O1 --skip-build --prefix=%{_prefix} 
--root=%{buildroot}
-%fdupes -s %{buildroot}
+%python_install
+%python_exec %fdupes -s %{buildroot}/%{python_sitelib}
 
 %files %{python_files}
 %defattr(-,root,root)


Reply via email to