Go to file
Dany Marcoux c27487295a Accepting request 881305 from home:namtrac:branches:utilities
- Update to version 0.18.0
  * Features
    - Use a pager when bat --list-languages is called, see #1394 (@stku1985)
  * Bugfixes
    - If the last line doesn't end with a newline character,
      don't add it if --style=plain, see #1438 (@Enselic)
    - Only print themes hint in interactive mode (bat --list-themes),
      see #1439 (@rsteube)
    - VimL syntax highlighting fix, see #1450 (@esensar)
    - Print an 'Invalid syntax theme settings' error message if a custom
       theme is broken, see #614 (@Enselic)
    - If plain mode is set and wrap is not explicitly opted in,
      long lines will no be truncated, see #1426
    - If PAGER (but not BAT_PAGER or --pager) is more or most,
      silently use less instead to ensure support for colors, see #1063 (@Enselic)
    - If PAGER is bat, silently use less to prevent recursion.
      For BAT_PAGER or --pager, exit with error, see #1413 (@Enselic)
    - Manpage highlighting fix, see #1511 (@keith-hall)
    - BAT_CONFIG_PATH ignored by bat if non-existent, see #1550 (@sharkdp)
  * Other
    - Performance improvements, see #1421 (@LovecraftianHorror)
    - Added a new --diagnostic option to collect information for
      bug reports, see #1459 (@sharkdp)
    - Modified default theme colors to differentiate between a JSON key
      and a string value, see #1400 (@keith-hall)
    - Upped min required Rust version to 1.42
  * Syntaxes
    - Added Zig syntax, see #1470 (@paulsmith)
    - Added Lean syntax, see #1446 (@Julian)

OBS-URL: https://build.opensuse.org/request/show/881305
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=25
2021-03-25 13:07:38 +00:00
.gitattributes Accepting request 639027 from home:dmarcoux 2018-09-28 15:16:54 +00:00
.gitignore Accepting request 639027 from home:dmarcoux 2018-09-28 15:16:54 +00:00
bat-0.18.0.tar.gz Accepting request 881305 from home:namtrac:branches:utilities 2021-03-25 13:07:38 +00:00
bat.changes Accepting request 881305 from home:namtrac:branches:utilities 2021-03-25 13:07:38 +00:00
bat.spec Accepting request 881305 from home:namtrac:branches:utilities 2021-03-25 13:07:38 +00:00
README.packager Accepting request 738624 from home:dmarcoux 2019-10-15 13:24:20 +00:00
vendor.tar.xz Accepting request 881305 from home:namtrac:branches:utilities 2021-03-25 13:07:38 +00:00

# Heavily based on https://build.opensuse.org/package/view_file/devel:languages:rust/racer/README.packager (Thank you for this!)
#
# Generating `vendor.tar.xz`

1. Install `cargo` from official repositories.

    zypper install cargo

2. Checkout version

    git clone https://github.com/sharkdp/bat ~/tmp/bat
    cd ~/tmp/bat
    git checkout v0.10.0 (or another version from `git tag --list`)

3. Generate archive

    cargo vendor
    tar -cJf vendor.tar.xz vendor