diff --git a/eclipse-pydev.spec b/eclipse-pydev.spec index ad31786..4f3fa9f 100644 --- a/eclipse-pydev.spec +++ b/eclipse-pydev.spec @@ -6,7 +6,7 @@ Epoch: 1 Summary: Eclipse Python development plug-in Name: eclipse-pydev Version: 7.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: EPL-1.0 URL: http://pydev.org @@ -37,6 +37,9 @@ Patch6: better-pip-integration.patch # Don't attempt update of outline if already disposed Patch7: prevent_update_outline_when_disposed.patch +# Upstream Eclipse no longer supports non-64bit arches +ExcludeArch: s390 %{arm} %{ix86} + Requires: eclipse-platform Requires: python3 Requires: apache-commons-logging @@ -253,6 +256,9 @@ sed -i -e '/.*\.py$/s/0644/0755/' .mfiles* %license LICENSE.txt %changelog +* Wed Mar 13 2019 Mat Booth - 1:7.1.0-2 +- Restrict to same architectures as Eclipse itself + * Wed Feb 20 2019 Mat Booth - 1:7.1.0-1 - Update to latest upstream release