Update to 0.5.10

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

1
.gitignore vendored

@ -9,3 +9,4 @@
/env_logger-0.5.7.crate
/env_logger-0.5.8.crate
/env_logger-0.5.9.crate
/env_logger-0.5.10.crate

@ -5,7 +5,7 @@
%global crate env_logger
Name: rust-%{crate}
Version: 0.5.9
Version: 0.5.10
Release: 1%{?dist}
Summary: Logging implementation for `log` which is configured via environment variable
@ -20,7 +20,7 @@ BuildRequires: rust-packaging
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) >= 0.2.0 with crate(regex) < 0.3.0)
BuildRequires: (crate(regex) >= 1.0.0 with crate(regex) < 2.0.0)
BuildRequires: (crate(termcolor) >= 0.3.0 with crate(termcolor) < 0.4.0)
%description
@ -58,6 +58,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Sun May 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.10-1
- Update to 0.5.10
* Sun Apr 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.9-1
- Update to 0.5.9

@ -1 +1 @@
SHA512 (env_logger-0.5.9.crate) = f73c6258a69289ae795241669aa16af8612e9a0c734adcf804389082a8d1c32520c9234551bcee249d47bfe43772d5c7d8c8b311a722b1d77001aa9ddb93a4dc
SHA512 (env_logger-0.5.10.crate) = 0943ec9707f187db4a6669b157c2bc5b606c865a9893eae18086cb9a6319b79b71fe3d97b4248339d30bd6daab2de5991f373a75a95c8fcea3afc293f333360b

Loading…
Cancel
Save