Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package tree-sitter-vim for openSUSE:Factory
checked in at 2026-03-09 16:32:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-vim (Old)
and /work/SRC/openSUSE:Factory/.tree-sitter-vim.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-vim"
Mon Mar 9 16:32:59 2026 rev:7 rq:1337748 version:0.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-vim/tree-sitter-vim.changes
2025-12-22 22:53:35.771796022 +0100
+++
/work/SRC/openSUSE:Factory/.tree-sitter-vim.new.8177/tree-sitter-vim.changes
2026-03-09 16:33:54.840672856 +0100
@@ -1,0 +2,5 @@
+Thu Mar 5 21:52:11 UTC 2026 - Björn Kettunen <[email protected]>
+
+- Remove redundant Neovim workaround
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tree-sitter-vim.spec ++++++
--- /var/tmp/diff_new_pack.ZrTVdW/_old 2026-03-09 16:33:57.020788600 +0100
+++ /var/tmp/diff_new_pack.ZrTVdW/_new 2026-03-09 16:33:57.044789874 +0100
@@ -40,16 +40,8 @@
%install
%treesitter_install
-#neovim stuff
-install -d %{buildroot}%{_libdir}/tree_sitter
-ln -s %{_libdir}/lib%{name}.so %{buildroot}%{_libdir}/tree_sitter/%{_name}.so
-
%files
%license LICENSE
%doc README.md
%treesitter_files
-%{_libdir}/tree_sitter/%{_name}.so
-%if 0%{?suse_version} < 1600
-%dir %{_libdir}/tree_sitter
-%endif