Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package tree-sitter-bash for
openSUSE:Factory checked in at 2024-12-11 21:03:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-bash (Old)
and /work/SRC/openSUSE:Factory/.tree-sitter-bash.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-bash"
Wed Dec 11 21:03:07 2024 rev:2 rq:1229646 version:0.23.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-bash/tree-sitter-bash.changes
2024-03-27 20:41:58.763818992 +0100
+++
/work/SRC/openSUSE:Factory/.tree-sitter-bash.new.29675/tree-sitter-bash.changes
2024-12-11 21:07:30.636920516 +0100
@@ -1,0 +2,20 @@
+Wed Dec 4 21:46:43 UTC 2024 - Richard Rahl <[email protected]>
+
+- update to 0.23.3:
+ * ci(publish): add attestations and generate parser
+- update to 0.23.2:
+ * build: update bindings
+- update to 0.23.1:
+ * fix: fix Python bindings
+- update to 0.23.0:
+ * build: update bindings
+ * ci: update workflows
+ * fix: don't copy to null heredoc delimiters
+ * fix: don't copy null heredoc delimiters
+- add symlink for neovim
+- switch to download_files service, as we stay with the releases
+ anyway, and nothing special needs to happen for preparing the
+ sources
+- add devel package
+
+-------------------------------------------------------------------
Old:
----
_service
tree-sitter-bash-0.21.0.tar.gz
New:
----
tree-sitter-bash-0.23.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tree-sitter-bash.spec ++++++
--- /var/tmp/diff_new_pack.mCtPoh/_old 2024-12-11 21:07:31.076938871 +0100
+++ /var/tmp/diff_new_pack.mCtPoh/_new 2024-12-11 21:07:31.080939038 +0100
@@ -17,14 +17,13 @@
%define _name bash
-Summary: Bash grammar for tree-sitter
-Name: tree-sitter-%{_name}
-Version: 0.21.0
+Name: tree-sitter-bash
+Version: 0.23.3
Release: 0
+Summary: Bash grammar for tree-sitter
License: MIT
-Group: Development/Tools/Other
URL: https://github.com/tree-sitter/tree-sitter-bash
-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
%license LICENSE
-%{treesitter_files}
+%treesitter_files
+%{_libdir}/tree_sitter/%{_name}.so
+%if 0%{?suse_version} < 1600
+%dir %{_libdir}/tree_sitter
+%endif
+
+%treesitter_devel_package
++++++ tree-sitter-bash-0.21.0.tar.gz -> tree-sitter-bash-0.23.3.tar.gz ++++++
++++ 483612 lines of diff (skipped)