From 7889093a1a19b8dabd22507ba62c294266fc783c Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Nov 13 2020 01:33:10 +0000 Subject: Adapt for EPEL8 (#1765573) --- diff --git a/python-wxpython4.spec b/python-wxpython4.spec index 262520a..abefc8e 100644 --- a/python-wxpython4.spec +++ b/python-wxpython4.spec @@ -12,7 +12,7 @@ specific code. Name: python-wxpython4 Version: 4.0.7 -Release: 12%{?dist} +Release: 13%{?dist} Summary: %{sum} # wxPython is licensed under the wxWidgets license. The only exception is # the pubsub code in wx/lib/pubsub which is BSD licensed. Note: wxPython @@ -33,7 +33,6 @@ Patch2: wxpymakebuffer-acquire-gil.patch BuildRequires: gcc-c++ BuildRequires: doxygen -BuildRequires: waf BuildRequires: wxGTK3-devel # For tests %if %{with tests} @@ -127,7 +126,7 @@ done %build -DOXYGEN=%{_bindir}/doxygen SIP=%{_bindir}/sip-wx WAF=%{_bindir}/waf %{__python3} -u build.py dox touch etg --nodoc sip build_py --use_syswx --gtk3 +DOXYGEN=%{_bindir}/doxygen SIP=%{_bindir}/sip-wx %{__python3} -u build.py dox touch etg --nodoc sip build_py --use_syswx --gtk3 %install @@ -166,6 +165,9 @@ xvfb-run -a %{__python3} build.py test --pytest_timeout=60 --extra_pytest="-k $S %changelog +* Thu Nov 12 20:09:28 EST 2020 Scott Talbert - 4.0.7-13 +- Adapt for EPEL8 (#1765573) + * Thu Nov 5 19:46:11 EST 2020 Scott Talbert - 4.0.7-12 - Backport upstream fix for wxCustomDataObject.GetData crash