forked from pool/texlab
Accepting request 1114877 from Publishing:TeXLive
OBS-URL: https://build.opensuse.org/request/show/1114877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlab?expand=0&rev=20
This commit is contained in:
commit
25d6b94069
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="manual" />
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srctar">texlab-5.9.2.tar.gz</param>
|
||||
<param name="srctar">texlab-5.10.0.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
3
texlab-5.10.0.tar.gz
Normal file
3
texlab-5.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af327ac35b1803d1b9831abf915b9bbd9f18d8659facfb72f820e006b60bfa41
|
||||
size 7504241
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b635d592423705802feb442e47622307c2ed12d265f5d48b95b3082f27d571ae
|
||||
size 7499478
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 2 19:39:45 UTC 2023 - Olivier Belleux <o.g.m.belleux@gmail.com>
|
||||
|
||||
- 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 <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
- 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 <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11bbe7c327a3403a762f9a95e7a5f9076c0c01cd7cb2f744e7bef5cc6dc47a2a
|
||||
size 21223341
|
||||
oid sha256:adb921d10e32ee14b6bf1f194041bc7a4e104337b41f60948beb3e3afbec5d3d
|
||||
size 21196549
|
||||
|
Loading…
Reference in New Issue
Block a user