From 414c1fd6ef1be5fcca2cad72477d3538e1d876777d84031908534112a8ae1521 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 16 Nov 2020 14:44:31 +0000 Subject: [PATCH 1/3] Accepting request 848892 from home:bnavigator:sip5 - Don't provide or obsolete the python-sip package in -devel OBS-URL: https://build.opensuse.org/request/show/848892 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-sip?expand=0&rev=45 --- python-sip.changes | 5 +++++ python-sip.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-sip.changes b/python-sip.changes index 7f437a9..86b3c7c 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 16 10:56:33 UTC 2020 - Benjamin Greiner + +- Don't provide or obsolete the python-sip package in -devel + ------------------------------------------------------------------- Thu Nov 5 09:40:25 UTC 2020 - Benjamin Greiner diff --git a/python-sip.spec b/python-sip.spec index 1914570..135a8ee 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -45,7 +45,7 @@ Python bindings for the Qt toolkit, but can be used to create bindings for any C or C++ library. %package devel -Summary: A Python bindings generator for C/C++ libraries -- dummy devel package +Summary: A Python bindings generator for C/C++ libraries Group: Development/Libraries/Python Requires: c++_compiler Requires: python >= 3.5.1 @@ -54,8 +54,6 @@ Requires: python-devel Requires: python-qt5-sip Requires: python-setuptools Requires: python-toml -Provides: %{name} = %{version}-%{release} -Obsoletes: %{name} < %{version}-%{release} Requires(post): update-alternatives Requires(postun): update-alternatives From ef06bc3d5edcd70b562ad15a21d3586d5d09dfdfe9ad3b2f11de6ab76d01d057 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 16 Nov 2020 22:00:20 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-sip?expand=0&rev=46 --- python-sip.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-sip.spec b/python-sip.spec index 135a8ee..b460114 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -116,7 +116,7 @@ This package contains the documentation and example files. %{python_sitearch}/sipbuild %{python_sitearch}/sip-%{version}-py*.egg-info -%files doc +%files -n python-sip-doc %license LICENSE* %doc doc/ From 054f4b025e789416becb567e792ad92d529d23dead1b40378520a502591bc99e Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Mon, 16 Nov 2020 22:01:01 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Qt5/python-sip?expand=0&rev=47 --- python-sip.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-sip.changes b/python-sip.changes index 86b3c7c..7d07e0c 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 16 22:00:46 UTC 2020 - Benjamin Greiner + +- Fix files section for doc subpackage because python-rpm-macros + becomes stricter gh#openSUSE/python-rpm-macros#66 + ------------------------------------------------------------------- Mon Nov 16 10:56:33 UTC 2020 - Benjamin Greiner