17
0

2 Commits

Author SHA256 Message Date
9dab4430ad Accepting request 1229596 from editors:tree-sitter
- update to 0.23.2:
  * build: update bindings
- update to 0.23.1:
  * build: update bindings
  * chore: regenerate
- update to 0.23.0:
  * build: update bindings
  * fix: correct test
- update to 0.20.4:
  * fix: move go.mod to root dir
  * ci: use common workflows
  * chore(scanner): remove unused token types
  * fix(scanner): use ts_* allocator functions
  * chore: remove .appveyor.yml
- add license file to %license
- switch to download_files service
- add neovim links
- add devel package

OBS-URL: https://build.opensuse.org/request/show/1229596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree-sitter-html?expand=0&rev=2
2024-12-11 20:02:19 +00:00
Richard Rahl
95fa664072 OBS-URL: https://build.opensuse.org/package/show/editors:tree-sitter/tree-sitter-html?expand=0&rev=1 2024-12-05 08:13:23 +00:00
5 changed files with 44 additions and 29 deletions

View File

@@ -1,18 +0,0 @@
<!-- -*- xml -*- !-->
<services>
<service name="obs_scm" mode="disabled">
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">@PARENT_TAG@</param>
<param name="url">https://github.com/tree-sitter/tree-sitter-html.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">Björn Bidar &#60;bjorn.bidar@thaodan.de&#62;</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

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

View File

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Dec 4 22:41:52 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 0.23.2:
* build: update bindings
- update to 0.23.1:
* build: update bindings
* chore: regenerate
- update to 0.23.0:
* build: update bindings
* fix: correct test
- update to 0.20.4:
* fix: move go.mod to root dir
* ci: use common workflows
* chore(scanner): remove unused token types
* fix(scanner): use ts_* allocator functions
* chore: remove .appveyor.yml
- add license file to %license
- switch to download_files service
- add neovim links
- add devel package
-------------------------------------------------------------------
Mon Mar 25 17:33:11 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>

View File

@@ -16,15 +16,14 @@
#
%define _name html
Summary: HTML grammar for tree-sitter
Name: tree-sitter-%{_name}
Version: 0.20.2
%define _name html
Name: tree-sitter-html
Version: 0.23.2
Release: 0
Summary: HTML grammar for tree-sitter
License: MIT
Group: Development/Tools/Other
URL: https://github.com/tree-sitter/tree-sitter-html
Source0: %{name}-%{version}.tar.gz
Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: tree-sitter
%treesitter_grammars %{_name}
@@ -32,7 +31,7 @@ BuildRequires: tree-sitter
%{summary}.
%prep
%autosetup -p1
%autosetup
%build
%treesitter_configure
@@ -40,8 +39,20 @@ BuildRequires: tree-sitter
%install
%treesitter_install
%treesitter_devel_install
#neovim stuff
install -d %{buildroot}%{_libdir}/tree_sitter
ln -s %{_libdir}/lib%{name}.so %{buildroot}%{_libdir}/tree_sitter/%{_name}.so
%files
%{treesitter_files}
%license LICENSE
%treesitter_files
%{_libdir}/tree_sitter/%{_name}.so
%if 0%{?suse_version} < 1600
%dir %{_libdir}/tree_sitter
%endif
%treesitter_devel_package
%changelog