From 34e093fa1cdd977038e45d4af4cee643286eef85 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 28 Jun 2021 15:30:39 +0200 Subject: [PATCH] Update approx to 0.5 --- hyperfine-fix-metadata.diff | 11 ++++++++++- rust-hyperfine.spec | 8 ++++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/hyperfine-fix-metadata.diff b/hyperfine-fix-metadata.diff index 3783882..a5607ad 100644 --- a/hyperfine-fix-metadata.diff +++ b/hyperfine-fix-metadata.diff @@ -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] diff --git a/rust-hyperfine.spec b/rust-hyperfine.spec index f074cf7..15d0254 100644 --- a/rust-hyperfine.spec +++ b/rust-hyperfine.spec @@ -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 - 1.11.0-4 +- Update approx to 0.5 + * Wed Jan 27 2021 Fedora Release Engineering - 1.11.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild