diff --git a/hyperfine-fix-metadata.diff b/hyperfine-fix-metadata.diff index 1d8077d..1651084 100644 --- a/hyperfine-fix-metadata.diff +++ b/hyperfine-fix-metadata.diff @@ -1,5 +1,14 @@ --- hyperfine-1.10.0/Cargo.toml 2020-05-25T14:24:29+00:00 -+++ hyperfine-1.10.0/Cargo.toml 2020-05-25T15:04:54.194892+00:00 ++++ hyperfine-1.10.0/Cargo.toml 2020-06-18T05:34:32.388991+00:00 +@@ -42,7 +42,7 @@ + version = "1.1.3" + + [dependencies.indicatif] +-version = "0.14" ++version = "0.15" + + [dependencies.rand] + version = "0.7" @@ -71,6 +71,3 @@ version = "0.9" [target."cfg(not(windows))".dependencies.libc] diff --git a/rust-hyperfine.spec b/rust-hyperfine.spec index b94191c..fef27bc 100644 --- a/rust-hyperfine.spec +++ b/rust-hyperfine.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.10.0 -Release: 1%{?dist} +Release: 2%{?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 +# * Update indicatif to 0.15, https://github.com/sharkdp/hyperfine/pull/299 Patch0: hyperfine-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -28,12 +29,11 @@ Command-line benchmarking tool.} %package -n %{crate} Summary: %{summary} -# * ASL 2.0 or Boost -# * ASL 2.0 or MIT -# * MIT -# * MIT or ASL 2.0 -# * MPLv2.0 -# * Unlicense or MIT +# ASL 2.0 or Boost +# MIT +# MIT or ASL 2.0 +# MPLv2.0 +# Unlicense or MIT License: ASL 2.0 and MIT and MPLv2.0 %description -n %{crate} %{_description} @@ -80,6 +80,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \ %endif %changelog +* Thu Jun 18 07:34:32 CEST 2020 Igor Raits - 1.10.0-2 +- Update indicatif to 0.15 + * Mon May 25 17:04:54 CEST 2020 Igor Raits - 1.10.0-1 - Update to 1.10.0