Script 'mail_helper' called by obssrc
Hello community,

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

Package is "tree-sitter-php"

Wed Sep 16 17:41:42 2026 rev:2 rq:1378118 version:0.23.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-php/tree-sitter-php.changes  
2026-08-21 16:54:00.704434901 +0200
+++ 
/work/SRC/openSUSE:Factory/.tree-sitter-php.new.383539/tree-sitter-php.changes  
    2026-09-16 17:43:02.710795317 +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-php.spec ++++++
--- /var/tmp/diff_new_pack.yNloPb/_old  2026-09-16 17:43:04.388864411 +0200
+++ /var/tmp/diff_new_pack.yNloPb/_new  2026-09-16 17:43:04.392864576 +0200
@@ -25,16 +25,19 @@
 License:        MIT
 URL:            https://github.com/tree-sitter/tree-sitter-php
 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} php_only
 %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} php_only
 %python_subpackages
 
 %description
@@ -56,9 +59,12 @@
 %build
 %treesitter_configure
 %treesitter_build
+%treesitter_wasm_build
 
 %install
 %treesitter_install
+%treesitter_wasm_install
+%treesitter_queries_install
 # php/grammar.js and php_only/grammar.js 
require('../common/define-grammar.js').
 %treesitter_devel_install common/define-grammar.js common/scanner.h 
common/common.mak
 # Multi-language module: language_php() + language_php_only().
@@ -83,6 +89,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.yNloPb/_old  2026-09-16 17:43:04.447866840 +0200
+++ /var/tmp/diff_new_pack.yNloPb/_new  2026-09-16 17:43:04.455867170 +0200
@@ -1,6 +1,6 @@
-mtime: 1787235980
-commit: dbb6d87b1f1cee607cb9e0190b6e000b9538be92722eb5da38b18ff4b167b388
+mtime: 1789462131
+commit: 3ee29a696da63740826e7de5c99016e0a13c9d4af0712849dbe0c8bbfb493948
 url: https://src.opensuse.org/tree-sitter/tree-sitter-php
-revision: dbb6d87b1f1cee607cb9e0190b6e000b9538be92722eb5da38b18ff4b167b388
+revision: 3ee29a696da63740826e7de5c99016e0a13c9d4af0712849dbe0c8bbfb493948
 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:51.000000000 +0200
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+_service:*
+.pbuild
\ No newline at end of file

Reply via email to