- 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

@ -1,7 +1,7 @@
<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="srctar">texlab-5.11.0.tar.gz</param>
<param name="srctar">texlab-5.12.0.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>

View File

@ -1,5 +0,0 @@
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"

View File

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

3
texlab-5.12.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Dec 13 08:40:04 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- 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
-------------------------------------------------------------------
Wed Nov 29 16:38:20 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af198878d16e4c610fc6bff8b04bec1908a2046217d634a7372b4dd0a541e04a
size 25075119
oid sha256:1dcef34839b2de6a7a77af9c9e26e3ccdd3508dbb9e6b2a919adf67dcd6a1bc4
size 20567377