From 70d79fbc4ed429889b6cabc0de02f7be05889198 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 10 Nov 2019 11:13:27 +0100 Subject: [PATCH] Update to 1.7.0 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + rust-typed-arena.spec | 8 ++++---- sources | 2 +- typed-arena-fix-metadata.diff | 11 ----------- 4 files changed, 6 insertions(+), 16 deletions(-) delete mode 100644 typed-arena-fix-metadata.diff diff --git a/.gitignore b/.gitignore index 3c9dc26..8f18f78 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rust-typed-arena.spec b/rust-typed-arena.spec index 11b348d..4d94041 100644 --- a/rust-typed-arena.spec +++ b/rust-typed-arena.spec @@ -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 - 1.7.0-1 +- Update to 1.7.0 + * Sat Sep 21 09:02:34 CEST 2019 Igor Gnatenko - 1.6.1-1 - Update to 1.6.1 diff --git a/sources b/sources index ed09b68..59f6b3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (typed-arena-1.6.1.crate) = 0c5f899a536c292d8d1e66c5da460a34d59884f17e363bf968d169125329aff34782897492873bbbd8a58f9ad0a4865b0ac99b614ba5bedc81422342ea037462 +SHA512 (typed-arena-1.7.0.crate) = 506a90a11576e5a4135b46c5c4705db461a8ec1bba980c9ea65e8c4399bcc85898b7f81312acf4bc0b24a29d1b940d8dfe0352ad59985153743948616da5ed8e diff --git a/typed-arena-fix-metadata.diff b/typed-arena-fix-metadata.diff deleted file mode 100644 index 6aace01..0000000 --- a/typed-arena-fix-metadata.diff +++ /dev/null @@ -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"]