Hello community,

here is the log from the commit of package python-CXX for openSUSE:Factory 
checked in at 2017-09-12 19:58:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-CXX (Old)
 and      /work/SRC/openSUSE:Factory/.python-CXX.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-CXX"

Tue Sep 12 19:58:18 2017 rev:3 rq:523729 version:7.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-CXX/python-CXX.changes    2017-08-28 
15:17:10.352664449 +0200
+++ /work/SRC/openSUSE:Factory/.python-CXX.new/python-CXX.changes       
2017-09-12 19:58:18.750462798 +0200
@@ -1,0 +2,5 @@
+Tue Sep 12 14:00:32 UTC 2017 - [email protected]
+
+- Fix provides/obsoletes
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-CXX.spec ++++++
--- /var/tmp/diff_new_pack.ZpM8AA/_old  2017-09-12 19:58:19.366376195 +0200
+++ /var/tmp/diff_new_pack.ZpM8AA/_new  2017-09-12 19:58:19.366376195 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define         oldpython python
 %bcond_with     test
 Name:           python-CXX
 Version:        7.0.3
@@ -32,8 +33,14 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Provides:       python-cxx = %{version}
-Obsoletes:      python-cxx < %{version}
+%ifpython2
+Obsoletes:      %{oldpython}-cxx < %{version}
+Provides:       %{oldpython}-cxx = %{version}
+%endif
+%ifpython3
+Obsoletes:      python3-cxx < %{version}
+Provides:       python3-cxx = %{version}
+%endif
 BuildArch:      noarch
 
 %python_subpackages
@@ -48,8 +55,14 @@
 Summary:        Development files for %{name}
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
-Provides:       python-cxx-devel = %{version}
-Obsoletes:      python-cxx-devel < %{version}
+%ifpython2
+Obsoletes:      %{oldpython}-cxx-devel < %{version}
+Provides:       %{oldpython}-cxx-devel = %{version}
+%endif
+%ifpython3
+Obsoletes:      python3-cxx-devel < %{version}
+Provides:       python3-cxx-devel = %{version}
+%endif
 
 %description devel
 Header files and documentation for %{name} development.


Reply via email to