SHA256
1
0
forked from pool/neovim

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
This commit is contained in:
Martin Pluskal 2023-11-14 07:15:23 +00:00 committed by Git OBS Bridge
parent 770c96d230
commit f256005274
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 3 06:58:28 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- msgpack has changed its pkgconfig name, follow suit in neovim.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 14 11:13:13 UTC 2023 - Matej Cepl <mcepl@cepl.eu> Sat Oct 14 11:13:13 UTC 2023 - Matej Cepl <mcepl@cepl.eu>

View File

@ -74,7 +74,7 @@ BuildRequires: python-rpm-macros
BuildRequires: unzip BuildRequires: unzip
BuildRequires: pkgconfig(libutf8proc) BuildRequires: pkgconfig(libutf8proc)
BuildRequires: pkgconfig(libuv) >= 1.42.0 BuildRequires: pkgconfig(libuv) >= 1.42.0
BuildRequires: pkgconfig(msgpack) BuildRequires: pkgconfig(msgpack-c)
BuildRequires: pkgconfig(termkey) BuildRequires: pkgconfig(termkey)
BuildRequires: pkgconfig(tree-sitter) >= 0.20.8 BuildRequires: pkgconfig(tree-sitter) >= 0.20.8
BuildRequires: pkgconfig(unibilium) BuildRequires: pkgconfig(unibilium)