From 0f0b1e7de0ef406b6e74d252a29f796298e3be9d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 14 2018 08:06:13 +0000 Subject: Update to 0.1.2 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index 6b665a6..3e30ec4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tokio-reactor-0.1.0.crate /tokio-reactor-0.1.1.crate +/tokio-reactor-0.1.2.crate diff --git a/rust-tokio-reactor.spec b/rust-tokio-reactor.spec index ed06791..1a49d46 100644 --- a/rust-tokio-reactor.spec +++ b/rust-tokio-reactor.spec @@ -5,16 +5,13 @@ %global crate tokio-reactor Name: rust-%{crate} -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} Summary: Event loop that drives Tokio I/O resources License: MIT URL: https://crates.io/crates/tokio-reactor Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate -# Initial patched metadata -# * remove the unstable-futures feature and futures2 dependency -> pre-release futures 0.2.0 beta -Patch0: tokio-reactor-0.1.1-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -61,6 +58,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Thu Jun 14 2018 Igor Gnatenko - 0.1.2-1 +- Update to 0.1.2 + * Fri Mar 23 2018 Josh Stone - 0.1.1-1 - Update to 0.1.1 diff --git a/sources b/sources index 7a805e5..fc57012 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tokio-reactor-0.1.1.crate) = b008f29935d88006e888601160e6e7e167dd30831e1e525e9a3b2c8e73aadc1793f44b839f8ec87227fbc2a92ec0ee62e2f054b62c4241bb0687f3976245b1b6 +SHA512 (tokio-reactor-0.1.2.crate) = 63d8d918c650a45d17b454ff989270210c5531336d0a47481027f3f7a9c1fe3432712b4bd3a7c1ab6ec0e7a5f7c952a34acec3754a34c0870a5cf6a98f4323b4 diff --git a/tokio-reactor-0.1.1-fix-metadata.diff b/tokio-reactor-0.1.1-fix-metadata.diff deleted file mode 100644 index a87a751..0000000 --- a/tokio-reactor-0.1.1-fix-metadata.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- tokio-reactor-0.1.1/Cargo.toml 1969-12-31T16:00:00-08:00 -+++ tokio-reactor-0.1.1/Cargo.toml 2018-03-23T13:08:28.275629-07:00 -@@ -24,10 +24,6 @@ - [dependencies.futures] - version = "0.1.19" - --[dependencies.futures2] --version = "0.1" --optional = true -- - [dependencies.log] - version = "0.4.1" - -@@ -45,4 +41,3 @@ - - [features] - default = [] --unstable-futures = ["futures2"]