Update to 1.7.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 0285e4d8f1
commit 70d79fbc4e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -3,3 +3,4 @@
/typed-arena-1.4.1.crate
/typed-arena-1.5.0.crate
/typed-arena-1.6.1.crate
/typed-arena-1.7.0.crate

@ -5,7 +5,7 @@
%global crate typed-arena
Name: rust-%{crate}
Version: 1.6.1
Version: 1.7.0
Release: 1%{?dist}
Summary: Arena, a fast but limited type of allocator
@ -13,9 +13,6 @@ Summary: Arena, a fast but limited type of allocator
License: MIT
URL: https://crates.io/crates/typed-arena
Source: %{crates_source}
# Initial patched metadata
# * Update criterion to 0.3, https://github.com/SimonSapin/rust-typed-arena/pull/34
Patch0: typed-arena-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -86,6 +83,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sun Nov 10 11:11:57 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.7.0-1
- Update to 1.7.0
* Sat Sep 21 09:02:34 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.1-1
- Update to 1.6.1

@ -1 +1 @@
SHA512 (typed-arena-1.6.1.crate) = 0c5f899a536c292d8d1e66c5da460a34d59884f17e363bf968d169125329aff34782897492873bbbd8a58f9ad0a4865b0ac99b614ba5bedc81422342ea037462
SHA512 (typed-arena-1.7.0.crate) = 506a90a11576e5a4135b46c5c4705db461a8ec1bba980c9ea65e8c4399bcc85898b7f81312acf4bc0b24a29d1b940d8dfe0352ad59985153743948616da5ed8e

@ -1,11 +0,0 @@
--- typed-arena-1.6.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ typed-arena-1.6.1/Cargo.toml 2019-09-21T11:30:20.733986+00:00
@@ -33,7 +33,7 @@
path = "benches/benches.rs"
harness = false
[dev-dependencies.criterion]
-version = "0.2.4"
+version = "0.3"
[features]
default = ["std"]
Loading…
Cancel
Save