From cb9013953ada9473ca90850d08a664f0246b628c9270bcc356ea1dc7aab52e40 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 19 Jun 2022 15:40:28 +0000 Subject: [PATCH 1/2] - Update to version 4.1.0: * Fix crates.io deployment job * Enable incremental compilation for release builds * Add missing env variables to deploy workflow * Revert "Switch to glassbench instead of criterion" * Improve the heuristic for finding artifacts * Use thin LTO for release builds * Remove unused dev dependencies * Switch to glassbench instead of criterion * Bump uuid from 1.1.0 to 1.1.2 (#646) OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=5 --- _service | 2 +- texlab-4.0.0.tar.xz | 3 --- texlab-4.1.0.tar.xz | 3 +++ texlab.changes | 15 +++++++++++++++ texlab.spec | 2 +- vendor.tar.xz | 4 ++-- 6 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 texlab-4.0.0.tar.xz create mode 100644 texlab-4.1.0.tar.xz diff --git a/_service b/_service index c8347f7..536f5cf 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/latex-lsp/texlab @PARENT_TAG@ git - 929a05483ce00ccdf8871d050abeefd2b9d9cd00 + 4ba779b1c179939084620d1a9f2cf96b9b99d1d8 v(.*) \1 enable diff --git a/texlab-4.0.0.tar.xz b/texlab-4.0.0.tar.xz deleted file mode 100644 index 2bd5c4e..0000000 --- a/texlab-4.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:595bf3421243f46975f0e8d2c9778ab83ce259808c0a85d0cd1aa54e52ab8533 -size 7505504 diff --git a/texlab-4.1.0.tar.xz b/texlab-4.1.0.tar.xz new file mode 100644 index 0000000..1fcaa1b --- /dev/null +++ b/texlab-4.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95d484f601882a7628de4cfec749b0a2ddd8a1abff7dd87c5bc6f0053ff76d9 +size 7489720 diff --git a/texlab.changes b/texlab.changes index ee3a180..a217f22 100644 --- a/texlab.changes +++ b/texlab.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jun 19 15:37:46 UTC 2022 - socvirnyl.estela@gmail.com + +- Update to version 4.1.0: + * Bump version to v4.1.0 + * Fix crates.io deployment job + * Enable incremental compilation for release builds + * Add missing env variables to deploy workflow + * Revert "Switch to glassbench instead of criterion" + * Improve the heuristic for finding artifacts + * Use thin LTO for release builds + * Remove unused dev dependencies + * Switch to glassbench instead of criterion + * Bump uuid from 1.1.0 to 1.1.2 (#646) + ------------------------------------------------------------------- Wed Jun 01 12:26:32 UTC 2022 - socvirnyl.estela@gmail.com diff --git a/texlab.spec b/texlab.spec index 4f07e89..0591792 100644 --- a/texlab.spec +++ b/texlab.spec @@ -17,7 +17,7 @@ Name: texlab -Version: 4.0.0 +Version: 4.1.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.xz b/vendor.tar.xz index 786f9a9..deecd3c 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4aa653912d953bd2289c85f70898d2cf5ce6462fc02a29f4392cc64f80ceba2 -size 22936184 +oid sha256:0eb72ffa57e55e5a56650150ca0e5982a1e32d5678cb32f4bc77fe20e463c2ed +size 23104460 From 16e1a1bd1708dcec59081f02587f4c3bfd89177e67dff23cdc540e7422f2959a Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 19 Jun 2022 15:49:08 +0000 Subject: [PATCH 2/2] - removing cargo tests. not useful OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=6 --- texlab.changes | 5 +++++ texlab.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/texlab.changes b/texlab.changes index a217f22..eba7346 100644 --- a/texlab.changes +++ b/texlab.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 19 15:48:32 UTC 2022 - Soc Virnyl Estela + +- removing cargo tests. not useful + ------------------------------------------------------------------- Sun Jun 19 15:37:46 UTC 2022 - socvirnyl.estela@gmail.com diff --git a/texlab.spec b/texlab.spec index 0591792..b734fc8 100644 --- a/texlab.spec +++ b/texlab.spec @@ -45,8 +45,8 @@ cp %{SOURCE2} .cargo/config %{cargo_install} install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/ -%check -%{cargo_test} +#%%check +#%%{cargo_test} %files %{_bindir}/texlab