generated from pool/new_package
- Upgrade to 3.6.18:
- Make functions in string api accept numbers - Don't override lm.bindir and lm.EXE_DIR in make.lua - add: description for config.addonManager.enable - Don't override lm.bindir and lm.EXE_DIR in make.lua - add: description for config.addonManager.enable - add: addon manager setting to template - README updates - Array of a class type does not get completion - Improve math.abs annotation - meta: newproxy can accept a userdata value OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=32
This commit is contained in:
BIN
lua-language-server-3.6.11-submodules.zip
(Stored with Git LFS)
BIN
lua-language-server-3.6.11-submodules.zip
(Stored with Git LFS)
Binary file not shown.
BIN
lua-language-server-3.6.11.tar.gz
(Stored with Git LFS)
BIN
lua-language-server-3.6.11.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
lua-language-server-3.6.18-submodules.zip
(Stored with Git LFS)
Normal file
BIN
lua-language-server-3.6.18-submodules.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
lua-language-server-3.6.18.tar.gz
(Stored with Git LFS)
Normal file
BIN
lua-language-server-3.6.18.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 1 11:19:41 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Upgrade to 3.6.18:
|
||||
- Make functions in string api accept numbers
|
||||
- Don't override lm.bindir and lm.EXE_DIR in make.lua
|
||||
- add: description for config.addonManager.enable
|
||||
- Don't override lm.bindir and lm.EXE_DIR in make.lua
|
||||
- add: description for config.addonManager.enable
|
||||
- add: addon manager setting to template
|
||||
- README updates
|
||||
- Array of a class type does not get completion
|
||||
- Improve math.abs annotation
|
||||
- meta: newproxy can accept a userdata value
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 13 10:08:13 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
@@ -18,13 +18,11 @@
|
||||
|
||||
|
||||
Name: lua-language-server
|
||||
Version: 3.6.11
|
||||
Version: 3.6.18
|
||||
Release: 0
|
||||
Summary: Lua Language Server coded by Lua
|
||||
License: MIT
|
||||
URL: https://github.com/LuaLS/lua-language-server
|
||||
# Checkout from git is required because of gh#sumneko/lua-language-server#878
|
||||
# Source0: %%{name}-%%{version}.tar.gz
|
||||
Source0: %{url}/releases/download/%{version}/%{name}-%{version}-submodules.zip
|
||||
Source1: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source2: lua-lsp-launcher.sh
|
||||
|
Reference in New Issue
Block a user