Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tree-sitter-julia for openSUSE:Factory checked in at 2026-09-16 17:41:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tree-sitter-julia (Old) and /work/SRC/openSUSE:Factory/.tree-sitter-julia.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-julia" Wed Sep 16 17:41:38 2026 rev:2 rq:1378115 version:0.23.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tree-sitter-julia/tree-sitter-julia.changes 2026-08-21 16:53:54.536220906 +0200 +++ /work/SRC/openSUSE:Factory/.tree-sitter-julia.new.383539/tree-sitter-julia.changes 2026-09-16 17:42:54.405453346 +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-julia.spec ++++++ --- /var/tmp/diff_new_pack.L59J8N/_old 2026-09-16 17:42:56.569542452 +0200 +++ /var/tmp/diff_new_pack.L59J8N/_new 2026-09-16 17:42:56.571542535 +0200 @@ -25,16 +25,19 @@ License: MIT URL: https://github.com/tree-sitter/tree-sitter-julia 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.L59J8N/_old 2026-09-16 17:42:56.627544841 +0200 +++ /var/tmp/diff_new_pack.L59J8N/_new 2026-09-16 17:42:56.636545211 +0200 @@ -1,6 +1,6 @@ -mtime: 1787217383 -commit: 9254b157a7613f1ae70e9b228224a2e29f3b1dc257f5fb74f2970f9d4390f0e6 +mtime: 1789462101 +commit: dd3a74a494873cfcaec6ff143d2c60b853154096db70987537ce7c5001051395 url: https://src.opensuse.org/tree-sitter/tree-sitter-julia -revision: 9254b157a7613f1ae70e9b228224a2e29f3b1dc257f5fb74f2970f9d4390f0e6 +revision: dd3a74a494873cfcaec6ff143d2c60b853154096db70987537ce7c5001051395 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:48:21.000000000 +0200 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +_service:* +.pbuild \ No newline at end of file
