diff --git a/hyperfine-fix-metadata.diff b/hyperfine-fix-metadata.diff index 1a9d03d..472a125 100644 --- a/hyperfine-fix-metadata.diff +++ b/hyperfine-fix-metadata.diff @@ -1,5 +1,5 @@ --- hyperfine-1.5.0/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ hyperfine-1.5.0/Cargo.toml 2019-01-28T16:22:22.556455+01:00 ++++ hyperfine-1.5.0/Cargo.toml 2019-02-10T16:02:01.441064+01:00 @@ -38,7 +38,7 @@ version = "1.0.0" @@ -9,7 +9,13 @@ [dependencies.serde] version = "1.0.82" -@@ -55,6 +55,3 @@ +@@ -50,11 +50,8 @@ + version = "1.0.33" + + [dependencies.statistical] +-version = "0.1" ++version = "1.0" + [dev-dependencies.approx] version = "0.3" [target."cfg(not(windows))".dependencies.libc] version = "0.2" diff --git a/rust-hyperfine.spec b/rust-hyperfine.spec index eb84b7e..9255e2b 100644 --- a/rust-hyperfine.spec +++ b/rust-hyperfine.spec @@ -5,7 +5,7 @@ Name: rust-%{crate} Version: 1.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Command-line benchmarking tool # Upstream license specification: MIT/Apache-2.0 @@ -14,6 +14,7 @@ URL: https://crates.io/crates/hyperfine Source: %{crates_source} # Initial patched metadata # * Bump indicatif to 0.11, https://github.com/sharkdp/hyperfine/commit/dfba8883e3cf4234bc9ae5b05d21d3c8c0c7cda3 +# * Bump statistical to 1.0, https://github.com/sharkdp/hyperfine/commit/3f6e38708e04e27ecb9f6700c2910f124b1ee497 Patch0: hyperfine-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -31,7 +32,7 @@ BuildRequires: (crate(libc/default) >= 0.2.0 with crate(libc/default) < 0.3.0) BuildRequires: (crate(serde/default) >= 1.0.82 with crate(serde/default) < 2.0.0) BuildRequires: (crate(serde_derive/default) >= 1.0.82 with crate(serde_derive/default) < 2.0.0) BuildRequires: (crate(serde_json/default) >= 1.0.33 with crate(serde_json/default) < 2.0.0) -BuildRequires: (crate(statistical/default) >= 0.1.0 with crate(statistical/default) < 0.2.0) +BuildRequires: (crate(statistical/default) >= 1.0.0 with crate(statistical/default) < 2.0.0) %if %{with check} BuildRequires: (crate(approx/default) >= 0.3.0 with crate(approx/default) < 0.4.0) %endif @@ -68,6 +69,9 @@ Summary: %{summary} %endif %changelog +* Sun Feb 10 2019 Igor Gnatenko - 1.5.0-3 +- Bump statistical to 1.0 + * Sat Feb 02 2019 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild