forked from pool/texlab
Accepting request 984784 from Publishing:TeXLive
- removing cargo tests. not useful - 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) OBS-URL: https://build.opensuse.org/request/show/984784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlab?expand=0&rev=3
This commit is contained in:
commit
38099e0304
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/latex-lsp/texlab</param>
|
<param name="url">https://github.com/latex-lsp/texlab</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">929a05483ce00ccdf8871d050abeefd2b9d9cd00</param>
|
<param name="revision">4ba779b1c179939084620d1a9f2cf96b9b99d1d8</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:595bf3421243f46975f0e8d2c9778ab83ce259808c0a85d0cd1aa54e52ab8533
|
|
||||||
size 7505504
|
|
3
texlab-4.1.0.tar.xz
Normal file
3
texlab-4.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e95d484f601882a7628de4cfec749b0a2ddd8a1abff7dd87c5bc6f0053ff76d9
|
||||||
|
size 7489720
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 19 15:48:32 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||||
|
|
||||||
|
- removing cargo tests. not useful
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Wed Jun 01 12:26:32 UTC 2022 - socvirnyl.estela@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: texlab
|
Name: texlab
|
||||||
Version: 4.0.0
|
Version: 4.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of the Language Server Protocol for LaTeX
|
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
|
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
|
||||||
@ -45,8 +45,8 @@ cp %{SOURCE2} .cargo/config
|
|||||||
%{cargo_install}
|
%{cargo_install}
|
||||||
install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/
|
install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/
|
||||||
|
|
||||||
%check
|
#%%check
|
||||||
%{cargo_test}
|
#%%{cargo_test}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/texlab
|
%{_bindir}/texlab
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a4aa653912d953bd2289c85f70898d2cf5ce6462fc02a29f4392cc64f80ceba2
|
oid sha256:0eb72ffa57e55e5a56650150ca0e5982a1e32d5678cb32f4bc77fe20e463c2ed
|
||||||
size 22936184
|
size 23104460
|
||||||
|
Loading…
Reference in New Issue
Block a user