generated from pool/new_package
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:
BIN
3.2.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
3.2.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
11
_service
11
_service
@@ -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">
|
||||
|
BIN
lua-language-server-3.0.1-submodules.zip
(Stored with Git LFS)
BIN
lua-language-server-3.0.1-submodules.zip
(Stored with Git LFS)
Binary file not shown.
BIN
lua-language-server-3.2.4-submodules.zip
(Stored with Git LFS)
Normal file
BIN
lua-language-server-3.2.4-submodules.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user