Hello community,

here is the log from the commit of package python-coverage for openSUSE:Factory 
checked in at 2017-08-14 12:39:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coverage (Old)
 and      /work/SRC/openSUSE:Factory/.python-coverage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-coverage"

Mon Aug 14 12:39:27 2017 rev:29 rq:516178 version:4.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-coverage/python-coverage.changes  
2017-04-19 18:05:17.596797623 +0200
+++ /work/SRC/openSUSE:Factory/.python-coverage.new/python-coverage.changes     
2017-08-14 12:39:44.658324194 +0200
@@ -1,0 +2,6 @@
+Fri Aug 11 15:25:50 UTC 2017 - [email protected]
+
+- Handle cases where python2 is disabled 
+  (needed for SLE backports compatibility)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-coverage.spec ++++++
--- /var/tmp/diff_new_pack.3CxoV4/_old  2017-08-14 12:39:46.154114143 +0200
+++ /var/tmp/diff_new_pack.3CxoV4/_new  2017-08-14 12:39:46.158113581 +0200
@@ -54,8 +54,12 @@
 %install
 %python_install
 %python_clone -a %{buildroot}%{_bindir}/coverage
+%if ! 0%{?skip_python2}
 ln -sf coverage-%{python2_version} %{buildroot}%{_bindir}/coverage2
+%endif
+%if ! 0%{?skip_python3}
 ln -sf coverage-%{python3_version} %{buildroot}%{_bindir}/coverage3
+%endif
 
 #NOTE(saschpe): The following seems to mess with the install dir, which is odd:
 #%%check


Reply via email to