diff --git a/rust-futures-channel.spec b/rust-futures-channel.spec index e208d9b..bbfb3ad 100644 --- a/rust-futures-channel.spec +++ b/rust-futures-channel.spec @@ -8,7 +8,7 @@ Name: rust-%{crate} Version: 0.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Channels for asynchronous communication using futures-rs # https://github.com/rust-lang-nursery/futures-rs/issues/1015 @@ -56,5 +56,8 @@ find -type f -name '*.rs' -executable -print -exec chmod -x {} + %{cargo_registry}/%{crate}-%{version}/ %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon May 21 2018 Igor Gnatenko - 0.2.1-1 - Initial package