From f38c0e3a5679526bf59e619dbe6e40ec14b8bd7f Mon Sep 17 00:00:00 2001 From: Robert-André Mauchin Date: May 30 2019 16:28:40 +0000 Subject: Bump rand_xoshiro to 0.2 Signed-off-by: Robert-André Mauchin --- diff --git a/criterion-fix-metadata.diff b/criterion-fix-metadata.diff new file mode 100644 index 0000000..a123ecf --- /dev/null +++ b/criterion-fix-metadata.diff @@ -0,0 +1,11 @@ +--- criterion-0.2.11/Cargo.toml 1970-01-01T00:00:00+00:00 ++++ criterion-0.2.11/Cargo.toml 2019-05-30T16:22:30.384471+00:00 +@@ -66,7 +66,7 @@ + version = "0.1" + + [dependencies.rand_xoshiro] +-version = "0.1" ++version = "0.2" + + [dependencies.rayon] + version = "1.0.3" diff --git a/rust-criterion.spec b/rust-criterion.spec index 3fc13b7..d7aeba7 100644 --- a/rust-criterion.spec +++ b/rust-criterion.spec @@ -6,13 +6,16 @@ Name: rust-%{crate} Version: 0.2.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Statistics-driven micro-benchmarking library # Upstream license specification: Apache-2.0/MIT License: ASL 2.0 or MIT URL: https://crates.io/crates/criterion Source: %{crates_source} +# Initial patched metadata +# - Bump rand_xoshiro to 0.2: https://github.com/bheisler/criterion.rs/pull/297 +Patch0: criterion-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -27,7 +30,7 @@ BuildRequires: (crate(lazy_static/default) >= 1.2.0 with crate(lazy_static/defa BuildRequires: (crate(num-traits/default) >= 0.2.0 with crate(num-traits/default) < 0.3.0) BuildRequires: (crate(rand_core) >= 0.3.0 with crate(rand_core) < 0.4.0) BuildRequires: (crate(rand_os/default) >= 0.1.0 with crate(rand_os/default) < 0.2.0) -BuildRequires: (crate(rand_xoshiro/default) >= 0.1.0 with crate(rand_xoshiro/default) < 0.2.0) +BuildRequires: (crate(rand_xoshiro/default) >= 0.2.0 with crate(rand_xoshiro/default) < 0.3.0) BuildRequires: (crate(rayon/default) >= 1.0.3 with crate(rayon/default) < 2.0.0) BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0) BuildRequires: (crate(serde_derive/default) >= 1.0.0 with crate(serde_derive/default) < 2.0.0) @@ -138,6 +141,9 @@ which use "tinytemplate" feature of "%{crate}" crate. %endif %changelog +* Thu May 30 18:27:35 CEST 2019 Robert-André Mauchin - 0.2.11-2 +- Bump rand_xoshiro to 0.2 + * Fri Apr 12 00:16:41 CET 2019 Robert-André Mauchin - 0.2.11-1 - Release 0.2.11 (#1697685)