Update console to 0.11.2

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-05-02 10:59:29 +02:00
parent cecff3fed6
commit ba9427d44e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 18 additions and 1 deletions

11
bat-fix-metadata.diff Normal file
View 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"

View File

@ -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