From 8317e2faf8dfc455415a032a65308ddd09eebeb2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Aug 04 2019 13:40:46 +0000 Subject: Update parking_lot to 0.9 Signed-off-by: Igor Gnatenko --- diff --git a/rust-tokio-reactor.spec b/rust-tokio-reactor.spec index c2428c4..526e17d 100644 --- a/rust-tokio-reactor.spec +++ b/rust-tokio-reactor.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.9 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Event loop that drives Tokio I/O resources # Upstream license specification: MIT @@ -14,7 +14,7 @@ License: MIT URL: https://crates.io/crates/tokio-reactor Source: %{crates_source} # Initial patched metadata -# * Update parking_lot to 0.8, https://github.com/tokio-rs/tokio/pull/1078 +# * Update parking_lot to 0.9, https://github.com/tokio-rs/tokio/pull/1298 Patch0: tokio-reactor-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -74,6 +74,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Aug 04 15:40:06 CEST 2019 Igor Gnatenko - 0.1.9-1 +- Update parking_lot to 0.9 + * Fri Jul 26 2019 Fedora Release Engineering - 0.1.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/tokio-reactor-fix-metadata.diff b/tokio-reactor-fix-metadata.diff index f7607ad..3238b18 100644 --- a/tokio-reactor-fix-metadata.diff +++ b/tokio-reactor-fix-metadata.diff @@ -1,11 +1,11 @@ --- tokio-reactor-0.1.9/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ tokio-reactor-0.1.9/Cargo.toml 2019-05-06T20:01:18.037966+00:00 ++++ tokio-reactor-0.1.9/Cargo.toml 2019-08-04T13:40:06.593540+00:00 @@ -40,7 +40,7 @@ version = "1.8.0" [dependencies.parking_lot] -version = "0.7.0" -+version = "0.8.0" ++version = "0.9.0" [dependencies.slab] version = "0.4.0"