SHA256
1
0
forked from pool/texlab

Accepting request 1070185 from Publishing:TeXLive

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1070185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlab?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2023-03-08 15:50:16 +00:00 committed by Git OBS Bridge
commit b48ee4ab9d
7 changed files with 26 additions and 13 deletions

View File

@ -1,9 +1,11 @@
<services> <services>
<service name="download_files" mode="disabled" /> <service name="download_files" mode="disabled" />
<service name="cargo_vendor" mode="disabled"> <service name="cargo_vendor" mode="disabled">
<param name="srctar">texlab-5.2.0.tar.gz</param> <param name="srctar">texlab-5.3.0.tar.gz</param>
<param name="compression">xz</param> <param name="compression">zst</param>
<param name="update">true</param> <param name="update">true</param>
</service> </service>
<service name="cargo_audit" mode="disabled" /> <service name="cargo_audit" mode="disabled">
<param name="srcdir">texlab-5.3.0</param>
</service>
</services> </services>

View File

@ -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
View File

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

View File

@ -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> Thu Feb 9 13:13:48 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -17,18 +17,19 @@
Name: texlab Name: texlab
Version: 5.2.0 Version: 5.3.0
Release: 0 Release: 0
Summary: Implementation of the Language Server Protocol for LaTeX 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 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 Group: Productivity/Publishing/TeX/Utilities
URL: https://github.com/latex-lsp/texlab URL: https://github.com/latex-lsp/texlab
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.xz Source1: vendor.tar.zst
Source2: cargo_config Source2: cargo_config
BuildRequires: cargo-packaging BuildRequires: cargo-packaging
BuildRequires: rust+cargo >= 1.59 BuildRequires: rust+cargo
ExclusiveArch: %{rust_arches} BuildRequires: zstd
ExclusiveArch: %{rust_tier1_arches}
%description %description
Cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system. Cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system.

View File

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

3
vendor.tar.zst Normal file
View File

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