forked from pool/lua-language-server
update to 3.14.0 #4
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/LuaLS/lua-language-server</param>
|
<param name="url">https://github.com/LuaLS/lua-language-server</param>
|
||||||
<param name="revision">refs/tags/3.13.9</param>
|
<param name="revision">refs/tags/3.14.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="submodules">enable</param>
|
<param name="submodules">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
1
lua-language-server
Submodule
1
lua-language-server
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 485835e2a89004e1ffc5feb4484dc798a12af69e000000000000000000000000
|
BIN
lua-language-server-3.13.9.obscpio
(Stored with Git LFS)
BIN
lua-language-server-3.13.9.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
lua-language-server-3.14.0.obscpio
(Stored with Git LFS)
Normal file
BIN
lua-language-server-3.14.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 14 06:27:26 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
- update to 3.14.0:
|
||||||
|
* feat: provide ES localisation
|
||||||
|
* Diagnostics for unnecessary assert
|
||||||
|
* fix: return empty response to textDocument/formatting if no changes
|
||||||
|
* fix: return empty response to textDocument/completion if completion
|
||||||
|
disabled
|
||||||
|
- move tests to a bcond_with condition, as they are very flaky, even
|
||||||
|
on x86_64, most of the time it runs on second try, sometimes 5+
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 26 20:37:12 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
Wed Mar 26 20:37:12 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: lua-language-server
|
name: lua-language-server
|
||||||
version: 3.13.9
|
version: 3.14.0
|
||||||
mtime: 1741836849
|
mtime: 1744037374
|
||||||
commit: dc4c9f25b37b9148165524e1e30b3b7752cf78ca
|
commit: 485835e2a89004e1ffc5feb4484dc798a12af69e
|
||||||
|
@ -17,8 +17,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_with tests
|
||||||
Name: lua-language-server
|
Name: lua-language-server
|
||||||
Version: 3.13.9
|
Version: 3.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lua Language Server coded by Lua
|
Summary: Lua Language Server coded by Lua
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -59,8 +60,8 @@ install -d %{buildroot}%{_bindir}
|
|||||||
sed -e 's#@LIBEXECDIR@#%{_libexecdir}#' %{SOURCE1} > %{buildroot}%{_bindir}/%{name}
|
sed -e 's#@LIBEXECDIR@#%{_libexecdir}#' %{SOURCE1} > %{buildroot}%{_bindir}/%{name}
|
||||||
chmod 0755 %{buildroot}%{_bindir}/%{name}
|
chmod 0755 %{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
%ifarch x86_64
|
%if %{with tests}
|
||||||
#tests are very flaky on non x86_64
|
#tests are very flaky on all arches
|
||||||
%check
|
%check
|
||||||
./3rd/luamake/luamake unit-test
|
./3rd/luamake/luamake unit-test
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user