SHA256
1
0
forked from pool/neovim
Dominique Leuenberger 2021-11-17 00:13:44 +00:00 committed by Git OBS Bridge
commit bfd9333831
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 15 14:28:18 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Re-enable builds on aarch64
- Use luaJIT on aarch64
-------------------------------------------------------------------
Mon Sep 27 06:23:49 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -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