Hello community,
here is the log from the commit of package python-PasteDeploy for
openSUSE:Factory checked in at 2017-05-06 18:31:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
and /work/SRC/openSUSE:Factory/.python-PasteDeploy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PasteDeploy"
Sat May 6 18:31:29 2017 rev:14 rq:493140 version:1.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes
2017-05-03 15:55:25.267210261 +0200
+++
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new/python-PasteDeploy.changes
2017-05-06 18:31:33.599069129 +0200
@@ -1,0 +2,5 @@
+Sat May 6 03:37:17 UTC 2017 - [email protected]
+
+- Fix provides/obsoletes
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PasteDeploy.spec ++++++
--- /var/tmp/diff_new_pack.yfZkbx/_old 2017-05-06 18:31:34.274973755 +0200
+++ /var/tmp/diff_new_pack.yfZkbx/_new 2017-05-06 18:31:34.274973755 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
Name: python-PasteDeploy
Version: 1.5.2
Release: 0
@@ -32,8 +33,14 @@
BuildRequires: python-rpm-macros
Requires: python-Paste
Requires: python-setuptools
-Provides: python-pastedeploy = %{version}
-Obsoletes: python-pastedeploy < %{version}
+%ifpython2
+Obsoletes: %{oldpython}-pastedeploy < %{version}
+Provides: %{oldpython}-pastedeploy = %{version}
+%endif
+%ifpython3
+Provides: python3-pastedeploy = %{version}
+Obsoletes: python3-pastedeploy < %{version}
+%endif
BuildArch: noarch
%python_subpackages