Bump indicatif to 0.14

This commit is contained in:
Josh Stone 2020-02-26 15:20:32 -08:00
parent 8872da5167
commit 1ee2afdda3
2 changed files with 15 additions and 2 deletions

View File

@ -1,5 +1,14 @@
--- hyperfine-1.9.0/Cargo.toml 1970-01-01T00:00:00+00:00 --- 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 @@ @@ -59,6 +59,3 @@
version = "0.3" version = "0.3"
[target."cfg(not(windows))".dependencies.libc] [target."cfg(not(windows))".dependencies.libc]

View File

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.9.0 Version: 1.9.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Command-line benchmarking tool Summary: Command-line benchmarking tool
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -15,6 +15,7 @@ URL: https://crates.io/crates/hyperfine
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows
# * Bump indicatif to 0.14, https://github.com/sharkdp/hyperfine/pull/263
Patch0: hyperfine-fix-metadata.diff Patch0: hyperfine-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -63,6 +64,9 @@ License: ASL 2.0 and MIT and MPLv2.0
%endif %endif
%changelog %changelog
* Wed Feb 26 2020 Josh Stone <jistone@redhat.com> - 1.9.0-4
- Bump indicatif to 0.14
* Sun Feb 16 14:38:46 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.9.0-3 * Sun Feb 16 14:38:46 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.9.0-3
- Fixup license - Fixup license