Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package texlab for openSUSE:Factory checked in at 2022-11-08 10:54:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlab (Old) and /work/SRC/openSUSE:Factory/.texlab.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlab" Tue Nov 8 10:54:27 2022 rev:8 rq:1034284 version:4.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/texlab/texlab.changes 2022-10-21 17:22:41.819829498 +0200 +++ /work/SRC/openSUSE:Factory/.texlab.new.1597/texlab.changes 2022-11-08 10:54:36.413720721 +0100 @@ -1,0 +2,10 @@ +Sun Oct 30 10:06:49 UTC 2022 - Soc Virnyl Estela <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- texlab-4.3.0.tar.xz vendor.tar.xz New: ---- v4.3.1.tar.gz vendor.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlab.spec ++++++ --- /var/tmp/diff_new_pack.t1RFZJ/_old 2022-11-08 10:54:37.713723781 +0100 +++ /var/tmp/diff_new_pack.t1RFZJ/_new 2022-11-08 10:54:37.717723790 +0100 @@ -17,14 +17,14 @@ 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 -Source1: vendor.tar.xz +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +Source1: vendor.tar.gz Source2: cargo_config BuildRequires: cargo-packaging BuildRequires: rust+cargo >= 1.59 @@ -46,7 +46,7 @@ %{cargo_install} # They deleted it. -# install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/ +# install -Dm644 texlab.1 -t %%{buildroot}%%{_mandir}/man1/ #%%check #%%{cargo_test} @@ -54,7 +54,7 @@ %files %{_bindir}/texlab %license LICENSE -%doc docs README.md CHANGELOG.md +%doc README.md CHANGELOG.md # %{_mandir}/man1/texlab.1%{?ext_man} %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.t1RFZJ/_old 2022-11-08 10:54:37.765723903 +0100 +++ /var/tmp/diff_new_pack.t1RFZJ/_new 2022-11-08 10:54:37.765723903 +0100 @@ -1,28 +1,9 @@ <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">[email protected]</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> -
