From 8112623fe7bb1f3625bc16f6cf0bf2ad427dc21b850b39b2670b1830ab6e1f80 Mon Sep 17 00:00:00 2001 From: Dany Marcoux Date: Tue, 24 Sep 2019 15:36:12 +0000 Subject: [PATCH 1/2] Accepting request 732986 from home:dmarcoux - 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 OBS-URL: https://build.opensuse.org/request/show/732986 OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=12 --- README.packager | 4 ++-- bat-0.11.0.tar.gz | 3 --- bat-0.12.1.tar.gz | 3 +++ bat.changes | 22 ++++++++++++++++++++++ bat.spec | 3 ++- vendor.tar.xz | 4 ++-- 6 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 bat-0.11.0.tar.gz create mode 100644 bat-0.12.1.tar.gz 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..1f43c1f 100644 --- a/bat.changes +++ b/bat.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +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..24127e1 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 diff --git a/vendor.tar.xz b/vendor.tar.xz index 7d7642a..721ce51 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcc8c7df978bf4bc6b7549093a79e30c3d625d0f64ca8f5deb84cdf5146e95d5 -size 10788192 +oid sha256:f4b2594aa040100cc98915326374fd8c229dd0c6834939f0b100025819d5c749 +size 11208272 From 3bc7556b55a0e08d711114e0da9869ddeabb0a085243e09aa7711d5c0ec3a118 Mon Sep 17 00:00:00 2001 From: Dany Marcoux Date: Tue, 1 Oct 2019 21:24:40 +0000 Subject: [PATCH 2/2] Accepting request 734414 from home:luke_nukem:branches:utilities - Use `pwd`/.cargo for vendor config so that CARGO_HOME export is not required. OBS-URL: https://build.opensuse.org/request/show/734414 OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=13 --- bat.changes | 6 ++++++ bat.spec | 6 ++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/bat.changes b/bat.changes index 1f43c1f..a092c74 100644 --- a/bat.changes +++ b/bat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/bat.spec b/bat.spec index 24127e1..911e17d 100644 --- a/bat.spec +++ b/bat.spec @@ -40,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 <