Bump termcolor to 1

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

@ -0,0 +1,11 @@
--- env_logger-0.5.10/Cargo.toml 1970-01-01T01:00:00+01:00
+++ env_logger-0.5.10/Cargo.toml 2018-07-19T10:30:26.694568+02:00
@@ -44,7 +44,7 @@
optional = true
[dependencies.termcolor]
-version = "0.3"
+version = "1"
[features]
default = ["regex"]

@ -6,12 +6,15 @@
Name: rust-%{crate}
Version: 0.5.10
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Logging implementation for `log` which is configured via environment variable
License: MIT or ASL 2.0
URL: https://crates.io/crates/env_logger
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Bump env_logger to 1, https://github.com/sebasmagri/env_logger/pull/90
Patch0: env_logger-0.5.10-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -21,7 +24,7 @@ BuildRequires: (crate(atty) >= 0.2.0 with crate(atty) < 0.3.0)
BuildRequires: (crate(humantime) >= 1.1.0 with crate(humantime) < 2.0.0)
BuildRequires: ((crate(log) >= 0.4.0 with crate(log) < 0.5.0) with crate(log/std))
BuildRequires: (crate(regex) >= 1.0.0 with crate(regex) < 2.0.0)
BuildRequires: (crate(termcolor) >= 0.3.0 with crate(termcolor) < 0.4.0)
BuildRequires: (crate(termcolor) >= 1.0.0 with crate(termcolor) < 2.0.0)
%description
%{summary}.
@ -58,6 +61,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Thu Jul 19 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.10-3
- Bump termcolor to 1
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

Loading…
Cancel
Save