Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package tree-sitter-lua for openSUSE:Factory
checked in at 2024-12-11 21:02:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-lua (Old)
and /work/SRC/openSUSE:Factory/.tree-sitter-lua.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-lua"
Wed Dec 11 21:02:29 2024 rev:4 rq:1229609 version:0.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-lua/tree-sitter-lua.changes
2024-09-19 21:17:42.867395642 +0200
+++
/work/SRC/openSUSE:Factory/.tree-sitter-lua.new.29675/tree-sitter-lua.changes
2024-12-11 21:06:46.491078281 +0100
@@ -1,0 +2,6 @@
+Wed Dec 4 23:10:09 UTC 2024 - Richard Rahl <[email protected]>
+
+- switch to download_files service
+- add devel package
+
+-------------------------------------------------------------------
Old:
----
_service
tree-sitter-lua-0.2.0.obscpio
tree-sitter-lua.obsinfo
New:
----
tree-sitter-lua-0.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tree-sitter-lua.spec ++++++
--- /var/tmp/diff_new_pack.zfM4u5/_old 2024-12-11 21:06:47.759131201 +0100
+++ /var/tmp/diff_new_pack.zfM4u5/_new 2024-12-11 21:06:47.771131702 +0100
@@ -17,13 +17,13 @@
%define _name lua
-Name: tree-sitter-%{_name}
+Name: tree-sitter-lua
Version: 0.2.0
Release: 0
Summary: Lua grammar for tree-sitter
License: MIT
URL: https://github.com/tree-sitter-grammars/tree-sitter-lua
-Source: %{name}-%{version}.tar.xz
+Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: tree-sitter
%treesitter_grammars %{_name}
@@ -31,7 +31,7 @@
%{summary}.
%prep
-%autosetup -p1
+%autosetup
%build
%treesitter_configure
@@ -39,6 +39,7 @@
%install
%treesitter_install
+%treesitter_devel_install
#neovim stuff
install -d %{buildroot}%{_libdir}/tree_sitter
@@ -47,9 +48,11 @@
%files
%license LICENSE.md
%doc README.md
-%{treesitter_files}
+%treesitter_files
%{_libdir}/tree_sitter/%{_name}.so
%if 0%{?suse_version} < 1600
%dir %{_libdir}/tree_sitter
%endif
+%treesitter_devel_package
+