Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package tree-sitter-vim for openSUSE:Factory
checked in at 2026-05-04 12:53:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tree-sitter-vim (Old)
and /work/SRC/openSUSE:Factory/.tree-sitter-vim.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-vim"
Mon May 4 12:53:05 2026 rev:8 rq:1350418 version:0.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/tree-sitter-vim/tree-sitter-vim.changes
2026-03-09 16:33:54.840672856 +0100
+++
/work/SRC/openSUSE:Factory/.tree-sitter-vim.new.30200/tree-sitter-vim.changes
2026-05-04 12:55:53.355337422 +0200
@@ -1,0 +2,18 @@
+Sun Apr 5 21:18:47 UTC 2026 - Matej Cepl <[email protected]>
+
+- Update to 0.8.1
+ - chore: regenerate parser and bindings with 0.26.6
+ - fix(node): don't depend on tree-sitter prerelease
+ - release v0.8.1
+- Update to 0.8.0:
+ - feat(bindings)!: update (and remove)
+ - feat: Add support for :tab modifier
+ - ci(test): update corpus list
+ - feat: shebang support
+ - ci(release): adapt to breaking change
+ - feat: add SafeState* autocommands
+ - fix(scanner): inline iswpunct
+- Add add-binding.gyp-for-rpm-build.patch patch to add missing
+ binding.gyp (gh#tree-sitter-grammars/tree-sitter-vim!59).
+
+-------------------------------------------------------------------
Old:
----
tree-sitter-vim-0.7.0.tar.gz
New:
----
_scmsync.obsinfo
add-binding.gyp-for-rpm-build.patch
build.specials.obscpio
tree-sitter-vim-0.8.1.tar.gz
----------(New B)----------
New: - fix(scanner): inline iswpunct
- Add add-binding.gyp-for-rpm-build.patch patch to add missing
binding.gyp (gh#tree-sitter-grammars/tree-sitter-vim!59).
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tree-sitter-vim.spec ++++++
--- /var/tmp/diff_new_pack.owQKoP/_old 2026-05-04 12:55:53.927360965 +0200
+++ /var/tmp/diff_new_pack.owQKoP/_new 2026-05-04 12:55:53.927360965 +0200
@@ -18,12 +18,15 @@
%define _name vim
Name: tree-sitter-vim
-Version: 0.7.0
+Version: 0.8.1
Release: 0
Summary: Vimscript grammar for tree-sitter
License: MIT
URL: https://github.com/tree-sitter-grammars/tree-sitter-vim
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM add-binding.gyp-for-rpm-build.patch
gh#tree-sitter-grammars/tree-sitter-vim!59 [email protected]
+# adds missing binding.gyp file
+Patch0: add-binding.gyp-for-rpm-build.patch
BuildRequires: tree-sitter
%treesitter_grammars %{_name}
@@ -31,7 +34,7 @@
%{summary}.
%prep
-%autosetup
+%autosetup -p1
%build
%treesitter_configure
++++++ _scmsync.obsinfo ++++++
mtime: 1775425904
commit: b86cb0ea599af97551bee121d22bdafd9f4aa8c30b367fe3c359ba6d71c75b10
url: https://src.opensuse.org/tree-sitter/tree-sitter-vim
revision: b86cb0ea599af97551bee121d22bdafd9f4aa8c30b367fe3c359ba6d71c75b10
projectscmsync: https://src.opensuse.org/tree-sitter/_ObsPrj
++++++ add-binding.gyp-for-rpm-build.patch ++++++
Index: tree-sitter-vim-0.8.1/binding.gyp
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ tree-sitter-vim-0.8.1/binding.gyp 2026-04-05 23:36:56.761292642 +0200
@@ -0,0 +1,17 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'tree_sitter_vim',
+ 'include_dirs': [
+ 'src',
+ ],
+ 'sources': [
+ 'src/parser.c',
+ 'src/scanner.c',
+ ],
+ 'cflags_c': [
+ '-std=c11',
+ ],
+ },
+ ],
+}
++++++ 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-05 23:52:00.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
++++++ tree-sitter-vim-0.7.0.tar.gz -> tree-sitter-vim-0.8.1.tar.gz ++++++
++++ 215307 lines of diff (skipped)