11
0

Accepting request 979563 from home:uncomfyhalomacro:branches:devel:languages:lua

- Update to version 3.2.4:
  * Include files required to compile by @sharksforarms in #1157 
  * NEW settings:
      - workspace.supportScheme: ["file", "untitled", "git"]
      - diagnostics.disableScheme: ["git"]
  * NEW folding: support folding ---@alias
  * CHG if rootUri or workspaceFolder is set to ROOT or HOME, this extension will refuse to load these directories and show an error message.
  * CHG show warning message when scanning more than 100,000 files.
  * CHG upgrade LSP to 3.17
  * FIX hover: can not union table with other basic types
  * FIX #1125
  * FIX #1131
  * FIX #1134
  * FIX #1141
  * FIX #1144
  * FIX #1150
  * FIX #1155

- Also improved _service file to download submodules with `osc service disabledrun` for easy updating from other contributors.

OBS-URL: https://build.opensuse.org/request/show/979563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=19
This commit is contained in:
Matej Cepl 2022-05-28 07:44:01 +00:00 committed by Git OBS Bridge
parent 0c898efdd3
commit 87c84fd14f
6 changed files with 42 additions and 12 deletions

3
3.2.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d644ac9b553d5c7666d99adb38bab6fb2b2fa4d44b0af7f75bef5bb7ca4d341
size 1229617

View File

@ -1,10 +1,17 @@
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://github.com/sumneko/lua-language-server</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="revision">2.6.1</param>
<param name="version">2.6.1</param>
<param name="revision">505ed9411939fe8c45903e3c9ce559fde50a0584</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">sumneko/lua-language-server/releases/download/3.2.4/lua-language-server-3.2.4-submodules.zip</param>
</service>
<service name="tar" mode="disabled" />
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a848ae317f6a90a23958261f4201dbb65414133da26fb6f91445130959c5331
size 25789543

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cce786fb1f9332a545730cc164107c97046e993cf7ccb98f88519a4c05cfecc5
size 26456715

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat May 28 06:07:09 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 3.2.4:
* Include files required to compile by @sharksforarms in #1157
* NEW settings:
- workspace.supportScheme: ["file", "untitled", "git"]
- diagnostics.disableScheme: ["git"]
* NEW folding: support folding ---@alias
* CHG if rootUri or workspaceFolder is set to ROOT or HOME, this extension will refuse to load these directories and show an error message.
* CHG show warning message when scanning more than 100,000 files.
* CHG upgrade LSP to 3.17
* FIX hover: can not union table with other basic types
* FIX #1125
* FIX #1131
* FIX #1134
* FIX #1141
* FIX #1144
* FIX #1150
* FIX #1155
-------------------------------------------------------------------
Mon Apr 11 11:55:56 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -17,19 +17,18 @@
#
%define pkg_name lua-language-server
Name: lua-language-server
Version: 3.0.1
Version: 3.2.4
Release: 0
Summary: Lua Language Server coded by Lua
License: MIT
URL: https://github.com/sumneko/lua-language-server
# Checkout from git is required because of gh#sumneko/lua-language-server#878
# Source0: %%{name}-%%{version}.tar.gz
Source0: https://github.com/sumneko/%{pkg_name}/releases/download/%{version}/%{pkg_name}-%{version}-submodules.zip
Source1: lua-lsp-launcher.sh
Source2: README.suse-maint.md
Source0: https://github.com/sumneko/%{name}/releases/download/%{version}/%{name}-%{version}-submodules.zip
Source1: https://github.com/sumneko/%{name}/archive/%{version}.tar.gz
Source2: lua-lsp-launcher.sh
Source3: README.suse-maint.md
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: ninja
@ -63,7 +62,7 @@ cp -av \
%{buildroot}%{_datadir}/%{name}/
install -d -m 0755 %{buildroot}%{_bindir}
sed -e 's#@LIBDIR@#%{_libdir}#' %{SOURCE1} > %{buildroot}%{_bindir}/%{name}
sed -e 's#@LIBDIR@#%{_libdir}#' %{SOURCE2} > %{buildroot}%{_bindir}/%{name}
chmod 0755 %{buildroot}%{_bindir}/%{name}
%fdupes %{buildroot}%{_libdir}/%{name}