diff --git a/neovim.changes b/neovim.changes index ec6a5aa..1a1a490 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 15 14:28:18 UTC 2021 - Guillaume GARDET + +- Re-enable builds on aarch64 +- Use luaJIT on aarch64 + ------------------------------------------------------------------- Mon Sep 27 06:23:49 UTC 2021 - Matej Cepl diff --git a/neovim.spec b/neovim.spec index 932b19f..e36783e 100644 --- a/neovim.spec +++ b/neovim.spec @@ -18,7 +18,7 @@ %define luv_min_ver 1.30.0 # Luajit not available on all platforms -%ifarch %{arm} %{ix86} x86_64 +%ifarch %{arm} %{ix86} x86_64 aarch64 %bcond_without luajit %else %bcond_with luajit @@ -42,8 +42,6 @@ Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim Group: Productivity/Text/Editors URL: https://neovim.io/ -# Temporary measure before we can figure out what to do -ExcludeArch: aarch64 Source0: https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz Source1: sysinit.vim Source2: spec-template