Hello community,

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

Package is "python-termstyle"

Sat May  6 18:31:22 2017 rev:3 rq:493136 version:0.1.11

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

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

Other differences:
------------------
++++++ python-termstyle.spec ++++++
--- /var/tmp/diff_new_pack.v1ousw/_old  2017-05-06 18:31:24.520350182 +0200
+++ /var/tmp/diff_new_pack.v1ousw/_new  2017-05-06 18:31:24.524349618 +0200
@@ -18,6 +18,7 @@
 %bcond_without tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:           python-termstyle
 Version:        0.1.11
 Release:        0
@@ -30,8 +31,14 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-Provides:       python-python-termstyle = %{version}
-Obsoletes:      python-python-termstyle < %{version}
+%ifpython2
+Obsoletes:      %{oldpython}-python-termstyle < %{version}
+Provides:       %{oldpython}-python-termstyle = %{version}
+%endif
+%ifpython3
+Provides:       python3-python-termstyle = %{version}
+Obsoletes:      python3-python-termstyle < %{version}
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages


Reply via email to