From 6cba232fa49c8397af3c2668537043f5d1056d74 Mon Sep 17 00:00:00 2001 From: madomado Date: Wed, 22 May 2024 16:50:55 +0800 Subject: [PATCH] fix(neovide)!: requires neovim > 0.9.5 (#1286) Signed-off-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