d82f55fa82
- Update to version 0.20.0 * New style component header-filesize to show size of the displayed file in the header. * Use underline for line highlighting on ANSI * Fix bash completion on bash 3.x and bash-completion 1.x. - Update to version 0.19.0 * Reduce startup time in loop-through mode by 90%. * Load themes lazily to make bat start 25% faster when disregarding syntax load time. * Python syntax highlighting no longer suffers from abysmal performance in specific scenarios. * Fix for poor performance when ANSI escape sequences are piped to bat * Fix for incorrect handling of ANSI escape sequences when using --wrap=never * Load custom assets as fast as integrated assets * Support for x:-delta (minus) syntax in line ranges * Support for --ignored-suffix argument. * $BAT_CONFIG_DIR is now a recognized environment variable. It has precedence over $XDG_CONFIG_HOME * Support for x:+delta syntax in line ranges (e.g. 20:+10) * Add new --acknowledgements option that gives credit to theme and syntax definition authors * Fix: First line not shown in diff context. * Fix: Do not ignore syntaxes that handle file names with a *.conf extension. OBS-URL: https://build.opensuse.org/request/show/970606 OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=31
26 lines
876 B
Plaintext
26 lines
876 B
Plaintext
<services>
|
|
<service name="format_spec_file" mode="manual">
|
|
</service>
|
|
<service name="obs_scm" mode="localonly">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/sharkdp/bat</param>
|
|
<param name="revision">v0.20.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service mode="localonly" name="set_version">
|
|
</service>
|
|
<service name="tar" mode="localonly"/>
|
|
<service name="recompress" mode="localonly">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="localonly">
|
|
<param name="srcdir">bat</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="localonly">
|
|
<param name="srcdir">bat</param>
|
|
</service>
|
|
</services>
|