diff --git a/_service b/_service index ae83174..78a69b9 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - texlab-5.11.0.tar.gz + texlab-5.12.0.tar.gz zst true diff --git a/cargo_config b/cargo_config deleted file mode 100644 index 97852b5..0000000 --- a/cargo_config +++ /dev/null @@ -1,5 +0,0 @@ -[source.crates-io] -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" diff --git a/texlab-5.11.0.tar.gz b/texlab-5.11.0.tar.gz deleted file mode 100644 index bf4d868..0000000 --- a/texlab-5.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4f845b334a5d96bc189eebe4c9d63609fe74a77cb37975511346b3cbce3bea4 -size 7505356 diff --git a/texlab-5.12.0.tar.gz b/texlab-5.12.0.tar.gz new file mode 100644 index 0000000..6ee97f6 --- /dev/null +++ b/texlab-5.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61662cab58931b0865372cb1d32efb4701237cd50d77c0888d619a8ec3765e01 +size 7488856 diff --git a/texlab.changes b/texlab.changes index 3a22e5b..2dc0ef9 100644 --- a/texlab.changes +++ b/texlab.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Dec 13 08:40:04 UTC 2023 - Soc Virnyl Estela + +- 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 diff --git a/texlab.spec b/texlab.spec index 648adab..9a70610 100644 --- a/texlab.spec +++ b/texlab.spec @@ -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 diff --git a/vendor.tar.zst b/vendor.tar.zst index 03edbfd..aec81d5 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af198878d16e4c610fc6bff8b04bec1908a2046217d634a7372b4dd0a541e04a -size 25075119 +oid sha256:1dcef34839b2de6a7a77af9c9e26e3ccdd3508dbb9e6b2a919adf67dcd6a1bc4 +size 20567377