diff --git a/ripgrep-0.9.0-fix-metadata.diff b/ripgrep-0.9.0-fix-metadata.diff index f817129..d453411 100644 --- a/ripgrep-0.9.0-fix-metadata.diff +++ b/ripgrep-0.9.0-fix-metadata.diff @@ -1,9 +1,13 @@ --- ripgrep-0.9.0/Cargo.toml 1970-01-01T01:00:00+01:00 -+++ ripgrep-0.9.0/Cargo.toml 2018-08-04T15:43:31.831949+02:00 -@@ -99,9 +99,6 @@ - [features] - avx-accel = ["bytecount/avx-accel"] - simd-accel = ["bytecount/simd-accel", "encoding_rs/simd-accel"] ++++ ripgrep-0.9.0/Cargo.toml 2018-08-04T15:54:39.175546+02:00 +@@ -95,13 +95,6 @@ + + [build-dependencies.lazy_static] + version = "1" +- +-[features] +-avx-accel = ["bytecount/avx-accel"] +-simd-accel = ["bytecount/simd-accel", "encoding_rs/simd-accel"] -[target."cfg(windows)".dependencies.winapi] -version = "0.3" -features = ["std", "winnt"] diff --git a/rust-ripgrep.spec b/rust-ripgrep.spec index b340cec..718dbc7 100644 --- a/rust-ripgrep.spec +++ b/rust-ripgrep.spec @@ -13,6 +13,7 @@ URL: https://crates.io/crates/ripgrep Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate # Initial patched metadata # * No windows +# * No simd Patch0: ripgrep-0.9.0-fix-metadata.diff ExclusiveArch: %{rust_arches}