Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package tree-sitter-luau for
openSUSE:Factory checked in at 2025-01-01 23:07:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-luau (Old)
and /work/SRC/openSUSE:Factory/.tree-sitter-luau.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-luau"
Wed Jan 1 23:07:52 2025 rev:2 rq:1234171 version:1.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-luau/tree-sitter-luau.changes
2024-12-11 21:06:41.702878452 +0100
+++
/work/SRC/openSUSE:Factory/.tree-sitter-luau.new.1881/tree-sitter-luau.changes
2025-01-01 23:08:14.601286757 +0100
@@ -1,0 +2,20 @@
+Tue Dec 31 10:14:02 UTC 2024 - Richard Rahl <[email protected]>
+
+- update to 1.2.0:
+ * fix(grammar): adapt to upstream regex change
+ * feat: support floor division update operator
+ * feat: support variadic types and variadic generic parameters
+ * feat: add compound floor division operator highlight
+ * feat: allow empty object types and add intersection type to types
+ * build: update bindings
+ * fix: allow other types in gneric type
+ * fix: support variadic type in generic arguments
+ * feat: use binding list in for_generic_clause
+ * chore: generate with 0.24.5
+ * fix: mark the lua grammar as a dependency
+ * fix(rust): correct include
+- remove fix-grammar.js.patch, as upstream includes now the fix
+- add require-correct-lua.patch, as they depend on the older upstream name
+ of the lua package
+
+-------------------------------------------------------------------
Old:
----
fix-grammar.js.patch
tree-sitter-luau-1.1.0.tar.gz
New:
----
require-correct-lua.patch
tree-sitter-luau-1.2.0.tar.gz
BETA DEBUG BEGIN:
Old: * fix(rust): correct include
- remove fix-grammar.js.patch, as upstream includes now the fix
- add require-correct-lua.patch, as they depend on the older upstream name
BETA DEBUG END:
BETA DEBUG BEGIN:
New:- remove fix-grammar.js.patch, as upstream includes now the fix
- add require-correct-lua.patch, as they depend on the older upstream name
of the lua package
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tree-sitter-luau.spec ++++++
--- /var/tmp/diff_new_pack.YMrznd/_old 2025-01-01 23:08:16.429361829 +0100
+++ /var/tmp/diff_new_pack.YMrznd/_new 2025-01-01 23:08:16.445362486 +0100
@@ -18,13 +18,13 @@
%define _name luau
Name: tree-sitter-luau
-Version: 1.1.0
+Version: 1.2.0
Release: 0
Summary: Luau grammar for tree-sitter
License: MIT
URL: https://github.com/tree-sitter-grammars/tree-sitter-luau
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0: fix-grammar.js.patch
+Patch0: require-correct-lua.patch
BuildRequires: tree-sitter
BuildRequires: treesitter_grammar_src(tree-sitter-lua)
%treesitter_grammars %{_name}
++++++ require-correct-lua.patch ++++++
diff -rub tree-sitter-luau-1.2.0/grammar.js
tree-sitter-luau-1.2.0-patched/grammar.js
--- tree-sitter-luau-1.2.0/grammar.js 2024-12-22 23:40:18.000000000 +0100
+++ tree-sitter-luau-1.2.0-patched/grammar.js 2024-12-31 17:57:39.827601739
+0100
@@ -8,7 +8,7 @@
/// <reference types="tree-sitter-cli/dsl" />
// @ts-check
-const lua = require('@muniftanjim/tree-sitter-lua/grammar');
+const lua = require('tree-sitter-lua/grammar');
const PREC = {
ASSIGN: 0,
++++++ tree-sitter-luau-1.1.0.tar.gz -> tree-sitter-luau-1.2.0.tar.gz ++++++
++++ 38909 lines of diff (skipped)