From f25600527420966063612c16c31207d555e7133acd96285c656e1dd899fbc591 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 14 Nov 2023 07:15:23 +0000 Subject: [PATCH] Accepting request 1123257 from home:jengelh:branches:editors - msgpack has changed its pkgconfig name, follow suit in neovim. [see SR 1122998] OBS-URL: https://build.opensuse.org/request/show/1123257 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=138 --- neovim.changes | 5 +++++ neovim.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/neovim.changes b/neovim.changes index 5b6d693..9cd4504 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 3 06:58:28 UTC 2023 - Jan Engelhardt + +- msgpack has changed its pkgconfig name, follow suit in neovim. + ------------------------------------------------------------------- Sat Oct 14 11:13:13 UTC 2023 - Matej Cepl diff --git a/neovim.spec b/neovim.spec index 30223bc..c92abda 100644 --- a/neovim.spec +++ b/neovim.spec @@ -74,7 +74,7 @@ BuildRequires: python-rpm-macros BuildRequires: unzip BuildRequires: pkgconfig(libutf8proc) BuildRequires: pkgconfig(libuv) >= 1.42.0 -BuildRequires: pkgconfig(msgpack) +BuildRequires: pkgconfig(msgpack-c) BuildRequires: pkgconfig(termkey) BuildRequires: pkgconfig(tree-sitter) >= 0.20.8 BuildRequires: pkgconfig(unibilium)