Bump bytecount to 0.6

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent fa035d0c47
commit 2b025036cb

@ -0,0 +1,11 @@
--- grep-searcher-0.1.6/Cargo.toml 1970-01-01T00:00:00+00:00
+++ grep-searcher-0.1.6/Cargo.toml 2019-09-13T15:38:24.907034+00:00
@@ -27,7 +27,7 @@
default-features = false
[dependencies.bytecount]
-version = "0.5"
+version = "0.6"
[dependencies.encoding_rs]
version = "0.8.14"

@ -6,13 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.6 Version: 0.1.6
Release: 1%{?dist} Release: 2%{?dist}
Summary: Fast line oriented regex searching as a library Summary: Fast line oriented regex searching as a library
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/grep-searcher URL: https://crates.io/crates/grep-searcher
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# - Bump bytecount to 0.6 https://github.com/BurntSushi/ripgrep/pull/1377
Patch0: grep-searcher-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -95,6 +98,9 @@ which use "simd-accel" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Sep 13 17:38:25 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.6-2
- Bump bytecount to 0.6
* Sun Sep 08 09:25:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1 * Sun Sep 08 09:25:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.6-1
- Update to 0.1.6 - Update to 0.1.6

Loading…
Cancel
Save