Update approx to 0.5

This commit is contained in:
Fabio Valentini 2021-06-28 15:30:39 +02:00
parent 6fb8684486
commit 34e093fa1c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
2 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,14 @@
--- hyperfine-1.11.0/Cargo.toml 2020-10-16T22:24:53+00:00
+++ hyperfine-1.11.0/Cargo.toml 2020-11-20T12:48:52.526696+00:00
+++ hyperfine-1.11.0/Cargo.toml 2021-06-28T13:23:32.386078+00:00
@@ -60,7 +60,7 @@
[dependencies.statistical]
version = "1.0"
[dev-dependencies.approx]
-version = "0.3"
+version = "0.5"
[build-dependencies.atty]
version = "0.2"
@@ -71,6 +71,3 @@
version = "0.9"
[target."cfg(not(windows))".dependencies.libc]

View File

@ -1,4 +1,4 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global __cargo_skip_build 0
@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 1.11.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 approx from 0.3 to 0.5
Patch0: hyperfine-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -80,6 +81,9 @@ install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions \
%endif
%changelog
* Mon Jun 28 2021 Fabio Valentini <decathorpe@gmail.com> - 1.11.0-4
- Update approx to 0.5
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild