2 Commits

Author SHA256 Message Date
872a55d023 Accepting request 1322594 from editors:tree-sitter
OBS-URL: https://build.opensuse.org/request/show/1322594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree-sitter-c?expand=0&rev=6
2025-12-12 20:42:51 +00:00
Björn Bidar
66a3ed5889 - update to 0.24.1:
- update to 0.24.0:
  * feat!: regenerate parser and bindings with ABI 15
- update to 0.23.6:
  * fix: generate parser for grammar changes
- update to 0.23.5:
  * fix: always ensure K&R functions have at least 1 declaration
  * export helper functions for reuse in cpp grammar

OBS-URL: https://build.opensuse.org/package/show/editors:tree-sitter/tree-sitter-c?expand=0&rev=3
2025-12-12 11:37:24 +00:00
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b66c5043e26d84e5f17a059af71b157bcf202221069ed220aa1696d7d1d28a7a
size 380057

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25dd4bb3dec770769a407e0fc803f424ce02c494a56ce95fedc525316dcf9b48
size 379147

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 9 10:28:08 UTC 2025 - llyyr <llyyr@yukari.in>
- update to 0.24.1:
- update to 0.24.0:
* feat!: regenerate parser and bindings with ABI 15
- update to 0.23.6:
* fix: generate parser for grammar changes
- update to 0.23.5:
* fix: always ensure K&R functions have at least 1 declaration
* export helper functions for reuse in cpp grammar
-------------------------------------------------------------------
Tue Dec 31 10:10:50 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -18,7 +18,7 @@
%define _name c
Name: tree-sitter-c
Version: 0.23.4
Version: 0.24.1
Release: 0
Summary: C grammar for tree-sitter
License: MIT