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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54dd396e8f20d44c6032a32339f45eab46a69b6134e74a704f8d4a27c18ddc3e
size 810088

3
bat-0.11.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb4e39efadfab71c0c929a92b82dac58deacfe2a4eb527d4256ac0634e042ed2
size 834756

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed May 15 21:22:44 UTC 2019 - Dany Marcoux <dmarcoux@suse.com>
- 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#
-------------------------------------------------------------------
Tue Apr 30 13:08:18 UTC 2019 - Dany Marcoux <dmarcoux@suse.com>

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4321d8cdbbda7d6040e2812235174792b5475a920a0b46c89427fbb3fe57bdfa
size 10405328
oid sha256:fcc8c7df978bf4bc6b7549093a79e30c3d625d0f64ca8f5deb84cdf5146e95d5
size 10788192