diff --git a/rust-futures.spec b/rust-futures.spec index afaec57..ebae66f 100644 --- a/rust-futures.spec +++ b/rust-futures.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.1.18 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of futures and streams featuring zero allocations License: MIT or ASL 2.0 @@ -33,8 +33,6 @@ which use %{crate} from crates.io. %prep %autosetup -n %{crate}-%{version} -p1 -# https://github.com/alexcrichton/futures-rs/pull/631 -chmod -x tests/support/mod.rs %cargo_prep %build @@ -55,6 +53,9 @@ chmod -x tests/support/mod.rs %exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml %changelog +* Fri Jan 26 2018 Igor Gnatenko - 0.1.18-2 +- Stop running useless chmod + * Fri Jan 26 2018 Josh Stone - 0.1.18-1 - Update to 0.1.18