Hello community, here is the log from the commit of package python-coverage for openSUSE:Factory checked in at 2017-11-19 11:09:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-coverage (Old) and /work/SRC/openSUSE:Factory/.python-coverage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coverage" Sun Nov 19 11:09:42 2017 rev:32 rq:542485 version:4.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes 2017-11-11 14:18:11.846297646 +0100 +++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes 2017-11-19 11:10:05.798219488 +0100 @@ -1,0 +2,6 @@ +Thu Nov 9 19:10:43 UTC 2017 - [email protected] + +- test presence of python2 (not just if it is skipped; two different + things now, unfortunately) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-coverage.spec ++++++ --- /var/tmp/diff_new_pack.yy4QkV/_old 2017-11-19 11:10:07.618153129 +0100 +++ /var/tmp/diff_new_pack.yy4QkV/_new 2017-11-19 11:10:07.622152984 +0100 @@ -54,10 +54,10 @@ %install %python_install %python_clone -a %{buildroot}%{_bindir}/coverage -%if ! 0%{?skip_python2} +%if 0%{?have_python2} && ! 0%{?skip_python2} ln -sf coverage-%{python2_version} %{buildroot}%{_bindir}/coverage2 %endif -%if ! 0%{?skip_python3} +%if 0%{?have_python3} && ! 0%{?skip_python3} ln -sf coverage-%{python3_version} %{buildroot}%{_bindir}/coverage3 %endif
