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