diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec index 15a9b14..007aa0d 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.7.0 -Release: 1%{?dist} +Release: 2%{?dist} License: EPL-1.0 URL: http://pydev.org @@ -190,7 +190,7 @@ mv LICENSE.txt.utf LICENSE.txt # Build native part first 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) + g++ %{optflags} -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 @@ -259,6 +259,9 @@ sed -i -e '/.*\.py$/s/0644/0755/' .mfiles* %{_datadir}/appdata/eclipse-pydev.metainfo.xml %changelog +* Wed Aug 26 2020 Jeff Law - 1:7.7.0-2 +- Do not force C++11 mode + * Fri Aug 14 2020 Mat Booth - 1:7.7.0-1 - Update to latest upstream release