- Remove redundant Neovim workaround
OBS-URL: https://build.opensuse.org/package/show/editors:tree-sitter/tree-sitter-cuda?expand=0&rev=8
This commit is contained in:
24
.gitattributes
vendored
Normal file
24
.gitattributes
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
*.changes merge=merge-changes
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*.obscpio
|
||||
*.osc
|
||||
_build.*
|
||||
.pbuild
|
||||
3
tree-sitter-cuda-0.21.0.tar.gz
Normal file
3
tree-sitter-cuda-0.21.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2d5a12e6064ce53f45baeac8825c808826240686549583d7a5d7044b46b380d
|
||||
size 1300574
|
||||
23
tree-sitter-cuda.changes
Normal file
23
tree-sitter-cuda.changes
Normal file
@@ -0,0 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 21:01:48 UTC 2026 - Björn Kettunen <bjorn.kettunen@thaodan.de>
|
||||
|
||||
- Remove redundant Neovim workaround
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 16:38:45 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 0.21.0:
|
||||
* bindings: use tree_sitter_language and Rust edition 2024
|
||||
* update test action to follow tree-sitter-cpp
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 11:06:57 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- update to 0.20.7:
|
||||
* Add highlight.scm
|
||||
- move from obs_scm to download_files, to copy the other grammars
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 5 00:55:07 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
||||
|
||||
- initial packaging
|
||||
51
tree-sitter-cuda.spec
Normal file
51
tree-sitter-cuda.spec
Normal file
@@ -0,0 +1,51 @@
|
||||
#
|
||||
# spec file for package tree-sitter-cuda
|
||||
#
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _name cuda
|
||||
Name: tree-sitter-cuda
|
||||
Version: 0.21.0
|
||||
Release: 0
|
||||
Summary: CUDA grammar for tree-sitter
|
||||
License: MIT
|
||||
URL: https://github.com/tree-sitter-grammars/tree-sitter-cuda
|
||||
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: tree-sitter
|
||||
BuildRequires: treesitter_grammar_src(tree-sitter-cpp)
|
||||
%treesitter_grammars %{_name}
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%treesitter_configure
|
||||
%treesitter_build
|
||||
|
||||
%install
|
||||
%treesitter_install
|
||||
%treesitter_devel_install
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%treesitter_files
|
||||
|
||||
%treesitter_devel_package
|
||||
|
||||
%changelog
|
||||
Reference in New Issue
Block a user