Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tree-sitter-qmljs for openSUSE:Factory checked in at 2024-12-12 21:18:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tree-sitter-qmljs (Old) and /work/SRC/openSUSE:Factory/.tree-sitter-qmljs.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tree-sitter-qmljs" Thu Dec 12 21:18:01 2024 rev:4 rq:1230241 version:0.1.2.41.febf48a Changes: -------- --- /work/SRC/openSUSE:Factory/tree-sitter-qmljs/tree-sitter-qmljs.changes 2024-07-08 19:08:37.559542619 +0200 +++ /work/SRC/openSUSE:Factory/.tree-sitter-qmljs.new.29675/tree-sitter-qmljs.changes 2024-12-12 21:18:15.680891914 +0100 @@ -1,0 +2,12 @@ +Wed Dec 11 23:21:22 UTC 2024 - Richard Rahl <[email protected]> + +- disable devel package (for now) + +------------------------------------------------------------------- +Wed Dec 4 23:29:49 UTC 2024 - Richard Rahl <[email protected]> + +- format spec file like the other grammars +- add neovim links +- enable devel package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tree-sitter-qmljs.spec ++++++ --- /var/tmp/diff_new_pack.ZqBGaz/_old 2024-12-12 21:18:16.212914082 +0100 +++ /var/tmp/diff_new_pack.ZqBGaz/_new 2024-12-12 21:18:16.212914082 +0100 @@ -17,12 +17,11 @@ %define _name qmljs -Summary: QML grammar for tree-sitter -Name: tree-sitter-%{_name} +Name: tree-sitter-qmljs Version: 0.1.2.41.febf48a Release: 0 +Summary: QML grammar for tree-sitter License: MIT -Group: Development/Tools/Other URL: https://github.com/yuja/tree-sitter-qmljs Source0: %{name}-%{version}.tar.gz BuildRequires: tree-sitter @@ -33,7 +32,7 @@ %{summary}. %prep -%autosetup -p1 +%autosetup %build %treesitter_configure @@ -42,9 +41,15 @@ %install %treesitter_install -%check +#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
