Update to 0.4.3

epel9
Josh Stone 5 years ago
parent 4ad39d219a
commit 447fde6849

1
.gitignore vendored

@ -2,3 +2,4 @@
/criterion-plot-0.3.1.crate
/criterion-plot-0.4.0.crate
/criterion-plot-0.4.1.crate
/criterion-plot-0.4.3.crate

@ -0,0 +1,11 @@
--- criterion-plot-0.4.3/Cargo.toml 2020-06-29T17:47:27+00:00
+++ criterion-plot-0.4.3/Cargo.toml 2020-07-10T00:59:04.642183+00:00
@@ -30,7 +30,7 @@
version = "0.1"
[dev-dependencies.num-complex]
-version = "0.2"
+version = "0.3"
features = ["std"]
default-features = false

@ -5,7 +5,7 @@
%global crate criterion-plot
Name: rust-%{crate}
Version: 0.4.1
Version: 0.4.3
Release: 1%{?dist}
Summary: Criterion's plotting library
@ -13,6 +13,9 @@ Summary: Criterion's plotting library
License: MIT or ASL 2.0
URL: https://crates.io/crates/criterion-plot
Source: %{crates_source}
# Initial patched metadata
# * Update num-complex to 0.3
Patch0: criterion-plot-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -74,6 +77,9 @@ find . -type f -executable -exec chmod 0644 "{}" +;
%endif
%changelog
* Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 0.4.3-1
- Update to 0.4.3
* Wed Feb 12 10:08:05 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.1-1
- Update to 0.4.1

@ -1 +1 @@
SHA512 (criterion-plot-0.4.1.crate) = 910ee12c373b2003be314a495d162eeec2b6c5d54fa80f3cd31f5b5ef4a5c1c32181ff0744dccd522ca2e5e501a88cf4c56b231f8eb9b2f2732707eb82f98c39
SHA512 (criterion-plot-0.4.3.crate) = 69620d5b215757ddd818606d1a979c411de803032391be3b56e1c1ff73fbea992ae5e6c14cd78b519eeab806a34320468b44adb04fd1c67076163658f03d2844

Loading…
Cancel
Save