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 2024-09-19 21:17:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-vim (Old)
and /work/SRC/openSUSE:Factory/.tree-sitter-vim.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-vim"
Thu Sep 19 21:17:17 2024 rev:2 rq:1201870 version:0.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-vim/tree-sitter-vim.changes
2024-06-25 23:08:37.468814407 +0200
+++
/work/SRC/openSUSE:Factory/.tree-sitter-vim.new.29891/tree-sitter-vim.changes
2024-09-19 21:17:43.819435106 +0200
@@ -1,0 +2,5 @@
+Sun Sep 15 20:05:29 UTC 2024 - Richard Rahl <[email protected]>
+
+- change spec file, so neovim autodetects the grammar
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tree-sitter-vim.spec ++++++
--- /var/tmp/diff_new_pack.05Rfbd/_old 2024-09-19 21:17:44.527464456 +0200
+++ /var/tmp/diff_new_pack.05Rfbd/_new 2024-09-19 21:17:44.527464456 +0200
@@ -40,8 +40,16 @@
%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