From 6a5d9d925e2bda8133203d7d35c0c74d530cc6f6d2fc358c2223afa9adb3d851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Mon, 15 Nov 2021 14:39:49 +0000 Subject: [PATCH] Accepting request 931568 from home:Guillaume_G:branches:editors - Re-enable builds on aarch64 - Use luaJIT on aarch64 OBS-URL: https://build.opensuse.org/request/show/931568 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=97 --- neovim.changes | 6 ++++++ neovim.spec | 4 +--- 2 files changed, 7 insertions(+), 3 deletions(-) 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