SHA256
1
0
forked from pool/texlab

Accepting request 980345 from home:uncomfyhalomacro:branches:Publishing:TeXLive

- Update to version 4.0.0:
  * Bump version to v4.0.0
  * Add missing Cargo metadata
  * Use custom citation rendering instead of citeproc-rs (#629)
  * Remove reference to im crate
  * Add command line flag to print version
  * Fix deployment workflow
  * Bump crossbeam-utils from 0.8.6 to 0.8.8
  * Remove Clippy CI job
  * Bump unindent from 0.1.8 to 0.1.9 (#626)
  * Bump log from 0.4.16 to 0.4.17 (#624)

OBS-URL: https://build.opensuse.org/request/show/980345
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=3
This commit is contained in:
Soc Virnyl Estela 2022-06-01 12:47:32 +00:00 committed by Git OBS Bridge
parent 91a8b54b81
commit da40f92aa2
7 changed files with 60 additions and 20 deletions

27
_service Normal file
View File

@ -0,0 +1,27 @@
<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">929a05483ce00ccdf8871d050abeefd2b9d9cd00</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">socvirnyl.estela@gmail.com</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="update">false</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">texlab</param>
</service>
</services>

View File

@ -1,10 +1,5 @@
[source.crates-io] [source.crates-io]
replace-with = "vendored-sources" replace-with = "vendored-sources"
[source."https://github.com/cormacrelf/citeproc-rs"]
git = "https://github.com/cormacrelf/citeproc-rs"
rev = "2ab195a1e6f84f0ff284813ece61dc62096abbfe"
replace-with = "vendored-sources"
[source.vendored-sources] [source.vendored-sources]
directory = "vendor" directory = "vendor"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffcd0f66d62bd0f76bc70e67b139c4f86b978a6b8f88ad96597724e7c3ec3e6e
size 7497736

3
texlab-4.0.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:595bf3421243f46975f0e8d2c9778ab83ce259808c0a85d0cd1aa54e52ab8533
size 7505504

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jun 01 12:26:32 UTC 2022 - socvirnyl.estela@gmail.com
- Update to version 4.0.0:
* Bump version to v4.0.0
* Add missing Cargo metadata
* Use custom citation rendering instead of citeproc-rs (#629)
* Remove reference to im crate
* Add command line flag to print version
* Fix deployment workflow
* Bump crossbeam-utils from 0.8.6 to 0.8.8
* Remove Clippy CI job
* Bump unindent from 0.1.8 to 0.1.9 (#626)
* Bump log from 0.4.16 to 0.4.17 (#624)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 12 04:20:39 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> Sat Mar 12 04:20:39 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -12,26 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: texlab Name: texlab
Version: 3.3.2 Version: 4.0.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
Group: Productivity/Publishing/TeX/Utilities Group: Productivity/Publishing/TeX/Utilities
Url: https://github.com/latex-lsp/texlab URL: https://github.com/latex-lsp/texlab
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
Source1: vendor.tar.xz Source1: vendor.tar.xz
Source2: cargo_config Source2: cargo_config
BuildRequires: cargo-packaging BuildRequires: cargo-packaging
ExclusiveArch: %{rust_tier1_arches} ExclusiveArch: %{rust_arches}
%description %description
Cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system. Cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system.
The server may be used with any editor that implements the Language Server Protocol. The server may be used with any editor that implements the Language Server Protocol.
%prep %prep
@ -40,15 +39,19 @@ mkdir .cargo
cp %{SOURCE2} .cargo/config cp %{SOURCE2} .cargo/config
%build %build
RUSTFLAGS=%{rustflags} cargo build --release --offline --jobs 2 %{cargo_build}
%install %install
install -D -d -m 0755 %{buildroot}%{_bindir} %{cargo_install}
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/texlab %{buildroot}%{_bindir}/texlab install -Dm644 texlab.1 -t %{buildroot}%{_mandir}/man1/
%check
%{cargo_test}
%files %files
%{_bindir}/texlab %{_bindir}/texlab
%license LICENSE %license LICENSE
%doc docs README.md CHANGELOG.md %doc docs README.md CHANGELOG.md
%{_mandir}/man1/texlab.1%{?ext_man}
%changelog %changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:7001d7ce886b79e4d94ecfaaa65dda01e320f0647a7b2be618bfe8fa98cf9f1f oid sha256:a4aa653912d953bd2289c85f70898d2cf5ce6462fc02a29f4392cc64f80ceba2
size 18349216 size 22936184