From 9fd60bce5b26f1243ea479b9a1e2be6baea727bf3ebf081c4c44e9d14869eb38 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 23 Nov 2021 15:18:26 +0000 Subject: [PATCH] Accepting request 929996 from home:bnavigator:branches:KDE:Qt:PyQt - Make sip6 also the default on Leap -- boo#1192300 OBS-URL: https://build.opensuse.org/request/show/929996 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip?expand=0&rev=4 --- python-sip.changes | 5 +++++ python-sip.spec | 7 ++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/python-sip.changes b/python-sip.changes index 74ad34c..0a642df 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 7 15:24:36 UTC 2021 - Ben Greiner + +- Make sip6 also the default on Leap -- boo#1192300 + ------------------------------------------------------------------- Mon Sep 13 16:04:39 UTC 2021 - Ben Greiner diff --git a/python-sip.spec b/python-sip.spec index f1e5276..8cebe2e 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -16,12 +16,9 @@ # -%if 0%{?suse_version} <= 1500 -%define sipN sip4 -%else +# Default is sip6 for all distributions. Be sure to branch both python-sip6 and python-sip into +# any project using this metapackge. %define sipN sip6 -%endif - # query the default provider and assume that all installed python flavors have the same version %define Nversion %(rpm -q --qf '%%{version}' --whatprovides python3-%{sipN}-devel) %{?!python_module:%define python_module() python3-%{**}}