Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tree-sitter-powershell for 
openSUSE:Factory checked in at 2026-09-16 17:41:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-powershell (Old)
 and      /work/SRC/openSUSE:Factory/.tree-sitter-powershell.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tree-sitter-powershell"

Wed Sep 16 17:41:43 2026 rev:2 rq:1378119 version:0.26.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/tree-sitter-powershell/tree-sitter-powershell.changes
    2026-08-21 16:53:37.315612913 +0200
+++ 
/work/SRC/openSUSE:Factory/.tree-sitter-powershell.new.383539/tree-sitter-powershell.changes
        2026-09-16 17:43:05.178896940 +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-powershell.spec ++++++
--- /var/tmp/diff_new_pack.HsQ3sv/_old  2026-09-16 17:43:06.706959858 +0200
+++ /var/tmp/diff_new_pack.HsQ3sv/_new  2026-09-16 17:43:06.708959940 +0200
@@ -25,16 +25,19 @@
 License:        MIT
 URL:            https://github.com/airbus-cert/tree-sitter-powershell
 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.HsQ3sv/_old  2026-09-16 17:43:06.744961423 +0200
+++ /var/tmp/diff_new_pack.HsQ3sv/_new  2026-09-16 17:43:06.747961546 +0200
@@ -1,6 +1,6 @@
-mtime: 1787216730
-commit: eec1a1e5d891909d1b1c54b239f111f3a3833663ca35ef6eef027d5a8a1a6757
+mtime: 1789462141
+commit: 952673f7fe5145e0111f18e3c53bfbfa475b4a815f5f2d5bbae252f75a24aa81
 url: https://src.opensuse.org/tree-sitter/tree-sitter-powershell
-revision: eec1a1e5d891909d1b1c54b239f111f3a3833663ca35ef6eef027d5a8a1a6757
+revision: 952673f7fe5145e0111f18e3c53bfbfa475b4a815f5f2d5bbae252f75a24aa81
 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:01.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+_service:*
+.pbuild
\ No newline at end of file

Reply via email to