Hello community,

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

Package is "python-reportlab"

Mon May 22 10:46:28 2017 rev:17 rq:493155 version:3.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-reportlab/python-reportlab.changes        
2017-04-28 10:42:38.337391245 +0200
+++ /work/SRC/openSUSE:Factory/.python-reportlab.new/python-reportlab.changes   
2017-05-22 10:46:29.169348125 +0200
@@ -1,0 +2,5 @@
+Sat May  6 03:31:54 UTC 2017 - [email protected]
+
+- Fix Provides/Obsoletes.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-reportlab.spec ++++++
--- /var/tmp/diff_new_pack.Gn9s1X/_old  2017-05-22 10:46:29.757265262 +0200
+++ /var/tmp/diff_new_pack.Gn9s1X/_new  2017-05-22 10:46:29.761264698 +0200
@@ -19,6 +19,7 @@
 %bcond_without tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define oldpython python
 Name:           python-reportlab
 Version:        3.4.0
 Release:        0
@@ -37,8 +38,14 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module xml}
 Requires:       python-Pillow
-Provides:       python-ReportLab = %{version}
-Obsoletes:      python-ReportLab < %{version}
+%ifpython2
+Obsoletes:      %{oldpython}-ReportLab < %{version}
+Provides:       %{oldpython}-ReportLab = %{version}
+%endif
+%ifpython3
+Provides:       python3-ReportLab = %{version}
+Obsoletes:      python3-ReportLab < %{version}
+%endif
 %python_subpackages
 
 %description


Reply via email to