- Update to version 1.4.0: * Bump version. * Document template literals. * Handle delimiters in literal strings. * Literal strings in --template. * Add more regressions. * Make --template escaperoff() escape initial delim. * On-going version notes. * Add more possible contributions nobody will do. * Simplify and cohere -tterm images and links. * Document RELLINKS in library manpage. * Rehyphenate some command-line arguments. * Tidy up options-parsing area. * Hook up --term-no-rellinks. * Add -tterm ignoring of relative links. * Remove unused styles. * Have -tterm footnote block header be an hrule. * Use -tterm unicode lines for blocks/tables. * Use horizontal UTF-8 sequence for hrule. * Horizontal rule gets full vertical space. * Have CI use -fsanitize during build. * Don't pass NULL to strndup. * Fix UB found by -fsanitize. * Process --version, -h, --help. * Document --term-hmargin=auto. * Document consumer of lowdown_opts_term. * Document new lowdown_opts_term. * Document hpadding/hmargin. * Refactor padding, margin, width, columns. * Specify padding/margin for -tterm. OBS-URL: https://build.opensuse.org/request/show/1233409 OBS-URL: https://build.opensuse.org/package/show/Base:System/lowdown?expand=0&rev=12
23 lines
886 B
Plaintext
23 lines
886 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://github.com/kristapsdz/lowdown</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<!-- If we ever have to package a snapshot, use this format pattern:
|
|
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
|
-->
|
|
<!-- Default rewrite-pattern
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
-->
|
|
<param name="versionrewrite-pattern">VERSION_(\d+)_(\d+)_(\d+)</param>
|
|
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|