Bump statistical to 1.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-02-10 16:02:40 +01:00
parent 078d7b077f
commit 8b1542c2fc
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
2 changed files with 14 additions and 4 deletions

View File

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

View File

@ -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 <ignatenkobrain@fedoraproject.org> - 1.5.0-3
- Bump statistical to 1.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild