From b61ade23d2d18cb5530c22fa8d79bbe26eb2a250 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Wed, 22 May 2024 01:53:19 -0700 Subject: [PATCH] fix(neovide)!: requires neovim > 0.9.5 (#1286) (#1288) Signed-off-by: madomado (cherry picked from commit 6cba232fa49c8397af3c2668537043f5d1056d74) Co-authored-by: madomado --- anda/devs/neovide/neovide.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/devs/neovide/neovide.spec b/anda/devs/neovide/neovide.spec index 30ee32999c..c0dc0a2f4c 100644 --- a/anda/devs/neovide/neovide.spec +++ b/anda/devs/neovide/neovide.spec @@ -2,12 +2,13 @@ Name: neovide Version: 0.13.0 -Release: 1%?dist +Release: 2%?dist Summary: No Nonsense Neovim Client in Rust License: MIT URL: https://neovide.dev/ Source0: https://github.com/neovide/neovide/archive/refs/tags/%version.tar.gz -Requires: neovim fontconfig freetype libglvnd +Requires: fontconfig freetype libglvnd +Requires: neovim > 0.9.5 BuildRequires: anda-srpm-macros cargo-rpm-macros >= 24 cmake gtk3 python3 SDL2 BuildRequires: fontconfig-devel freetype-devel libX11-xcb libX11-devel libstdc++-static libstdc++-devel ExclusiveArch: x86_64