From f7175e4e20301e63d2bc8ac7bfa677c3a6eed4f6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sep 16 2019 14:04:56 +0000 Subject: drop no_namespace variant for f31+ --- diff --git a/sip.spec b/sip.spec index 0ead999..7a0e0fe 100644 --- a/sip.spec +++ b/sip.spec @@ -24,13 +24,15 @@ #global snap dev1807041651 # provide non-namespace python modules -# needed by at least some non-qt consumers, e.g. wxpython4 +# needed by at least some legacy/non-qt consumers, e.g. pykde4 +%if 0%{?fedora} < 31 %global no_namespace 1 +%endif Summary: SIP - Python/C++ Bindings Generator Name: sip Version: 4.19.18 -Release: 6%{?dist} +Release: 7%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) @@ -399,6 +401,9 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %changelog +* Mon Sep 16 2019 Rex Dieter - 4.19.18-7 +- drop no_namespace variant for f31+ + * Fri Sep 06 2019 Scott Talbert - 4.19.18-6 - Simplify PYINCLUDE conditional and fix for F31