Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-wxPython for openSUSE:Factory
checked in at 2026-03-28 20:14:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wxPython (Old)
and /work/SRC/openSUSE:Factory/.python-wxPython.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wxPython"
Sat Mar 28 20:14:40 2026 rev:35 rq:1343332 version:4.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wxPython/python-wxPython.changes
2026-02-24 15:39:36.028907069 +0100
+++
/work/SRC/openSUSE:Factory/.python-wxPython.new.8177/python-wxPython.changes
2026-03-28 20:16:31.853297101 +0100
@@ -1,0 +2,6 @@
+Wed Mar 25 09:36:12 UTC 2026 - Daniel Garcia <[email protected]>
+
+- Removing ext/wxWidgets vendored libraries when using syswx to make
+ sure we don't use non security fixed libraries.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wxPython.spec ++++++
--- /var/tmp/diff_new_pack.6ooRZx/_old 2026-03-28 20:16:32.545325662 +0100
+++ /var/tmp/diff_new_pack.6ooRZx/_new 2026-03-28 20:16:32.545325662 +0100
@@ -214,6 +214,13 @@
# Reuse locale from wxWidgets package
%if %{with syswx}
rm -Rf wx/locale
+# Remove ext/wxWidgets sources and vendored libs, we are not using it,
+# to make sure we don't use non security fixed libraries.
+echo "Removing ext/wxWidgets vendored libraries, using syswx"
+mv ext/wxWidgets/docs /tmp/docs
+rm -Rfv ext/wxWidgets
+mkdir -p ext/wxWidgets
+mv /tmp/docs ext/wxWidgets/docs
%endif
sed -i -e '/^#!\//, 1d' wx/py/*.py