pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/neovim
Module Name: pkgsrc
Committed By: adam
Date: Fri Feb 7 07:50:02 UTC 2025
Modified Files:
pkgsrc/editors/neovim: Makefile distinfo
Log Message:
neovim: updated to 0.10.4
0.10.4
This is maintenance release, focusing on bug fixes. It also contains changes
to the available binary releases.
A Linux AArch64 binary has been added as part of the binary releases.
In addition, the previous "linux64" binary has been renamed to "linux-x86_64".
This is a BREAKING change for scripts which consumes our binary releases.
Bug Fixes
checkhealth: Failed if 'lua' in plugin name
decor: Set invalid flag for end of invalidated paired marks
inspect: Use correct default highlight
jobs: Do not block UI when jobwait() doesn't block
lsp: Minimum height for floating popup
lua: Prevent SIGSEGV when lua error is NULL in libuv_worker
marks: Revise metadata for start mark of revalidated pair
mpack: Remove invalid bool definition
runtime: Let matchit and matchparen skips fallback on treesitter captures
search: Avoid quadratic time complexity when computing fuzzy score
treesitter: Uv_dlclose after uv_dlerror
treesitter: Don't open fold when o/O adds a line below
treesitter.foldexpr: Robustness against ctrl-c
treesitter.foldexpr: Refresh in the buffers affected by OptionSet
treesitter.foldexpr: Only refresh valid buffers
ui: Ensure screen update before waiting for input
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/editors/neovim/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/neovim/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/neovim/Makefile
diff -u pkgsrc/editors/neovim/Makefile:1.12 pkgsrc/editors/neovim/Makefile:1.13
--- pkgsrc/editors/neovim/Makefile:1.12 Fri Jan 24 12:45:54 2025
+++ pkgsrc/editors/neovim/Makefile Fri Feb 7 07:50:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/01/24 12:45:54 riastradh Exp $
+# $NetBSD: Makefile,v 1.13 2025/02/07 07:50:02 adam Exp $
-DISTNAME= neovim-0.10.3
+DISTNAME= neovim-0.10.4
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=neovim/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -11,7 +11,6 @@ COMMENT= Vim fork focused on extensibili
LICENSE= apache-2.0 AND vim-license
USE_LANGUAGES= c c++
-
USE_TOOLS+= pkg-config gettext
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/editors/neovim/distinfo
diff -u pkgsrc/editors/neovim/distinfo:1.9 pkgsrc/editors/neovim/distinfo:1.10
--- pkgsrc/editors/neovim/distinfo:1.9 Wed Jan 22 18:18:33 2025
+++ pkgsrc/editors/neovim/distinfo Fri Feb 7 07:50:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/01/22 18:18:33 adam Exp $
+$NetBSD: distinfo,v 1.10 2025/02/07 07:50:02 adam Exp $
-BLAKE2s (neovim-0.10.3.tar.gz) = bfd8bd089af61d4c3b3b269da6440be7688784874c46f974fa8a63a38bc3d4fc
-SHA512 (neovim-0.10.3.tar.gz) = f1286c42bf0a119fea4575ae64043e43f36cd569d339ced15700c45441e8d8952ea7eac2250063a5aff4552632f0ca7696b442d4d8ffa4f5fce25ddbee0e861b
-Size (neovim-0.10.3.tar.gz) = 12804352 bytes
+BLAKE2s (neovim-0.10.4.tar.gz) = 2ad828b168c8192cf84b4564850c478cf5837392b9b5ab584500affa102e7cc6
+SHA512 (neovim-0.10.4.tar.gz) = 8dadc24edaaa27e6ecd4db6c19d0183868a8d2809ba122110685f340341d951772ac2eb0c5f7a7ab5f87d3d5d8ae5e81f156c61f04f6d4ebbaa17cd35fb70b64
+Size (neovim-0.10.4.tar.gz) = 12808381 bytes
Home |
Main Index |
Thread Index |
Old Index