Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package tree-sitter-elixir for
openSUSE:Factory checked in at 2026-09-16 17:41:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-elixir (Old)
and /work/SRC/openSUSE:Factory/.tree-sitter-elixir.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-elixir"
Wed Sep 16 17:41:30 2026 rev:2 rq:1378108 version:0.3.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-elixir/tree-sitter-elixir.changes
2026-08-21 16:53:49.066030885 +0200
+++
/work/SRC/openSUSE:Factory/.tree-sitter-elixir.new.383539/tree-sitter-elixir.changes
2026-09-16 17:42:37.099740788 +0200
@@ -1,0 +2,13 @@
+Tue Sep 15 06:20:32 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Ship the grammar queries in a new noarch -queries subpackage
+ (highlights.scm and friends, next to the -wasm modules)
+
+-------------------------------------------------------------------
+Mon Sep 14 18:14:24 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Build the grammars to WebAssembly modules as well (BuildRequires
+ clang, lld and wasi-libc): new -wasm subpackage for
+ web-tree-sitter consumers
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tree-sitter-elixir.spec ++++++
--- /var/tmp/diff_new_pack.rNjf8Y/_old 2026-09-16 17:42:39.695847682 +0200
+++ /var/tmp/diff_new_pack.rNjf8Y/_new 2026-09-16 17:42:39.698847805 +0200
@@ -25,16 +25,19 @@
License: Apache-2.0
URL: https://github.com/elixir-lang/tree-sitter-elixir
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires: %{python_module base}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: tree-sitter
-BuildRequires: %{python_module base}
+BuildRequires: clang
+BuildRequires: lld
+BuildRequires: wasi-libc
+%treesitter_grammars %{_name}
%if 0%{?suse_version} >= 1699
# Only for the functional test in %%check; python-tree-sitter does not
# exist in Leap 16.0, and gating the test keeps that repo resolvable.
BuildRequires: %{python_module tree-sitter}
%endif
-%treesitter_grammars %{_name}
%python_subpackages
%description
@@ -55,9 +58,12 @@
%build
%treesitter_configure
%treesitter_build
+%treesitter_wasm_build
%install
%treesitter_install
+%treesitter_wasm_install
+%treesitter_queries_install
%treesitter_devel_install
%treesitter_python_install
@@ -78,6 +84,9 @@
%license LICENSE NOTICE
%treesitter_files
+%treesitter_wasm_package
+
+%treesitter_queries_package
%treesitter_devel_package
%files %{python_files %{name}}
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.rNjf8Y/_old 2026-09-16 17:42:39.766850605 +0200
+++ /var/tmp/diff_new_pack.rNjf8Y/_new 2026-09-16 17:42:39.775850976 +0200
@@ -1,6 +1,6 @@
-mtime: 1787217378
-commit: e56c12b0fb89205a248378ee13e4da2b72e8eb08c55e14f637d7b412da86d43a
+mtime: 1789462030
+commit: 8a8e9ff08c84d46b7a1cdd34c250738c69ee3afdc91eba627c76b1beefec36bd
url: https://src.opensuse.org/tree-sitter/tree-sitter-elixir
-revision: e56c12b0fb89205a248378ee13e4da2b72e8eb08c55e14f637d7b412da86d43a
+revision: 8a8e9ff08c84d46b7a1cdd34c250738c69ee3afdc91eba627c76b1beefec36bd
projectscmsync: https://src.opensuse.org/tree-sitter/_ObsPrj
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-09-15 10:47:10.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+_service:*
+.pbuild
\ No newline at end of file