8cf278c784
- Update to 0.15.3: * A lot of breaking changes in the transition to 0.15.0 https://github.com/sile-typesetter/sile/releases/tag/v0.15.0 * Bug Fixes - build: Distribute vendored compat-5.3.c source file - build: Remove Git from configure dependencies - classes: Correct order of operations when paragraphs are ended manually - packages: Change retrograde package so 'target' version works as expected - build: Bundle all assets in source distribution - core: Allow LUA_PATH env var to take effect at runtime - New build dependencies * cargo/rust * clang to replicate upstream's choice of c compiler * jq - Switch to lua51 for luajit. luajit only supports lua51 for now - New subpackages: fish zsh and bash completions OBS-URL: https://build.opensuse.org/request/show/1180872 OBS-URL: https://build.opensuse.org/package/show/Publishing/sile?expand=0&rev=40
17 lines
562 B
XML
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.3/sile-0.15.3.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>
|
|
|