From 39372c852e6625aefb9cf3adbb551b7bf7b4cf02 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: May 06 2019 20:03:03 +0000 Subject: Update parking_lot to 0.8 Signed-off-by: Igor Gnatenko --- diff --git a/rust-tokio-reactor.spec b/rust-tokio-reactor.spec index ada4376..56e0303 100644 --- a/rust-tokio-reactor.spec +++ b/rust-tokio-reactor.spec @@ -1,5 +1,4 @@ -# Generated by rust2rpm -# * Tests are run in infrastructure +# Generated by rust2rpm-9-1.fc31 %bcond_with check %global debug_package %{nil} @@ -7,12 +6,16 @@ Name: rust-%{crate} Version: 0.1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Event loop that drives Tokio I/O resources. +# Upstream license specification: MIT 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 +Patch0: tokio-reactor-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -23,7 +26,7 @@ BuildRequires: (crate(lazy_static/default) >= 1.0.2 with crate(lazy_static/defa BuildRequires: (crate(log/default) >= 0.4.1 with crate(log/default) < 0.5.0) BuildRequires: (crate(mio/default) >= 0.6.14 with crate(mio/default) < 0.7.0) BuildRequires: (crate(num_cpus/default) >= 1.8.0 with crate(num_cpus/default) < 2.0.0) -BuildRequires: (crate(parking_lot/default) >= 0.7.0 with crate(parking_lot/default) < 0.8.0) +BuildRequires: (crate(parking_lot/default) >= 0.8.0 with crate(parking_lot/default) < 0.9.0) BuildRequires: (crate(slab/default) >= 0.4.0 with crate(slab/default) < 0.5.0) BuildRequires: (crate(tokio-executor/default) >= 0.1.1 with crate(tokio-executor/default) < 0.2.0) BuildRequires: (crate(tokio-io/default) >= 0.1.6 with crate(tokio-io/default) < 0.2.0) @@ -81,6 +84,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Mon May 06 22:01:18 CEST 2019 Igor Gnatenko - 0.1.9-1 +- Update parking_lot to 0.8 + * Mon Mar 04 2019 Igor Gnatenko - 0.1.9-1 - Update to 0.1.9 diff --git a/tokio-reactor-fix-metadata.diff b/tokio-reactor-fix-metadata.diff new file mode 100644 index 0000000..f7607ad --- /dev/null +++ b/tokio-reactor-fix-metadata.diff @@ -0,0 +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 +@@ -40,7 +40,7 @@ + version = "1.8.0" + + [dependencies.parking_lot] +-version = "0.7.0" ++version = "0.8.0" + + [dependencies.slab] + version = "0.4.0"