Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tree-sitter-swift for openSUSE:Factory checked in at 2026-09-16 17:41:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tree-sitter-swift (Old) and /work/SRC/openSUSE:Factory/.tree-sitter-swift.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-swift" Wed Sep 16 17:41:47 2026 rev:2 rq:1378124 version:0.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/tree-sitter-swift/tree-sitter-swift.changes 2026-08-21 16:53:41.449759968 +0200 +++ /work/SRC/openSUSE:Factory/.tree-sitter-swift.new.383539/tree-sitter-swift.changes 2026-09-16 17:43:15.459320234 +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-swift.spec ++++++ --- /var/tmp/diff_new_pack.jJtoul/_old 2026-09-16 17:43:17.641410081 +0200 +++ /var/tmp/diff_new_pack.jJtoul/_new 2026-09-16 17:43:17.646410287 +0200 @@ -25,16 +25,19 @@ License: MIT URL: https://github.com/alex-pinkus/tree-sitter-swift Source0: %{url}/archive/%{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.jJtoul/_old 2026-09-16 17:43:17.731413787 +0200 +++ /var/tmp/diff_new_pack.jJtoul/_new 2026-09-16 17:43:17.741414199 +0200 @@ -1,6 +1,6 @@ -mtime: 1787216733 -commit: f6464c84de2d4f54fe6fd4156f566c4526442389d88165e92860b870ff2961f4 +mtime: 1789462191 +commit: ad41157b01aa8f890c66c3f4811193f565486db8907f323127074ca8d018bce6 url: https://src.opensuse.org/tree-sitter/tree-sitter-swift -revision: f6464c84de2d4f54fe6fd4156f566c4526442389d88165e92860b870ff2961f4 +revision: ad41157b01aa8f890c66c3f4811193f565486db8907f323127074ca8d018bce6 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:51.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +_service:* +.pbuild \ No newline at end of file
