2021-06-16 11:24:39 +02:00
|
|
|
<services>
|
|
|
|
<service name="format_spec_file" mode="manual">
|
|
|
|
</service>
|
|
|
|
<service name="obs_scm" mode="localonly">
|
|
|
|
<param name="scm">git</param>
|
2021-10-04 10:28:19 +02:00
|
|
|
<param name="url">https://github.com/sharkdp/bat</param>
|
- Update to 0.23.0:
Features:
* Implemented -S and --chop-long-lines flags as aliases for
--wrap=never. See #2309
* Breaking change: Environment variables can now override config
file settings (but command-line arguments still have the highest
precedence), see #1152, #1281, and #2381
* Implemented --nonprintable-notation=caret to support showing
non-printable characters using caret notation. See #2429
Bugfixes:
* Fix bat cache --clear not clearing the --target dir if specified. See #2393
Other:
* Various bash completion improvements, see #2310
* Disable completion of cache subcommand, see #2399
* Signifigantly improve startup performance on macOS, see #2442
* Bump MSRV to 1.62, see #2496
Syntaxes:
* Added support for Ada, see #1300 and #2316
* Added todo.txt syntax, see #2375
* Improve Manpage.sublime-syntax. See #2364 and #2461
* Added a new requirements.txt syntax, see #2361
* Added a new VimHelp syntax, see #2366
* Associate pdm.lock with TOML syntax, see #2410
* Todo.txt: Fix highlighting of contexts and projects at beginning
of done.txt, see #2411
* cmd-help: overhaul scope names (colors) to improve theme
support; misc syntax improvements. See #2419
* Added support for Crontab, see #2509
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=41
2023-03-26 00:00:03 +01:00
|
|
|
<param name="revision">v0.23.0</param>
|
2021-06-16 11:24:39 +02:00
|
|
|
<param name="versionformat">@PARENT_TAG@</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>
|
2022-06-07 16:31:15 +02:00
|
|
|
<param name="compression">xz</param>
|
|
|
|
<param name="update">true</param>
|
2021-06-16 11:24:39 +02:00
|
|
|
</service>
|
|
|
|
</services>
|