forked from pool/texlab
9ff4edb5f9
* Bump version to v4.2.1 * Downgrade anyhow due to yanked version * Bump chrono from 0.4.20-rc.1 to 0.4.20 (#717) * Bump serde_repr from 0.1.8 to 0.1.9 (#714) * Bump serde from 1.0.140 to 1.0.142 (#715) * Bump clap from 3.2.15 to 3.2.16 (#709) * Bump insta from 1.17.0 to 1.17.1 (#710) * Bump anyhow from 1.0.58 to 1.0.60 (#713) * Bump serde_json from 1.0.82 to 1.0.83 (#716) * Update chrono crate * Update changelog * Copy both ".chktexrc" and "chktexrc" to temp dir * Test for less targets in CI * Create file watcher on main thread * Run "cargo update" * Bump clap from 3.2.14 to 3.2.15 (#698) * Bump human_name from 1.3.2 to 1.3.4 (#703) * Bump insta from 1.16.0 to 1.17.0 (#706) * Use chktexrc directory if found when linting * Always use server-side file watching * Use current dir as fallback watch location * Only trigger dependabot for direct dependencies * Fix parsing options when some values are missing * Re-add auxiliary directory to watch list * Use notify for file watching if no client support * Fix working directory of ChkTeX * Update dependencies using "cargo update" * Bump regex from 1.5.6 to 1.6.0 (#668) * Bump criterion-plot from 0.4.4 to 0.4.5 (#681) OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=10
28 lines
1013 B
Plaintext
28 lines
1013 B
Plaintext
<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">5f54ebb</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">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">texlab</param>
|
|
</service>
|
|
</services>
|
|
|