Accepting request 1136998 from devel:languages:lua

OBS-URL: https://build.opensuse.org/request/show/1136998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-language-server?expand=0&rev=17
This commit is contained in:
2024-01-05 20:44:16 +00:00
committed by Git OBS Bridge
7 changed files with 19 additions and 10 deletions

View File

@@ -4,14 +4,14 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">3.7.3</param>
<param name="revision">3.7.4</param>
<param name="versionrewrite-pattern">(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="download_url" mode="disabled">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="path">LuaLS/lua-language-server/releases/download/3.7.3/lua-language-server-3.7.3-submodules.zip</param>
<param name="path">LuaLS/lua-language-server/releases/download/3.7.4/lua-language-server-3.7.4-submodules.zip</param>
</service>
<service name="tar" mode="disabled" />
<service name="recompress" mode="disabled">

BIN
lua-language-server-3.7.3-submodules.zip (Stored with Git LFS)

Binary file not shown.

BIN
lua-language-server-3.7.3.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
lua-language-server-3.7.4-submodules.zip (Stored with Git LFS) Normal file

Binary file not shown.

BIN
lua-language-server-3.7.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 5 07:30:11 UTC 2024 - Kyle Scheuing <kyle@kylescheuing.com>
- Upgrade to 3.7.4:
- fix: doc.type.function resolve only existing arg.extends
- Add a rawdesc field to exported docs
- support c like comments
- translated some options to zh-cn
-------------------------------------------------------------------
Sun Dec 31 01:45:39 UTC 2023 - Kyle Scheuing <kyle@kylescheuing.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package lua-language-server
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2021 Andreas Schneider <asn@cryptomilk.org>
#
# All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
Name: lua-language-server
Version: 3.7.3
Version: 3.7.4
Release: 0
Summary: Lua Language Server coded by Lua
License: MIT