Accepting request 703433 from home:dmarcoux

- Update to version 0.11.0
  * Features
    New color themes: ansi-light, ansi-dark and base16
    The -p/--plain option can be used twice (typically -pp). First -p switches --style to "plain", second disables pager.
  * Bugfixes
    Do not replace arguments to less when using --pager
    Empty files are (once again) printed with a single header line
    --terminal-width=0 is now disallowed
  * New syntaxes
    Fish
    Update for F#

OBS-URL: https://build.opensuse.org/request/show/703433
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=10
This commit is contained in:
Dany Marcoux
2019-05-16 11:31:32 +00:00
committed by Git OBS Bridge
parent 890191182e
commit 58fb6503c1
5 changed files with 22 additions and 7 deletions

View File

@@ -17,7 +17,7 @@
Name: bat
Version: 0.10.0
Version: 0.11.0
Release: 0
Summary: A cat(1) clone with syntax highlighting and Git integration
License: MIT OR Apache-2.0
@@ -54,7 +54,7 @@ cargo build --release --locked %{?_smp_mflags}
%install
export CARGO_HOME=$PWD/cargo-home
cargo install --root=%{buildroot}%{_prefix}
cargo install --root=%{buildroot}%{_prefix} --path .
# remove residue crate file
rm %{buildroot}%{_prefix}/.crates.toml