diff --git a/.gitignore b/.gitignore index b1294e3..a520a38 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tokio-executor-0.1.0.crate /tokio-executor-0.1.1.crate +/tokio-executor-0.1.2.crate diff --git a/rust-tokio-executor.spec b/rust-tokio-executor.spec index 6cf76d6..5340fc8 100644 --- a/rust-tokio-executor.spec +++ b/rust-tokio-executor.spec @@ -5,7 +5,7 @@ %global crate tokio-executor Name: rust-%{crate} -Version: 0.1.1 +Version: 0.1.2 Release: 1%{?dist} Summary: Future execution primitives @@ -14,7 +14,7 @@ URL: https://crates.io/crates/tokio-executor 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-executor-0.1.1-fix-metadata.diff +Patch0: tokio-executor-0.1.2-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -56,6 +56,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Tue Apr 03 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 094a8f8..a6ea1f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tokio-executor-0.1.1.crate) = f5a4d427ec78888703ed462a51e13ce68c87382ced152818a15c29b8c18b6538ca6281d4fe399fcdb5639ddf845bfc6bc73082f200852cda7ba829cb118d08d3 +SHA512 (tokio-executor-0.1.2.crate) = 79282acb9fe1087dbc65537181234660d7eedaa9a723523e394e0bcd5bcb61a75b82ec3b8601ddbf21af2493f46420b46198e89d1001236ba233f8ac8fb39f1b diff --git a/tokio-executor-0.1.1-fix-metadata.diff b/tokio-executor-0.1.1-fix-metadata.diff deleted file mode 100644 index 85d5de7..0000000 --- a/tokio-executor-0.1.1-fix-metadata.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- tokio-executor-0.1.1/Cargo.toml 1969-12-31T16:00:00-08:00 -+++ tokio-executor-0.1.1/Cargo.toml 2018-03-23T13:05:28.893595-07:00 -@@ -24,10 +24,5 @@ - [dependencies.futures] - version = "0.1.19" - --[dependencies.futures2] --version = "0.1.0" --optional = true -- - [features] - default = [] --unstable-futures = ["futures2"] diff --git a/tokio-executor-0.1.2-fix-metadata.diff b/tokio-executor-0.1.2-fix-metadata.diff new file mode 100644 index 0000000..21c1c58 --- /dev/null +++ b/tokio-executor-0.1.2-fix-metadata.diff @@ -0,0 +1,13 @@ +--- tokio-executor-0.1.2/Cargo.toml 1970-01-01T01:00:00+01:00 ++++ tokio-executor-0.1.2/Cargo.toml 2018-04-03T14:10:29.119158+02:00 +@@ -24,10 +24,5 @@ + [dependencies.futures] + version = "0.1.19" + +-[dependencies.futures2] +-version = "0.1.0" +-optional = true +- + [features] + default = [] +-unstable-futures = ["futures2"]