Bump encoding_rs to 0.8

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 98e939b172
commit 311394a75b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,7 +1,11 @@
--- ripgrep-0.8.1/Cargo.toml 1970-01-01T01:00:00+01:00 --- ripgrep-0.8.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ ripgrep-0.8.1/Cargo.toml 2018-07-19T10:32:44.673368+02:00 +++ ripgrep-0.8.1/Cargo.toml 2018-07-29T09:01:13.884232+02:00
@@ -50,7 +50,7 @@ @@ -47,10 +47,10 @@
version = "0.7" default-features = false
[dependencies.encoding_rs]
-version = "0.7"
+version = "0.8"
[dependencies.globset] [dependencies.globset]
-version = "0.3.0" -version = "0.3.0"
@ -25,11 +29,10 @@
[build-dependencies.clap] [build-dependencies.clap]
version = "2.29.4" version = "2.29.4"
features = ["suggestions", "color"] features = ["suggestions", "color"]
@@ -91,13 +91,6 @@ @@ -92,12 +92,6 @@
[build-dependencies.lazy_static] [build-dependencies.lazy_static]
version = "1" version = "1"
-
-[features] -[features]
-avx-accel = ["bytecount/avx-accel"] -avx-accel = ["bytecount/avx-accel"]
-simd-accel = ["bytecount/simd-accel", "regex/simd-accel", "encoding_rs/simd-accel"] -simd-accel = ["bytecount/simd-accel", "regex/simd-accel", "encoding_rs/simd-accel"]

@ -5,7 +5,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.8.1 Version: 0.8.1
Release: 7%{?dist} Release: 8%{?dist}
Summary: Line oriented search tool using Rust's regex library Summary: Line oriented search tool using Rust's regex library
License: Unlicense or MIT License: Unlicense or MIT
@ -17,6 +17,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
# * Bump globset to 0.4 # * Bump globset to 0.4
# * Bump regex to 1 # * Bump regex to 1
# * Bump termcolor to 1 # * Bump termcolor to 1
# * Bump encoding_rs to 0.8
Patch0: ripgrep-0.8.1-fix-metadata.diff Patch0: ripgrep-0.8.1-fix-metadata.diff
# https://github.com/BurntSushi/ripgrep/pull/857 # https://github.com/BurntSushi/ripgrep/pull/857
Patch1: 0001-deps-update-regex-crate.patch Patch1: 0001-deps-update-regex-crate.patch
@ -30,7 +31,7 @@ BuildRequires: rust-packaging
BuildRequires: (crate(atty) >= 0.2.2 with crate(atty) < 0.3.0) BuildRequires: (crate(atty) >= 0.2.2 with crate(atty) < 0.3.0)
BuildRequires: (crate(bytecount) >= 0.3.1 with crate(bytecount) < 0.4.0) BuildRequires: (crate(bytecount) >= 0.3.1 with crate(bytecount) < 0.4.0)
BuildRequires: ((crate(clap) >= 2.29.4 with crate(clap) < 3.0.0) with crate(clap/suggestions) with crate(clap/color)) BuildRequires: ((crate(clap) >= 2.29.4 with crate(clap) < 3.0.0) with crate(clap/suggestions) with crate(clap/color))
BuildRequires: (crate(encoding_rs) >= 0.7.0 with crate(encoding_rs) < 0.8.0) BuildRequires: (crate(encoding_rs) >= 0.8.0 with crate(encoding_rs) < 0.9.0)
BuildRequires: (crate(globset) >= 0.4.0 with crate(globset) < 0.5.0) BuildRequires: (crate(globset) >= 0.4.0 with crate(globset) < 0.5.0)
BuildRequires: (crate(grep) >= 0.1.8 with crate(grep) < 0.2.0) BuildRequires: (crate(grep) >= 0.1.8 with crate(grep) < 0.2.0)
BuildRequires: (crate(ignore) >= 0.4.0 with crate(ignore) < 0.5.0) BuildRequires: (crate(ignore) >= 0.4.0 with crate(ignore) < 0.5.0)
@ -97,6 +98,9 @@ the raw performance of grep with the usability of the silver searcher.
%{_datadir}/zsh/site-functions/_rg %{_datadir}/zsh/site-functions/_rg
%changelog %changelog
* Sun Jul 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-8
- Bump encoding_rs to 0.8
* Thu Jul 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-7 * Thu Jul 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-7
- Bump termcolor to 1 - Bump termcolor to 1

Loading…
Cancel
Save