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