diff --git a/README.packager b/README.packager index ccbdac8..6f5ff01 100644 --- a/README.packager +++ b/README.packager @@ -15,4 +15,4 @@ 3. Generate archive cargo vendor - tar c vendor/ | xz > vendor.tar.xz + tar -cJf vendor.tar.xz vendor diff --git a/bat-0.10.0.tar.gz b/bat-0.10.0.tar.gz deleted file mode 100644 index 93a4632..0000000 --- a/bat-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54dd396e8f20d44c6032a32339f45eab46a69b6134e74a704f8d4a27c18ddc3e -size 810088 diff --git a/bat-0.11.0.tar.gz b/bat-0.11.0.tar.gz new file mode 100644 index 0000000..41c06b2 --- /dev/null +++ b/bat-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4e39efadfab71c0c929a92b82dac58deacfe2a4eb527d4256ac0634e042ed2 +size 834756 diff --git a/bat.changes b/bat.changes index 8cc1c4c..74cf47c 100644 --- a/bat.changes +++ b/bat.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed May 15 21:22:44 UTC 2019 - Dany Marcoux + +- 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 + +- Run spec-cleaner +- Remove double %setup macro +- Simplify tar command in README.packager + ------------------------------------------------------------------- Mon Feb 11 22:15:10 UTC 2019 - Dany Marcoux diff --git a/bat.spec b/bat.spec index 350f19f..ff56afb 100644 --- a/bat.spec +++ b/bat.spec @@ -17,12 +17,12 @@ 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 +License: MIT OR Apache-2.0 Group: Productivity/Text/Utilities -Url: https://github.com/sharkdp/bat +URL: https://github.com/sharkdp/bat Source0: https://github.com/sharkdp/bat/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.xz # Instructions on how to generate vendor.tar.xz @@ -32,15 +32,13 @@ BuildRequires: cmake BuildRequires: rust BuildRequires: rust-std BuildRequires: zlib-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A cat(1) clone which supports syntax highlighting for a large number of programming and markup languages. It has git integration and automatic paging. %prep -%setup -q -%setup -q -D -T -a 1 +%setup -qa1 mkdir cargo-home cat >cargo-home/config <