Update console to 0.11.2
Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
cecff3fed6
commit
ba9427d44e
11
bat-fix-metadata.diff
Normal file
11
bat-fix-metadata.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- bat-0.15.0/Cargo.toml 2020-04-25T11:49:58+00:00
|
||||
+++ bat-0.15.0/Cargo.toml 2020-05-02T08:58:34.187038+00:00
|
||||
@@ -43,7 +43,7 @@
|
||||
default-features = false
|
||||
|
||||
[dependencies.console]
|
||||
-version = "0.10"
|
||||
+version = "0.11.2"
|
||||
|
||||
[dependencies.content_inspector]
|
||||
version = "0.2.4"
|
@ -5,13 +5,16 @@
|
||||
|
||||
Name: rust-%{crate}
|
||||
Version: 0.15.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: cat(1) clone with wings
|
||||
|
||||
# Upstream license specification: MIT/Apache-2.0
|
||||
License: MIT or ASL 2.0
|
||||
URL: https://crates.io/crates/bat
|
||||
Source: %{crates_source}
|
||||
# Initial patched metadata
|
||||
# * Update console to 0.11.2, https://github.com/sharkdp/bat/commit/81af3752893b4fa2548738af9b3ad6c75be84eae
|
||||
Patch0: bat-fix-metadata.diff
|
||||
|
||||
ExclusiveArch: %{rust_arches}
|
||||
%if %{__cargo_skip_build}
|
||||
@ -259,6 +262,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat May 02 10:58:34 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.15.0-2
|
||||
- Update console to 0.11.2
|
||||
|
||||
* Mon Apr 27 08:12:43 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.15.0-1
|
||||
- Update to 0.15.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user