- Update to version 4.3.1:
* Do not crash with a stack overflow when trying to load packages with many internal dependencies * Normalize drive letters of all document URIs * Fix parsing commands that take file paths as arguments * Use the correct working directory and command line arguments when calling `latexindent` * Fix publishing to CTAN OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=18
This commit is contained in:
parent
4c52bbd13b
commit
30623fd0da
25
_service
25
_service
@ -1,27 +1,8 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/latex-lsp/texlab</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">26fec86</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">texlab</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="srctar">v4.3.1.tar.gz</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">texlab</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled" />
|
||||
</services>
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:965d13796d5f83a7866dcd0cb60dbf0d887333ac061afbf6950bfacee3400528
|
||||
size 7413096
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 30 10:06:49 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update to version 4.3.1:
|
||||
* Do not crash with a stack overflow when trying to load packages with many internal dependencies
|
||||
* Normalize drive letters of all document URIs
|
||||
* Fix parsing commands that take file paths as arguments
|
||||
* Use the correct working directory and command line arguments when calling `latexindent`
|
||||
* Fix publishing to CTAN
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 12:38:47 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: texlab
|
||||
Version: 4.3.0
|
||||
Version: 4.3.1
|
||||
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: %{name}-%{version}.tar.xz
|
||||
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo-packaging
|
||||
|
3
v4.3.1.tar.gz
Normal file
3
v4.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0825077c79e4502b05b8aa9762cf409e47ccd3f3c6bc30044a4c00cdb4e1c5a
|
||||
size 7482145
|
3
vendor.tar.gz
Normal file
3
vendor.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c016cb3d717d4a753b8c9e3c79d6cdd631b6d1a10d463e802efa68c65e75a2b
|
||||
size 26088901
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d54c105d65bbcd5dade8bf21874f155a7952b568a194c995a69ff28376e0f733
|
||||
size 16106864
|
Loading…
Reference in New Issue
Block a user