From 65005c8c0844a752c26e5674a423a679aaf1ea31 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Dec 03 2017 11:29:14 +0000 Subject: Fix end-of-line Signed-off-by: Igor Gnatenko --- diff --git a/rust-rayon-core.spec b/rust-rayon-core.spec index a85bb75..050b29d 100644 --- a/rust-rayon-core.spec +++ b/rust-rayon-core.spec @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 1.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Core APIs for Rayon License: ASL 2.0 or MIT @@ -43,6 +43,8 @@ which use %{crate} from crates.io. %prep %autosetup -n %{crate}-%{version} -p1 +# https://github.com/rayon-rs/rayon/pull/486 +sed -i 's/\r$//' README.md %cargo_prep %build @@ -62,6 +64,9 @@ which use %{crate} from crates.io. %{cargo_registry}/%{crate}-%{version}/ %changelog +* Sun Dec 03 2017 Igor Gnatenko - 1.3.0-3 +- Fix end-of-line + * Thu Nov 30 2017 Igor Gnatenko - 1.3.0-2 - Bump lazy_static to 1