- Update to version 5.12.0:

* Infer `texlab.build.auxDirectory`, `texlab.build.logDirectory` and 
    `texlab.build.pdfDirectory` from `latexmkrc` if available
  * Do not report `undefined reference` errors when using `\nocite{*}`
  * Fix potential crash when parsing build log files 
  * Set the final tab stop of the `\begin` snippet inside the environment
- Remove cargo_config since vendored tarball includes it now

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=55
This commit is contained in:
Soc Virnyl Estela
2023-12-13 08:45:01 +00:00
committed by Git OBS Bridge
parent 1e21532099
commit 46fc099aa6
7 changed files with 18 additions and 14 deletions

View File

@@ -17,7 +17,7 @@
Name: texlab
Version: 5.11.0
Version: 5.12.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
@@ -25,7 +25,6 @@ Group: Productivity/Publishing/TeX/Utilities
URL: https://github.com/latex-lsp/texlab
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
Source2: cargo_config
BuildRequires: cargo-packaging
BuildRequires: rust+cargo >= 1.70.0
BuildRequires: zstd
@@ -38,7 +37,6 @@ The server may be used with any editor that implements the Language Server Proto
%prep
%autosetup -a1
cp %{SOURCE2} .cargo/config
%build
%{cargo_build} --all-features