sile/_service
Gordon Leung 9ffb05391d - Update to 0.15.4:
* New Features
   - build: Add a developer target to test build dist without automake
   - languages: Add Brazilian Portuguese specific hyphenation point
   - packages: Biblatex data inheritance and field mapping
   - packages: Support `@string` syntax in bibTeX bibliography
   - packages: Support `@xdata` entry type and xdata field in bibTeX bibliography
   - packages: Support crossref field in bibTeX bibliography
   - tooling: Add developer target to build Rust API docs
  * Bug Fixes
   - build: Avoid building sile binaries if not using them
   * build: Avoid the perceived need for an extra automake cycle in dist tarball
   * build: Do not distribute main man page, requires Rust tooling
   * build: Don't distribute distfiles list with configure option specific output
   * languages: Always set Fluent locale when setting `document.language`
   * packages: Correct handling of ampersands and tildes in bibtex
   * packages: Ignore `@preamble`  in bibTeX bibliography

OBS-URL: https://build.opensuse.org/package/show/Publishing/sile?expand=0&rev=53
2024-06-28 17:38:55 +00:00

17 lines
562 B
XML

<?xml version="1.0"?>
<services>
<service mode="manual" name="download_url">
<param name="protocol">https</param>
<param name="host">github.com</param>
<param name="path">/sile-typesetter/sile/releases/download/v0.15.4/sile-0.15.4.tar.zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="src">sile*.tar.zst</param>
<param name="compression">zst</param>
<param name="update">true</param>
<param name="filter">true</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>