Hello community,
here is the log from the commit of package python-wxWidgets-3_0 for
openSUSE:Factory checked in at 2017-02-21 13:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wxWidgets-3_0 (Old)
and /work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wxWidgets-3_0"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-wxWidgets-3_0/python-wxWidgets-3_0.changes
2015-02-24 13:06:53.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-wxWidgets-3_0.new/python-wxWidgets-3_0.changes
2017-02-21 13:49:46.949149142 +0100
@@ -1,0 +2,6 @@
+Fri Feb 17 13:28:37 UTC 2017 - [email protected]
+
+- Eliminate ancient bundled headers from build procedure that
+ caused ABI mismatches [boo#953017, boo#1022819, boo#1023841].
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wxWidgets-3_0.spec ++++++
--- /var/tmp/diff_new_pack.fyWJ3a/_old 2017-02-21 13:49:48.308957767 +0100
+++ /var/tmp/diff_new_pack.fyWJ3a/_new 2017-02-21 13:49:48.312957204 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-wxWidgets-3_0
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -94,6 +94,13 @@
%build
pushd wxPython/
+
+# kill off outdated header copies, use system headers instead
+mv include/wx/wxPython wxpyinc
+rm -Rf include/wx/
+mkdir -p include/wx
+mv wxpyinc include/wx/wxPython
+
python setup.py build
popd