From 1e084080733be1007b200cb9febf19707d7e4798d0cacf39f724e3516572e3ee Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 4 Jun 2024 17:18:16 +0000 Subject: [PATCH] Accepting request 1178385 from home:breadyx_:branches:editors Add lua51-lpeg as dependency, since without it neovim doesn't want to start (tested on a fresh container) OBS-URL: https://build.opensuse.org/request/show/1178385 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=149 --- neovim.changes | 5 +++++ neovim.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/neovim.changes b/neovim.changes index dc520b5..1ca57f1 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 3 20:47:10 UTC 2024 - Alexandru Gabriel Bradatan + +- Add lua51-lpeg as dependency + ------------------------------------------------------------------- Mon May 27 06:36:34 UTC 2024 - Michal Vyskocil diff --git a/neovim.spec b/neovim.spec index f1aea4e..b50398a 100644 --- a/neovim.spec +++ b/neovim.spec @@ -78,6 +78,7 @@ BuildRequires: lua51-BitOp BuildRequires: lua51-devel %endif Requires: lua51-bit32 +Requires: lua51-lpeg Requires: lua51-luv Recommends: python3-neovim