Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tree-sitter-go for openSUSE:Factory checked in at 2024-12-11 21:02:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tree-sitter-go (Old) and /work/SRC/openSUSE:Factory/.tree-sitter-go.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-go" Wed Dec 11 21:02:48 2024 rev:3 rq:1229626 version:0.23.4 Changes: -------- --- /work/SRC/openSUSE:Factory/tree-sitter-go/tree-sitter-go.changes 2024-04-30 17:29:05.649955221 +0200 +++ /work/SRC/openSUSE:Factory/.tree-sitter-go.new.29675/tree-sitter-go.changes 2024-12-11 21:07:04.163815826 +0100 @@ -1,0 +2,35 @@ +Wed Dec 4 22:18:28 UTC 2024 - Richard Rahl <[email protected]> + +- update to 0.23.4: + * fix: tag query + * fix: correct raw string literal parsing + * feat: improve tags query +- update to 0.23.3: + * build: update bindings +- update to 0.23.2: + * build: update bindings + * chore: generate + * feat: add string content nodes + * build: update bindings + * chore: regenerate + * feat: add fields in keyed_element +- update to 0.23.1: + * build: update bindings (again) +- update to 0.23.0: + * fix: hide newline tokens + * fix(go): correct test + * fix(go): move go.mod to root dir + * fix(go): correct module path +- update to 0.21.2: + * nothing relevant +- update to 0.21.1: + * chore: generate + * feat: add var_spec_list + * fix: the name field should not include commas + * fix: allow special argument lists to be omitted in case it's a local + * fix: rename highlights query constant +- add neovim links +- switch to download_files service +- add devel package + +------------------------------------------------------------------- Old: ---- _service tree-sitter-go-0.21.0.tar.gz New: ---- tree-sitter-go-0.23.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tree-sitter-go.spec ++++++ --- /var/tmp/diff_new_pack.ZUFn7B/_old 2024-12-11 21:07:04.591833689 +0100 +++ /var/tmp/diff_new_pack.ZUFn7B/_new 2024-12-11 21:07:04.595833856 +0100 @@ -17,14 +17,13 @@ %define _name go -Summary: Go grammar for tree-sitter -Name: tree-sitter-%{_name} -Version: 0.21.0 +Name: tree-sitter-go +Version: 0.23.4 Release: 0 +Summary: Go grammar for tree-sitter License: MIT -Group: Development/Tools/Other URL: https://github.com/tree-sitter/tree-sitter-go -Source0: %{name}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: tree-sitter %treesitter_grammars %{_name} @@ -32,7 +31,7 @@ %{summary}. %prep -%autosetup -p1 +%autosetup %build %treesitter_configure @@ -40,8 +39,19 @@ %install %treesitter_install +%treesitter_devel_install + +#neovim stuff +install -d %{buildroot}%{_libdir}/tree_sitter +ln -s %{_libdir}/lib%{name}.so %{buildroot}%{_libdir}/tree_sitter/%{_name}.so %files -%{treesitter_files} %license LICENSE +%treesitter_files +%{_libdir}/tree_sitter/%{_name}.so +%if 0%{?suse_version} < 1600 +%dir %{_libdir}/tree_sitter +%endif + +%treesitter_devel_package ++++++ tree-sitter-go-0.21.0.tar.gz -> tree-sitter-go-0.23.4.tar.gz ++++++ ++++ 79943 lines of diff (skipped)
