Update to version 0.5.0; Fixes RHBZ#2107417

epel9 imports/e9/rust-criterion-plot-0.5.0-1.el9
David Michael 2 years ago
parent 682ea1cfd6
commit cebbe88bf4

1
.gitignore vendored

@ -4,3 +4,4 @@
/criterion-plot-0.4.1.crate
/criterion-plot-0.4.3.crate
/criterion-plot-0.4.4.crate
/criterion-plot-0.5.0.crate

@ -1,20 +0,0 @@
--- criterion-plot-0.4.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ criterion-plot-0.4.4/Cargo.toml 2022-09-29T11:20:20.059987+00:00
@@ -22,7 +22,7 @@
license = "MIT/Apache-2.0"
repository = "https://github.com/bheisler/criterion.rs"
[dependencies.cast]
-version = "0.2"
+version = "0.3"
[dependencies.itertools]
version = "0.10"
@@ -30,7 +30,7 @@
version = "0.1"
[dev-dependencies.num-complex]
-version = "0.2"
+version = "0.3"
features = ["std"]
default-features = false

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate criterion-plot
Name: rust-criterion-plot
Version: 0.4.4
Version: 0.5.0
Release: %autorelease
Summary: Criterion's plotting library
@ -13,10 +13,6 @@ Summary: Criterion's plotting library
License: MIT OR Apache-2.0
URL: https://crates.io/crates/criterion-plot
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump cast from 0.2 to 0.3
# * bump num-complex from 0.2 to 0.3
Patch: criterion-plot-fix-metadata.diff
BuildRequires: rust-packaging >= 21

@ -1 +1 @@
SHA512 (criterion-plot-0.4.4.crate) = 4f8fdfdf4ed5e1c410b8e133b36bf9add3d86d56bb23d75d37d92b1095b81850915209c7e4d19fd6aec7cf1b1270a9b968b8e37adc491cfc76b6df71c4619943
SHA512 (criterion-plot-0.5.0.crate) = 971e96dcc64a5afa7488f1a99475f0f5639c0ef63f9eeebcada351868697cbff397e99827cc07c0a52e7d7d1a87856fe1fc48c22075776b3bc9c94af62d79f14

Loading…
Cancel
Save