From d748be461b11e85c3eaa93e8e3862020249e89a8 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Oct 24 2018 10:54:42 +0000 Subject: Fix python3 subpackages files ownership within __pycache__ (#1619099) --- diff --git a/sip.spec b/sip.spec index f4c0552..35485ff 100644 --- a/sip.spec +++ b/sip.spec @@ -23,7 +23,7 @@ Summary: SIP - Python/C++ Bindings Generator Name: sip Version: 4.19.13 -Release: 1%{?dist} +Release: 2%{?dist} # sipgen/parser.{c.h} is GPLv3+ with exceptions (bison) License: GPLv2 or GPLv3 and (GPLv3+ with exceptions) @@ -319,8 +319,6 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %dir %{python3_sitearch}/PyQt4/ %{python3_sitearch}/PyQt4/sip.* %{python3_sitearch}/PyQt4_sip-%{version}.dist-info/ -%{python3_sitearch}/__pycache__/* -%exclude %{python3_sitearch}/__pycache__/exclude_rpm_hack %files -n python%{python3_pkgversion}-pyqt5-sip %doc NEWS README @@ -328,12 +326,13 @@ install -D -p -m644 %{SOURCE1} %{buildroot}%{rpm_macros_dir}/macros.sip %dir %{python3_sitearch}/PyQt5/ %{python3_sitearch}/PyQt5/sip.* %{python3_sitearch}/PyQt5_sip-%{version}.dist-info/ -%{python3_sitearch}/__pycache__/* -%exclude %{python3_sitearch}/__pycache__/exclude_rpm_hack %endif %changelog +* Wed Oct 24 2018 Than Ngo - 4.19.13-2 +- Fix python3 subpackages files ownership within __pycache__ (#1619099) + * Wed Oct 03 2018 Rex Dieter - 4.19.13-1 - 4.19.3 - drop non-namespaced python-sip modules