From f4ce94c531367a8f28cbdaffbcf3b0c457e77561c78d6ab361ec7fc0ca7f1329 Mon Sep 17 00:00:00 2001 From: Richard Rahl Date: Sat, 22 Jun 2024 00:13:18 +0000 Subject: [PATCH] - switch to the correct upstream (which works with neovim) OBS-URL: https://build.opensuse.org/package/show/editors/tree-sitter-markdown?expand=0&rev=2 --- _service | 2 +- tree-sitter-markdown.changes | 5 +++++ tree-sitter-markdown.spec | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/_service b/_service index 477df26..e304720 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - https://github.com/tree-sitter-grammars/tree-sitter-markdown.git + https://github.com/MDeiml/tree-sitter-markdown.git git refs/tags/v0.2.3 @PARENT_TAG@ diff --git a/tree-sitter-markdown.changes b/tree-sitter-markdown.changes index cc42680..7268d6f 100644 --- a/tree-sitter-markdown.changes +++ b/tree-sitter-markdown.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Jun 22 00:06:20 UTC 2024 - Richard Rahl + +- switch to the correct upstream (which works with neovim) + ------------------------------------------------------------------- Fri Jun 21 11:23:55 UTC 2024 - Richard Rahl diff --git a/tree-sitter-markdown.spec b/tree-sitter-markdown.spec index b667d00..81d1067 100644 --- a/tree-sitter-markdown.spec +++ b/tree-sitter-markdown.spec @@ -18,11 +18,11 @@ %define _name markdown Name: tree-sitter-%{_name} -Version: 0.7.1 +Version: 0.2.3 Release: 0 Summary: Markdown grammar for tree-sitter License: MIT -URL: https://github.com/ikatyang/tree-sitter-markdown +URL: https://github.com/MDeiml/tree-sitter-markdown Source: %{name}-%{version}.tar.xz BuildRequires: tree-sitter @@ -60,7 +60,7 @@ rm %{buildroot}%{_libdir}/libtree-sitter-{markdown-inline.a,markdown.a} %files %license LICENSE -%doc README.md +%doc README.md CONTRIBUTING.md %{_libdir}/libtree-sitter-markdown.so %{_libdir}/libtree-sitter-markdown-inline.so