- 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
This commit is contained in:
parent
3927b18df3
commit
5d2b104e00
8
_service
8
_service
@ -1,9 +1,11 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">texlab-5.2.0.tar.gz</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="srctar">texlab-5.3.0.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled" />
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">texlab-5.3.0</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e23bff5b39d8605a2e1b789e25015332a5777cfb53b3d24535ceef0034437929
|
||||
size 7482243
|
3
texlab-5.3.0.tar.gz
Normal file
3
texlab-5.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c33ee9674a8b54f658e993437e6cd84237e8c619e50d6be639eef3be6970f471
|
||||
size 7481351
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 12:51:23 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- 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 <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -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.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14ce97f7582ca940d42bf2c684eee87c12a200a7c43aeaac1548413aecd56e47
|
||||
size 19329180
|
3
vendor.tar.zst
Normal file
3
vendor.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ff462d480d8bba37c21c8d362cd4dfc3c6664442180eb0bf4baef094f1edfea
|
||||
size 24140604
|
Loading…
Reference in New Issue
Block a user