Bump termcolor to 1

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

@ -1,5 +1,5 @@
--- ripgrep-0.8.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ ripgrep-0.8.1/Cargo.toml 2018-06-14T09:25:11.692748+02:00
+++ ripgrep-0.8.1/Cargo.toml 2018-07-19T10:32:44.673368+02:00
@@ -50,7 +50,7 @@
version = "0.7"
@ -9,7 +9,7 @@
[dependencies.grep]
version = "0.1.8"
@@ -77,7 +77,7 @@
@@ -77,13 +77,13 @@
version = "1"
[dependencies.regex]
@ -18,6 +18,13 @@
[dependencies.same-file]
version = "1"
[dependencies.termcolor]
-version = "0.3.4"
+version = "1"
[build-dependencies.clap]
version = "2.29.4"
features = ["suggestions", "color"]
@@ -91,13 +91,6 @@
[build-dependencies.lazy_static]

@ -5,7 +5,7 @@
Name: rust-%{crate}
Version: 0.8.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Line oriented search tool using Rust's regex library
License: Unlicense or MIT
@ -16,6 +16,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
# * No windows
# * Bump globset to 0.4
# * Bump regex to 1
# * Bump termcolor to 1
Patch0: ripgrep-0.8.1-fix-metadata.diff
# https://github.com/BurntSushi/ripgrep/pull/857
Patch1: 0001-deps-update-regex-crate.patch
@ -41,7 +42,7 @@ BuildRequires: (crate(memmap) >= 0.6.0 with crate(memmap) < 0.7.0)
BuildRequires: (crate(num_cpus) >= 1.0.0 with crate(num_cpus) < 2.0.0)
BuildRequires: (crate(regex) >= 1.0.0 with crate(regex) < 2.0.0)
BuildRequires: (crate(same-file) >= 1.0.0 with crate(same-file) < 2.0.0)
BuildRequires: (crate(termcolor) >= 0.3.4 with crate(termcolor) < 0.4.0)
BuildRequires: (crate(termcolor) >= 1.0.0 with crate(termcolor) < 2.0.0)
# [build-dependencies]
BuildRequires: ((crate(clap) >= 2.29.4 with crate(clap) < 3.0.0) with crate(clap/suggestions) with crate(clap/color))
BuildRequires: (crate(lazy_static) >= 1.0.0 with crate(lazy_static) < 2.0.0)
@ -96,6 +97,9 @@ the raw performance of grep with the usability of the silver searcher.
%{_datadir}/zsh/site-functions/_rg
%changelog
* Thu Jul 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.1-7
- Bump termcolor to 1
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save