From 5d2b104e006f9de20c52e69ffb710b12837128b2921748a7d669cbabbe3e2a6b Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Wed, 1 Mar 2023 12:54:46 +0000 Subject: [PATCH] - Update to version 5.3.0: * Apply percent decoding when searching for PDFs * Allow filtering document symbols using regex * Return [] instead of "not found" in code action - Use zstd compression for vendored tarball. - Restrict to tier 1 rust arches. OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=32 --- _service | 8 +++++--- texlab-5.2.0.tar.gz | 3 --- texlab-5.3.0.tar.gz | 3 +++ texlab.changes | 10 ++++++++++ texlab.spec | 9 +++++---- vendor.tar.xz | 3 --- vendor.tar.zst | 3 +++ 7 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 texlab-5.2.0.tar.gz create mode 100644 texlab-5.3.0.tar.gz delete mode 100644 vendor.tar.xz create mode 100644 vendor.tar.zst diff --git a/_service b/_service index 4f0c847..c663f14 100644 --- a/_service +++ b/_service @@ -1,9 +1,11 @@ - texlab-5.2.0.tar.gz - xz + texlab-5.3.0.tar.gz + zst true - + + texlab-5.3.0 + diff --git a/texlab-5.2.0.tar.gz b/texlab-5.2.0.tar.gz deleted file mode 100644 index 02f0b3c..0000000 --- a/texlab-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e23bff5b39d8605a2e1b789e25015332a5777cfb53b3d24535ceef0034437929 -size 7482243 diff --git a/texlab-5.3.0.tar.gz b/texlab-5.3.0.tar.gz new file mode 100644 index 0000000..ba5fe47 --- /dev/null +++ b/texlab-5.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33ee9674a8b54f658e993437e6cd84237e8c619e50d6be639eef3be6970f471 +size 7481351 diff --git a/texlab.changes b/texlab.changes index b1a3e58..134a766 100644 --- a/texlab.changes +++ b/texlab.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Mar 1 12:51:23 UTC 2023 - Soc Virnyl Estela + +- Update to version 5.3.0: + * Apply percent decoding when searching for PDFs + * Allow filtering document symbols using regex + * Return [] instead of "not found" in code action +- Use zstd compression for vendored tarball. +- Restrict to tier 1 rust arches. + ------------------------------------------------------------------- Thu Feb 9 13:13:48 UTC 2023 - Soc Virnyl Estela diff --git a/texlab.spec b/texlab.spec index 9e0c40a..0e39b29 100644 --- a/texlab.spec +++ b/texlab.spec @@ -17,18 +17,19 @@ Name: texlab -Version: 5.2.0 +Version: 5.3.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 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.xz +Source1: vendor.tar.zst Source2: cargo_config BuildRequires: cargo-packaging -BuildRequires: rust+cargo >= 1.59 -ExclusiveArch: %{rust_arches} +BuildRequires: rust+cargo +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. diff --git a/vendor.tar.xz b/vendor.tar.xz deleted file mode 100644 index dbaf1f7..0000000 --- a/vendor.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14ce97f7582ca940d42bf2c684eee87c12a200a7c43aeaac1548413aecd56e47 -size 19329180 diff --git a/vendor.tar.zst b/vendor.tar.zst new file mode 100644 index 0000000..13a7770 --- /dev/null +++ b/vendor.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff462d480d8bba37c21c8d362cd4dfc3c6664442180eb0bf4baef094f1edfea +size 24140604