Accepting request 792694 from utilities
OBS-URL: https://build.opensuse.org/request/show/792694 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bat?expand=0&rev=6
This commit is contained in:
commit
0ff48bd3f2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dd184ddc9e5228ba94d19afc0b8b440bfc1819fef8133fe331e2c0ec9e3f8e2
|
||||
size 874135
|
3
bat-0.13.0.tar.gz
Normal file
3
bat-0.13.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4aee370013e2a3bc84c405738ed0ab6e334d3a9f22c18031a7ea008cd5abd2a
|
||||
size 970577
|
11
bat.changes
11
bat.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 09:09:04 UTC 2020 - Dany Marcoux <dmarcoux@suse.com>
|
||||
|
||||
- Update to version 0.13.0
|
||||
* Beginning with this release, bat can be used as a library
|
||||
* (Breaking change) Glob-based syntax mapping
|
||||
* Many bugfixes and new syntaxes
|
||||
* And more... see upstream
|
||||
- Pass "no-track" option to "cargo install" to avoid generating
|
||||
".crates2.json"
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 12:59:38 UTC 2019 - Dany Marcoux <dmarcoux@suse.com>
|
||||
|
||||
|
9
bat.spec
9
bat.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package bat
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: bat
|
||||
Version: 0.12.1
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: A cat(1) clone with syntax highlighting and Git integration
|
||||
License: MIT OR Apache-2.0
|
||||
@ -53,10 +53,7 @@ EOF
|
||||
cargo build --release --locked %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
cargo install --root=%{buildroot}%{_prefix} --path .
|
||||
|
||||
# remove residue crate file
|
||||
rm %{buildroot}%{_prefix}/.crates.toml
|
||||
cargo install --no-track --root=%{buildroot}%{_prefix} --path .
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4b2594aa040100cc98915326374fd8c229dd0c6834939f0b100025819d5c749
|
||||
size 11208272
|
||||
oid sha256:445a1809b0386264a4b797a463482ed2bf9f9f1d39ce5de088887abd3f3360c2
|
||||
size 12442424
|
||||
|
Loading…
Reference in New Issue
Block a user