[packages/neovim] up to 0.12.2

atler atler at pld-linux.org
Thu Apr 23 13:44:09 CEST 2026


commit 322e24426f9d8b144d77ded8a06c6601550f048e
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Apr 23 13:43:35 2026 +0200

    up to 0.12.2

 build-type.patch | 8 ++++----
 neovim.spec      | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/neovim.spec b/neovim.spec
index f69876c..10452da 100644
--- a/neovim.spec
+++ b/neovim.spec
@@ -21,13 +21,13 @@
 Summary:	Vim-fork focused on extensibility and agility
 Summary(pl.UTF-8):	Odgałęzienie Vima skupiające się na rozszerzalności i zwinności
 Name:		neovim
-Version:	0.12.1
+Version:	0.12.2
 Release:	1
 License:	Apache v2.0
 Group:		Applications/Editors/Vim
 # Source0Download: https://github.com/neovim/neovim/releases
 Source0:	https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	e56f874bed62a7a2c5cab4190b09cb12
+# Source0-md5:	7ff087b7c2f50b81489818d141181273
 URL:		https://neovim.io/
 Source2:	%{name}.svg
 Patch0:		desktop.patch
diff --git a/build-type.patch b/build-type.patch
index 6990b1d..bdb9766 100644
--- a/build-type.patch
+++ b/build-type.patch
@@ -1,11 +1,11 @@
 --- neovim-0.9.1/runtime/lua/vim/health/health.lua.orig	2023-05-29 13:24:38.000000000 +0200
 +++ neovim-0.9.1/runtime/lua/vim/health/health.lua	2023-07-02 13:20:36.760937259 +0200
 @@ -152,7 +152,7 @@
-   local buildtype = vim.fn.matchstr(vim.fn.execute('version'), [[\v\cbuild type:?\s*[^\n\r\t ]+]])
    if buildtype == '' then
      health.error('failed to get build type from :version')
--  elseif vim.regex([[\v(MinSizeRel|Release|RelWithDebInfo)]]):match_str(buildtype) then
-+  elseif vim.regex([[\v(MinSizeRel|Release|RelWithDebInfo|PLD)]]):match_str(buildtype) then
+   elseif
+-    vim.regex([[\v(MinSizeRel|RelWithDebInfo|Release(Fast|Safe|Small)?)]]):match_str(buildtype)
++    vim.regex([[\v(MinSizeRel|RelWithDebInfo|Release(Fast|Safe|Small)?)|PLD]]):match_str(buildtype)
+   then
      health.ok(buildtype)
    else
-     health.info(buildtype)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/322e24426f9d8b144d77ded8a06c6601550f048e



More information about the pld-cvs-commit mailing list