From e2234ac191766b2a83726436f076478733c627a1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Oct 28 2018 05:45:26 +0000 Subject: restore non-namespaced python-sip module --- diff --git a/sip.spec b/sip.spec index 35485ff..778ee4a 100644 --- a/sip.spec +++ b/sip.spec @@ -18,12 +18,13 @@ #global snap dev1807041651 # provide non-namespace python modules -#global no_namespace 1 +# needed by at least some non-qt consumers, e.g. wxpython4 +%global no_namespace 1 Summary: SIP - Python/C++ Bindings Generator Name: sip Version: 4.19.13 -Release: 2%{?dist} +Release: 3%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) @@ -74,8 +75,6 @@ class library. %description %_description %if 0%{?no_namespace} -# theoretically, nothing should be using a non-private sip anymore -# may drop this subpkg at some point. %package -n python2-sip Summary: %summary Provides: sip-api(%{_sip_api_major}) = %{_sip_api} @@ -330,6 +329,9 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %changelog +* Sun Oct 28 2018 Rex Dieter - 4.19.13-3 +- restore non-namespaced python-sip module + * Wed Oct 24 2018 Than Ngo - 4.19.13-2 - Fix python3 subpackages files ownership within __pycache__ (#1619099)