Hello community,

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

Package is "python-Babel"

Tue May  9 17:59:22 2017 rev:20 rq:493146 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Babel/python-Babel.changes        
2017-04-19 18:07:01.494100869 +0200
+++ /work/SRC/openSUSE:Factory/.python-Babel.new/python-Babel.changes   
2017-05-09 17:59:25.392490447 +0200
@@ -1,0 +2,5 @@
+Sat May  6 03:37:17 UTC 2017 - [email protected]
+
+- Fix provides/obsoletes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Babel.spec ++++++
--- /var/tmp/diff_new_pack.vHAq8N/_old  2017-05-09 17:59:27.072253078 +0200
+++ /var/tmp/diff_new_pack.vHAq8N/_new  2017-05-09 17:59:27.080251948 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:           python-Babel
 Version:        2.4.0
 Release:        0
@@ -36,8 +37,14 @@
 Requires:       python-pytz
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-Provides:       python-babel = %{version}
-Obsoletes:      python-babel < %{version}
+%ifpython2
+Obsoletes:      %{oldpython}-babel < %{version}
+Provides:       %{oldpython}-babel = %{version}
+%endif
+%ifpython3
+Provides:       python3-babel = %{version}
+Obsoletes:      python3-babel < %{version}
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages


Reply via email to