Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neovim for openSUSE:Factory checked 
in at 2025-04-30 19:03:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/neovim (Old)
 and      /work/SRC/openSUSE:Factory/.neovim.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neovim"

Wed Apr 30 19:03:30 2025 rev:74 rq:1273476 version:0.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/neovim/neovim.changes    2025-04-26 
22:26:40.129637024 +0200
+++ /work/SRC/openSUSE:Factory/.neovim.new.30101/neovim.changes 2025-04-30 
19:03:48.772901749 +0200
@@ -1,0 +2,11 @@
+Tue Apr 29 15:02:27 UTC 2025 - Richard Rahl <rra...@opensuse.org>
+
+- use %_libidir, not /usr/lib64, as it breaks otherwise i586
+
+-------------------------------------------------------------------
+Tue Apr 29 07:16:07 UTC 2025 - Michal Vyskocil <michal.vysko...@gmail.com>
+
+- drop 0001-neovim-0.10.4-install-treesitter-vimdoc.patch
+- link the system treesitter vimdoc parser to the runtimepath instead
+
+-------------------------------------------------------------------

Old:
----
  0001-neovim-0.10.4-install-treesitter-vimdoc.patch

BETA DEBUG BEGIN:
  Old:
- drop 0001-neovim-0.10.4-install-treesitter-vimdoc.patch
- link the system treesitter vimdoc parser to the runtimepath instead
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ neovim.spec ++++++
--- /var/tmp/diff_new_pack.DHW3PA/_old  2025-04-30 19:03:49.496931930 +0200
+++ /var/tmp/diff_new_pack.DHW3PA/_new  2025-04-30 19:03:49.500932097 +0200
@@ -32,8 +32,6 @@
 Source3:        suse-spec-template
 Source4:        spec.vim
 Source10:       
https://github.com/neovim/deps/raw/06ef2b58b0876f8de1a3f5a710473dcd7afff251/opt/lua-dev-deps.tar.gz
-# PATCH-FIX-OPENSUSE: ensure installed tree-sitter-vimdoc is enabled in order 
to test to succeed
-Patch0:         0001-neovim-0.10.4-install-treesitter-vimdoc.patch
 BuildRequires:  cmake >= 3.16
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -129,8 +127,10 @@
 %make_build
 
 %check
+mkdir -p runtime/parser
+ln -sf %{_libdir}/tree_sitter/vimdoc.so runtime/parser
+
 # old tests
-VIMDOC_PATH=$(readlink -f %{_libdir}/tree_sitter/vimdoc.so) \
 %make_build USE_BUNDLED=OFF oldtest
 # functional tests
 %ifarch aarch64 x86_64

Reply via email to