From e8038953424326ecb1e783dfa3a62ab2dec0180c Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Jun 26 2020 09:35:05 +0000 Subject: Temporarily disable cython debugging extension on F33+ due to a problem building against python 3.9 --- diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec index 82feef9..4de2992 100644 --- a/eclipse-pydev.spec +++ b/eclipse-pydev.spec @@ -8,7 +8,7 @@ Epoch: 1 Summary: Eclipse Python development plug-in Name: eclipse-pydev Version: 7.6.0 -Release: 1%{?dist} +Release: 2%{?dist} License: EPL-1.0 URL: http://pydev.org @@ -192,8 +192,10 @@ pushd plugins/org.python.pydev.core/pysrc &>/dev/null (cd pydevd_attach_to_process && \ g++ %{optflags} -std=c++11 -shared -o attach_linux.so -fPIC -nostartfiles linux_and_mac/attach.cpp) %if 0%{?fedora} +%if 0%{?fedora} < 33 PYTHONPATH=. %{__python3} build_tools/build.py --no-remove-binaries %endif +%endif popd &>/dev/null # Qualifier generated from last modification time of source tarball @@ -257,6 +259,10 @@ sed -i -e '/.*\.py$/s/0644/0755/' .mfiles* %{_datadir}/appdata/eclipse-pydev.metainfo.xml %changelog +* Fri Jun 26 2020 Mat Booth - 1:7.6.0-2 +- Temporarily disable cython debugging extension on F33+ due to a problem + building against python 3.9 + * Thu Jun 25 2020 Mat Booth - 1:7.6.0-1 - Update to latest upstream release