Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tree-sitter-scala for openSUSE:Factory checked in at 2026-09-16 17:41:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tree-sitter-scala (Old) and /work/SRC/openSUSE:Factory/.tree-sitter-scala.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-scala" Wed Sep 16 17:41:46 2026 rev:2 rq:1378123 version:0.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tree-sitter-scala/tree-sitter-scala.changes 2026-08-21 16:53:38.958671358 +0200 +++ /work/SRC/openSUSE:Factory/.tree-sitter-scala.new.383539/tree-sitter-scala.changes 2026-09-16 17:43:11.689164999 +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-scala.spec ++++++ --- /var/tmp/diff_new_pack.knpwLF/_old 2026-09-16 17:43:14.077263329 +0200 +++ /var/tmp/diff_new_pack.knpwLF/_new 2026-09-16 17:43:14.084263617 +0200 @@ -25,16 +25,19 @@ License: MIT URL: https://github.com/tree-sitter/tree-sitter-scala 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 %treesitter_files +%treesitter_wasm_package + +%treesitter_queries_package %treesitter_devel_package %files %{python_files %{name}} ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.knpwLF/_old 2026-09-16 17:43:14.184267734 +0200 +++ /var/tmp/diff_new_pack.knpwLF/_new 2026-09-16 17:43:14.192268064 +0200 @@ -1,6 +1,6 @@ -mtime: 1787216731 -commit: 32d09618d4dd69e58c4cbce921b8558feb95b82ac8b2386e471f72666f1bb98f +mtime: 1789462181 +commit: 5dd213f9213075d889f3fc81824939269b2f9741c8d40566591b1c7a57408967 url: https://src.opensuse.org/tree-sitter/tree-sitter-scala -revision: 32d09618d4dd69e58c4cbce921b8558feb95b82ac8b2386e471f72666f1bb98f +revision: 5dd213f9213075d889f3fc81824939269b2f9741c8d40566591b1c7a57408967 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:49:41.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +_service:* +.pbuild
