diff --git a/README.packager b/README.packager index 6f5ff01..ebd96b4 100644 --- a/README.packager +++ b/README.packager @@ -8,8 +8,8 @@ 2. Checkout version - git clone https://github.com/sharkdp/bat - cd bat + 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 diff --git a/bat-0.11.0.tar.gz b/bat-0.11.0.tar.gz deleted file mode 100644 index 41c06b2..0000000 --- a/bat-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb4e39efadfab71c0c929a92b82dac58deacfe2a4eb527d4256ac0634e042ed2 -size 834756 diff --git a/bat-0.12.1.tar.gz b/bat-0.12.1.tar.gz new file mode 100644 index 0000000..2a5a282 --- /dev/null +++ b/bat-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd184ddc9e5228ba94d19afc0b8b440bfc1819fef8133fe331e2c0ec9e3f8e2 +size 874135 diff --git a/bat.changes b/bat.changes index 74cf47c..a092c74 100644 --- a/bat.changes +++ b/bat.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Oct 1 19:06:41 UTC 2019 - Luke Jones + +- Use `pwd`/.cargo for vendor config so that CARGO_HOME export is + not required. + +------------------------------------------------------------------- +Tue Sep 24 14:49:11 UTC 2019 - Dany Marcoux + +- Update to version 0.12.1 + * Features + Binary file content can now be viewed with bat -A + bat can now be used as a man pager + Add new style component to separate multiple '--line-range' + Added '-L' as an alias for '--list-languages' + * Bugfixes + Output looks unbalanced when using '--style=grid,numbers' without 'header' + Issues with filenames starting with "cache" + '--terminal-width -10' is parsed incorrectly + * New syntaxes + Emacs Org mode + requirements.txt + DotENV '.env' + SSH config + And more... see upstream +- Set directory for 'git clone' in README.packager +- Add 'clang' to build dependencies + ------------------------------------------------------------------- Wed May 15 21:22:44 UTC 2019 - Dany Marcoux diff --git a/bat.spec b/bat.spec index ff56afb..911e17d 100644 --- a/bat.spec +++ b/bat.spec @@ -17,7 +17,7 @@ Name: bat -Version: 0.11.0 +Version: 0.12.1 Release: 0 Summary: A cat(1) clone with syntax highlighting and Git integration License: MIT OR Apache-2.0 @@ -28,6 +28,7 @@ Source1: vendor.tar.xz # Instructions on how to generate vendor.tar.xz Source2: README.packager BuildRequires: cargo +BuildRequires: clang BuildRequires: cmake BuildRequires: rust BuildRequires: rust-std @@ -39,8 +40,8 @@ programming and markup languages. It has git integration and automatic paging. %prep %setup -qa1 -mkdir cargo-home -cat >cargo-home/config <.cargo/config <