From 419c0dd55369963d825168a3528c5fd437d2c78e3c965253a3e741e0c26f11e3 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 1 Oct 2023 00:52:24 +0000 Subject: [PATCH 1/2] - Update to version 5.10.0: * Allow passing additional arguments to ChkTeX using texlab.chktex.additionalArgs * Fix loading bibliographies from kpathsea search path * Don't report duplicate results when using goto definition on includes * Fix project detection when there exist files with the same name * Do not report parse errors with $ in paths OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=50 --- _service | 2 +- cargo_config | 2 +- texlab-5.10.0.tar.gz | 3 +++ texlab-5.9.2.tar.gz | 3 --- texlab.changes | 10 ++++++++++ texlab.spec | 2 +- vendor.tar.zst | 4 ++-- 7 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 texlab-5.10.0.tar.gz delete mode 100644 texlab-5.9.2.tar.gz diff --git a/_service b/_service index 6d81ac3..9b84b72 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - texlab-5.9.2.tar.gz + texlab-5.10.0.tar.gz zst true diff --git a/cargo_config b/cargo_config index 6fb4ff4..97852b5 100644 --- a/cargo_config +++ b/cargo_config @@ -2,4 +2,4 @@ replace-with = "vendored-sources" [source.vendored-sources] -directory = "vendor" \ No newline at end of file +directory = "vendor" diff --git a/texlab-5.10.0.tar.gz b/texlab-5.10.0.tar.gz new file mode 100644 index 0000000..bead82b --- /dev/null +++ b/texlab-5.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af327ac35b1803d1b9831abf915b9bbd9f18d8659facfb72f820e006b60bfa41 +size 7504241 diff --git a/texlab-5.9.2.tar.gz b/texlab-5.9.2.tar.gz deleted file mode 100644 index edf82f3..0000000 --- a/texlab-5.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b635d592423705802feb442e47622307c2ed12d265f5d48b95b3082f27d571ae -size 7499478 diff --git a/texlab.changes b/texlab.changes index 3cad232..933af53 100644 --- a/texlab.changes +++ b/texlab.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Oct 1 00:45:25 UTC 2023 - Soc Virnyl Estela + +- Update to version 5.10.0: + * Allow passing additional arguments to ChkTeX using texlab.chktex.additionalArgs + * Fix loading bibliographies from kpathsea search path + * Don't report duplicate results when using goto definition on includes + * Fix project detection when there exist files with the same name + * Do not report parse errors with $ in paths + ------------------------------------------------------------------- Mon Aug 21 05:27:13 UTC 2023 - Soc Virnyl Estela diff --git a/texlab.spec b/texlab.spec index 32ce036..e3ca121 100644 --- a/texlab.spec +++ b/texlab.spec @@ -17,7 +17,7 @@ Name: texlab -Version: 5.9.2 +Version: 5.10.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 diff --git a/vendor.tar.zst b/vendor.tar.zst index 5f71ac5..2236644 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11bbe7c327a3403a762f9a95e7a5f9076c0c01cd7cb2f744e7bef5cc6dc47a2a -size 21223341 +oid sha256:adb921d10e32ee14b6bf1f194041bc7a4e104337b41f60948beb3e3afbec5d3d +size 21196549 From df22d46c242c8e8f2827675831a3835421f1a43409f31de9055482c5b3b47c17 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Mon, 2 Oct 2023 22:18:48 +0000 Subject: [PATCH 2/2] Accepting request 1114871 from home:Wolfheri - Remove lines in spec files due "failed to build" * # They deleted it. install -Dm644 texlab.1 -t %%{buildroot}%%{_mandir}/man1/ * %{_mandir}/man1/texlab.1%{?ext_man} OBS-URL: https://build.opensuse.org/request/show/1114871 OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=51 --- texlab.changes | 8 ++++++++ texlab.spec | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/texlab.changes b/texlab.changes index 933af53..5b0c288 100644 --- a/texlab.changes +++ b/texlab.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Oct 2 19:39:45 UTC 2023 - Olivier Belleux + +- Remove lines in spec files due "failed to build" + * # They deleted it. + install -Dm644 texlab.1 -t %%{buildroot}%%{_mandir}/man1/ + * %{_mandir}/man1/texlab.1%{?ext_man} + ------------------------------------------------------------------- Sun Oct 1 00:45:25 UTC 2023 - Soc Virnyl Estela diff --git a/texlab.spec b/texlab.spec index e3ca121..5322566 100644 --- a/texlab.spec +++ b/texlab.spec @@ -47,9 +47,6 @@ cp %{SOURCE2} .cargo/config mkdir -p %{buildroot}%{_bindir} install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{name} %{buildroot}%{_bindir}/%{name} -# They deleted it. -# install -Dm644 texlab.1 -t %%{buildroot}%%{_mandir}/man1/ - %check %{cargo_test} --all-features @@ -57,6 +54,5 @@ install -m 0755 %{_builddir}/%{name}-%{version}/target/release/%{name} %{buildro %{_bindir}/texlab %license LICENSE %doc README.md CHANGELOG.md -# %{_mandir}/man1/texlab.1%{?ext_man} %changelog