From ba9427d44ea0ae3d4adca31a808768d8cb3bea7c Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 2 May 2020 10:59:29 +0200 Subject: [PATCH] Update console to 0.11.2 Signed-off-by: Igor Raits --- bat-fix-metadata.diff | 11 +++++++++++ rust-bat.spec | 8 +++++++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 bat-fix-metadata.diff diff --git a/bat-fix-metadata.diff b/bat-fix-metadata.diff new file mode 100644 index 0000000..95a5e84 --- /dev/null +++ b/bat-fix-metadata.diff @@ -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" diff --git a/rust-bat.spec b/rust-bat.spec index 117cddf..1515c18 100644 --- a/rust-bat.spec +++ b/rust-bat.spec @@ -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 - 0.15.0-2 +- Update console to 0.11.2 + * Mon Apr 27 08:12:43 CEST 2020 Igor Raits - 0.15.0-1 - Update to 0.15.0