Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3619a6eaaa | |||
|
|
b3e0955bd1 | ||
|
|
ac4c76e381 | ||
| 5c38a58bd6 | |||
|
|
f368edadd1 | ||
|
|
a6c5565a0f | ||
|
|
8648452bde | ||
| c9e89ae3e3 | |||
|
|
234cae8914 |
3
_service
3
_service
@@ -3,7 +3,8 @@
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srctar">texlab-*.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
<param name="update">false</param>
|
||||
<param name="respect-lockfile">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual" />
|
||||
</services>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d21868a912b3ba1ca037d1df537dfdcecbbda3a3436529dc0634cacee302d8a9
|
||||
size 7500975
|
||||
3
texlab-5.23.1.tar.gz
Normal file
3
texlab-5.23.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32620d4a186222cef1140250c9c43b83ed873a4710d05a0075c7d8f6d1d4e1ec
|
||||
size 7519089
|
||||
@@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 11 06:48:41 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 5.23.1:
|
||||
* Add --line0, --line1 arguments to the texlab inverse-search command (#1365)
|
||||
* Extract the context provided by latexmkrc to infer additions to TEXINPUTS and BIBINPUTS (#1369)
|
||||
* Add support for latexmk v4.86 (#1410)
|
||||
* Recognize wide float environment in label parsing (#1404)
|
||||
* Treat \gdef, \edef, \xdef and \glet as command definitions (#1402)
|
||||
* Add support for multi-word filtering in workspace symbols (#1396)
|
||||
* Add support for matching incomplete keywords in workspace symbol filtering (#1396)
|
||||
* Add an experimental capability for textDocument/build and textDocument/forwardSearch (#1328)
|
||||
* Allow disabling warnings using % texlab: warnings off and % texlab: warnings on (#1327)
|
||||
* Regenerate diagnostics after loading the TeX distribution (#1376)
|
||||
* Improve handling of nested curly braces in command parsing (#1360)
|
||||
* Don't panic if the server receives a completion request with an invalid position (#1367)
|
||||
* Only return LocationLink[] in textDocument/definition if the client supports it (#1399)
|
||||
* Add --line0, --line1 arguments to the texlab inverse-search command (#1365)
|
||||
* Extract the context provided by latexmkrc to infer additions to TEXINPUTS and BIBINPUTS (#1369)
|
||||
* Add support for latexmk v4.86 (#1410)
|
||||
* Recognize wide float environment in label parsing (#1404)
|
||||
* Treat \gdef, \edef, \xdef and \glet as command definitions (#1402)
|
||||
* Add support for multi-word filtering in workspace symbols (#1396)
|
||||
* Add support for matching incomplete keywords in workspace symbol filtering (#1396)
|
||||
* Add an experimental capability for textDocument/build and textDocument/forwardSearch (#1328)
|
||||
* Allow disabling warnings using % texlab: warnings off and % texlab: warnings on (#1327)
|
||||
* Regenerate diagnostics after loading the TeX distribution (#1376)
|
||||
* Improve handling of nested curly braces in command parsing (#1360)
|
||||
* Don't panic if the server receives a completion request with an invalid position (#1367)
|
||||
* Only return LocationLink[] in textDocument/definition if the client supports it (#1399)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 23 06:51:34 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Reupload vendor.tar.zst.
|
||||
* Disable update to respect lockfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 23 04:05:56 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 5.22.1:
|
||||
* Don't store IPC socket (texlab.sock) in temp directory
|
||||
* Allow hovering over symbol-like commands (e. g. \pi) to show a unicode preview or a preview image if the client supports it
|
||||
* Add texlab.symbols.customEnvironments setting for specifying additional environments that will be included in the document symbols
|
||||
* Add texlab.experimental.labelReferenceRangeCommands setting
|
||||
* Add tex-fmt as a formatter for latex and bibtex
|
||||
* Fix parsing links with URL encoding
|
||||
* Improve error message when texlab.build.executable does not exist
|
||||
* Support starred variants in "Go to References"
|
||||
* Add texlab.latexindent.replacement setting to allow passing a replacement flag to latexindent
|
||||
* Don't require a label to show section numbers for document symbols
|
||||
* Support navigating to files that are part of the TEXINPUTS similar to BIBINPUTS
|
||||
* Fix opening untitled documents
|
||||
* Handle \bibitem when checking for undefined references
|
||||
* Fix false-positive syntax error when using a command inside a \label
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 07:31:52 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 5.20.0:
|
||||
* Add texlab.inlayHints.maxLength setting to allow limiting inlay hint text length
|
||||
* Allow suppressing diagnostics using % texlab: ignore magic comments
|
||||
* Fix enabling texlab.build.useFileList setting
|
||||
* Make "Goto Definition" work correctly with starred commands
|
||||
* Add texlab.build.useFileList setting to allow controlling whether to use the .fls files
|
||||
* Disable using .fls files for project detection by default
|
||||
* Parse .fls files to make the project detection more reliable
|
||||
* Fix parsing commands with unicode characters inside BibTeX entries
|
||||
* Improve detection of included files when non-ASCII characters are used
|
||||
* Fix resolving includes starting from files included using \subimport
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 00:09:28 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package texlab
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: texlab
|
||||
Version: 5.17.0
|
||||
Version: 5.23.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
|
||||
@@ -39,14 +39,14 @@ The server may be used with any editor that implements the Language Server Proto
|
||||
%autosetup -a1
|
||||
|
||||
%build
|
||||
%{cargo_build} --all-features --frozen --locked
|
||||
%{cargo_build} --all-features
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_bindir}
|
||||
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{name} %{buildroot}%{_bindir}/%{name}
|
||||
|
||||
%check
|
||||
%{cargo_test} --all-features --frozen --locked
|
||||
%{cargo_test}
|
||||
|
||||
%files
|
||||
%{_bindir}/texlab
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cc3814a1625243f43b584002542f0259adae32c193ceae95d5dd0d37e643a31
|
||||
size 22646281
|
||||
oid sha256:9e2f1881bd91f5ce8aed74148c2f4796ed1bb03a278b5eaa9ed1a97616a6b217
|
||||
size 25464143
|
||||
|
||||
Reference in New Issue
Block a user