generated from pool/new_package
- Update to version 2.6.4:
* fix(semantic-tokens): limit comments range * fix(semantic-tokens): data field can't be nil * Fix regular expression to find root directory in make/bootstrap.lua * feat(postfix): add templates OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=15
This commit is contained in:
BIN
lua-language-server-2.6.1-submodules.zip
(Stored with Git LFS)
BIN
lua-language-server-2.6.1-submodules.zip
(Stored with Git LFS)
Binary file not shown.
BIN
lua-language-server-2.6.4-submodules.zip
(Stored with Git LFS)
Normal file
BIN
lua-language-server-2.6.4-submodules.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 10 08:40:40 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.6.4:
|
||||||
|
* fix(semantic-tokens): limit comments range
|
||||||
|
* fix(semantic-tokens): data field can't be nil
|
||||||
|
* Fix regular expression to find root directory in
|
||||||
|
make/bootstrap.lua
|
||||||
|
* feat(postfix): add templates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 24 12:45:42 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
Mon Jan 24 12:45:42 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
%define pkg_name lua-language-server
|
%define pkg_name lua-language-server
|
||||||
|
|
||||||
Name: lua-language-server
|
Name: lua-language-server
|
||||||
Version: 2.6.1
|
Version: 2.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lua Language Server coded by Lua
|
Summary: Lua Language Server coded by Lua
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -34,6 +34,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
ExcludeArch: s390x ppc64le ppc64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides a Language Server Protocol (LSP) implementation for Lua.
|
This package provides a Language Server Protocol (LSP) implementation for Lua.
|
||||||
|
Reference in New Issue
Block a user