From 1ee2afdda3b4458fe51a4e107e5b255ad9b51dff Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Wed, 26 Feb 2020 15:20:32 -0800 Subject: [PATCH] Bump indicatif to 0.14 --- hyperfine-fix-metadata.diff | 11 ++++++++++- rust-hyperfine.spec | 6 +++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/hyperfine-fix-metadata.diff b/hyperfine-fix-metadata.diff index d7506d5..4f32608 100644 --- a/hyperfine-fix-metadata.diff +++ b/hyperfine-fix-metadata.diff @@ -1,5 +1,14 @@ --- hyperfine-1.9.0/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ hyperfine-1.9.0/Cargo.toml 2020-02-16T13:38:46.202453+00:00 ++++ hyperfine-1.9.0/Cargo.toml 2020-02-26T23:17:35.468899+00:00 +@@ -41,7 +41,7 @@ + version = "1.1.1" + + [dependencies.indicatif] +-version = "0.13" ++version = "0.14" + + [dependencies.rust_decimal] + version = "1.0" @@ -59,6 +59,3 @@ version = "0.3" [target."cfg(not(windows))".dependencies.libc] diff --git a/rust-hyperfine.spec b/rust-hyperfine.spec index 2aefdd5..f0871f1 100644 --- a/rust-hyperfine.spec +++ b/rust-hyperfine.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.9.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Command-line benchmarking tool # Upstream license specification: MIT/Apache-2.0 @@ -15,6 +15,7 @@ URL: https://crates.io/crates/hyperfine Source: %{crates_source} # Initial patched metadata # * No windows +# * Bump indicatif to 0.14, https://github.com/sharkdp/hyperfine/pull/263 Patch0: hyperfine-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -63,6 +64,9 @@ License: ASL 2.0 and MIT and MPLv2.0 %endif %changelog +* Wed Feb 26 2020 Josh Stone - 1.9.0-4 +- Bump indicatif to 0.14 + * Sun Feb 16 14:38:46 CET 2020 Igor Raits - 1.9.0-3 - Fixup license