Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package tree-sitter-vue for openSUSE:Factory
checked in at 2026-09-16 17:41:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-vue (Old)
and /work/SRC/openSUSE:Factory/.tree-sitter-vue.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-vue"
Wed Sep 16 17:41:52 2026 rev:4 rq:1378128 version:0+20260124.ce8011a
Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-vue/tree-sitter-vue.changes
2026-05-07 15:47:22.201021756 +0200
+++
/work/SRC/openSUSE:Factory/.tree-sitter-vue.new.383539/tree-sitter-vue.changes
2026-09-16 17:43:24.969711822 +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
+
+-------------------------------------------------------------------
@@ -11 +24,3 @@
- *
+ - fix(scanner): support Windows line endings
+ - fix(scanner): correct UB when deleting old tag Tags
+ - feat(queries): sync with nvim-treesitter
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tree-sitter-vue.spec ++++++
--- /var/tmp/diff_new_pack.yFO6Vv/_old 2026-09-16 17:43:26.406770992 +0200
+++ /var/tmp/diff_new_pack.yFO6Vv/_new 2026-09-16 17:43:26.408771075 +0200
@@ -25,8 +25,11 @@
URL: https://github.com/tree-sitter-grammars/tree-sitter-vue
Source0: %{name}-%{version}.tar.gz
Source1: binding.gyp
+BuildRequires: clang
+BuildRequires: lld
BuildRequires: tree-sitter
BuildRequires: treesitter_grammar_src(tree-sitter-html)
+BuildRequires: wasi-libc
%treesitter_grammars %{_name}
%description
@@ -39,14 +42,20 @@
%build
%treesitter_configure
%treesitter_build
+%treesitter_wasm_build
%install
%treesitter_install
+%treesitter_wasm_install
+%treesitter_queries_install vue=queries/vue
%treesitter_devel_install
%files
%license LICENSE
%treesitter_files
+%treesitter_wasm_package
+
+%treesitter_queries_package
%treesitter_devel_package
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.yFO6Vv/_old 2026-09-16 17:43:26.445772599 +0200
+++ /var/tmp/diff_new_pack.yFO6Vv/_new 2026-09-16 17:43:26.449772763 +0200
@@ -1,6 +1,6 @@
-mtime: 1775928323
-commit: 1347d5f9734cfcabbe0132b9cd093dfe5619903182a649233c1f258dfc3f18c5
+mtime: 1789462231
+commit: 2420a5dc7e75faeb322bc2e03c629ab9e5b4d54c8d5bf2b8c26077ba4ecf1b83
url: https://src.opensuse.org/tree-sitter/tree-sitter-vue
-revision: 1347d5f9734cfcabbe0132b9cd093dfe5619903182a649233c1f258dfc3f18c5
+revision: 2420a5dc7e75faeb322bc2e03c629ab9e5b4d54c8d5bf2b8c26077ba4ecf1b83
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:50:31.000000000 +0200
@@ -0,0 +1,7 @@
+_scmsync.obsinfo
+build.specials.obscpio
+*.osc
+_build.*
+.pbuild
+tree-sitter-vue/
+tree-sitter-vue-*-build/