Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tree-sitter-qmljs for openSUSE:Factory checked in at 2026-04-21 12:46:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tree-sitter-qmljs (Old) and /work/SRC/openSUSE:Factory/.tree-sitter-qmljs.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-qmljs" Tue Apr 21 12:46:13 2026 rev:7 rq:1348311 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tree-sitter-qmljs/tree-sitter-qmljs.changes 2026-02-17 16:45:33.066921221 +0100 +++ /work/SRC/openSUSE:Factory/.tree-sitter-qmljs.new.11940/tree-sitter-qmljs.changes 2026-04-21 12:47:57.910250384 +0200 @@ -1,0 +2,16 @@ +Thu Apr 9 20:08:16 UTC 2026 - Matej Cepl <[email protected]> + +- Update to 0.3.0: + - add "final" property modifier + - bump reference grammar to + bc5e56bcce2618b7810cf2f4007bf4370dc3bbc9 + - regenerate Rust bindings + - Expose queries in Rust bindings + - allow trailing comma in object array + - bump reference grammar to + ad65c8d89fd67cc11f04d8d3019149e98466c9fc + - bump node modules + - bump version to 0.3.0 (includes breaking API changes in Rust + binding) + +------------------------------------------------------------------- Old: ---- tree-sitter-qmljs-0.2.0.tar.gz New: ---- _scmsync.obsinfo binding.gyp build.specials.obscpio tree-sitter-qmljs-0.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tree-sitter-qmljs.spec ++++++ --- /var/tmp/diff_new_pack.k1152L/_old 2026-04-21 12:47:58.802287387 +0200 +++ /var/tmp/diff_new_pack.k1152L/_new 2026-04-21 12:47:58.806287553 +0200 @@ -18,12 +18,14 @@ %define _name qmljs Name: tree-sitter-qmljs -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: QML grammar for tree-sitter License: MIT URL: https://github.com/yuja/tree-sitter-qmljs Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +# https://github.com/yuja/tree-sitter-qmljs/pull/24 +Source1: binding.gyp BuildRequires: tree-sitter BuildRequires: treesitter_grammar_src(tree-sitter-typescript) %treesitter_grammars %{_name} @@ -33,6 +35,7 @@ %prep %autosetup +cp %{SOURCE1} binding.gyp %build %treesitter_configure ++++++ _scmsync.obsinfo ++++++ mtime: 1775928154 commit: 84b2bf77da969c92cf26fa3172280c555c82005e110d7bb716f1afe3230b3269 url: https://src.opensuse.org/tree-sitter/tree-sitter-qmljs revision: 84b2bf77da969c92cf26fa3172280c555c82005e110d7bb716f1afe3230b3269 projectscmsync: https://src.opensuse.org/tree-sitter/_ObsPrj ++++++ binding.gyp ++++++ { "targets": [ { "target_name": "tree_sitter_qmljs_binding", "dependencies": [ "<!(node -p \"require('node-addon-api').targets\"):node_addon_api_except", ], "include_dirs": [ "src", ], "sources": [ "bindings/node/binding.cc", "src/parser.c", "src/scanner.c", ], "conditions": [ ["OS!='win'", { "cflags_c": [ "-std=c11", ], }, { # OS == "win" "cflags_c": [ "/std:c11", "/utf-8", ], }], ], } ] } ++++++ 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-04-11 19:22:46.000000000 +0200 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild ++++++ tree-sitter-qmljs-0.2.0.tar.gz -> tree-sitter-qmljs-0.3.0.tar.gz ++++++ ++++ 349088 lines of diff (skipped)
