Hello community,

here is the log from the commit of package python-recommonmark for 
openSUSE:Factory checked in at 2017-05-06 18:31:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-recommonmark (Old)
 and      /work/SRC/openSUSE:Factory/.python-recommonmark.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-recommonmark"

Sat May  6 18:31:18 2017 rev:2 rq:493135 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-recommonmark/python-recommonmark.changes  
2017-04-29 10:52:29.624963028 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-recommonmark.new/python-recommonmark.changes 
    2017-05-06 18:31:20.948854139 +0200
@@ -1,0 +2,5 @@
+Sat May  6 03:31:54 UTC 2017 - [email protected]
+
+- Fix Provides/Obsoletes.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-recommonmark.spec ++++++
--- /var/tmp/diff_new_pack.PdauZr/_old  2017-05-06 18:31:21.840728290 +0200
+++ /var/tmp/diff_new_pack.PdauZr/_new  2017-05-06 18:31:21.844727726 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:           python-recommonmark
 Version:        0.4.0
 Release:        0
@@ -34,8 +35,14 @@
 BuildRequires:  %{python_module CommonMark}
 Requires:       python-docutils
 Requires:       python-CommonMark
-Provides:       python-reCommonMark = %{version}
-Obsoletes:      python-reCommonMark < %{version}
+%ifpython2
+Obsoletes:      %{oldpython}-reCommonMark < %{version}
+Provides:       %{oldpython}-reCommonMark = %{version}
+%endif
+%ifpython3
+Provides:       python3-reCommonMark = %{version}
+Obsoletes:      python3-reCommonMark < %{version}
+%endif
 Requires(post):   update-alternatives
 Requires(preun):  update-alternatives
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to