From 52aabb539b2ea824d429635ec0a0632d2812f72b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 8 Jan 2018 21:17:10 +0100 Subject: [PATCH] Rebuild for rust-packaging v5 Signed-off-by: Igor Gnatenko --- rust-futures.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-futures.spec b/rust-futures.spec index 83424a7..fd25b34 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.17 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of futures and streams featuring zero allocations License: MIT or ASL 2.0 @@ -55,5 +55,8 @@ chmod -x tests/support/mod.rs %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Mon Jan 08 2018 Igor Gnatenko - 0.1.17-2 +- Rebuild for rust-packaging v5 + * Thu Jun 15 2017 Igor Gnatenko - 0.1.14-1 - Initial package