forked from pool/texlab
Accepting request 1130111 from Publishing:TeXLive
OBS-URL: https://build.opensuse.org/request/show/1130111 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlab?expand=0&rev=21
This commit is contained in:
commit
efc34b6b86
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual" />
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srctar">texlab-5.10.0.tar.gz</param>
|
||||
<param name="srctar">texlab-5.11.0.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af327ac35b1803d1b9831abf915b9bbd9f18d8659facfb72f820e006b60bfa41
|
||||
size 7504241
|
3
texlab-5.11.0.tar.gz
Normal file
3
texlab-5.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4f845b334a5d96bc189eebe4c9d63609fe74a77cb37975511346b3cbce3bea4
|
||||
size 7505356
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 29 16:38:20 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 5.11.0:
|
||||
* Add texlab.inlayHints.labelDefinitions and
|
||||
texlab.inlayHints.labelReferences options
|
||||
(gh#latex-lsp/texlab#753)
|
||||
* Display inlay hints for label references by default
|
||||
(gh#latex-lsp/texlab#753)
|
||||
* Moving the build logs to the recycle bin will now clear the
|
||||
diagnostics (gh#latex-lsp/texlab-vscode#825)
|
||||
* Fix false positive when reporting syntax errors for BibTeX
|
||||
accents (gh#latex-lsp/texlab#945)
|
||||
- Update rust+cargo required version to 1.70.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 2 19:39:45 UTC 2023 - Olivier Belleux <o.g.m.belleux@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: texlab
|
||||
Version: 5.10.0
|
||||
Version: 5.11.0
|
||||
Release: 0
|
||||
Summary: Implementation of the Language Server Protocol for LaTeX
|
||||
License: ( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 OR Apache-2.0 OR MIT ) AND ( CC0-1.0 OR Artistic-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-3-Clause AND GPL-3.0 AND GPL-3.0+ AND ISC AND MIT AND MPL-2.0 AND MPL-2.0+ AND GPL-3.0
|
||||
@ -27,17 +27,17 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.
|
||||
Source1: vendor.tar.zst
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: rust+cargo
|
||||
BuildRequires: rust+cargo >= 1.70.0
|
||||
BuildRequires: zstd
|
||||
ExclusiveArch: %{rust_tier1_arches}
|
||||
|
||||
%description
|
||||
Cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system.
|
||||
Cross-platform implementation of the Language Server Protocol providing rich
|
||||
cross-editing support for the LaTeX typesetting system.
|
||||
The server may be used with any editor that implements the Language Server Protocol.
|
||||
|
||||
%prep
|
||||
%autosetup -a1
|
||||
mkdir .cargo
|
||||
cp %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adb921d10e32ee14b6bf1f194041bc7a4e104337b41f60948beb3e3afbec5d3d
|
||||
size 21196549
|
||||
oid sha256:af198878d16e4c610fc6bff8b04bec1908a2046217d634a7372b4dd0a541e04a
|
||||
size 25075119
|
||||
|
Loading…
Reference in New Issue
Block a user