|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate env_logger
|
|
|
|
%global crate env_logger
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.5.12
|
|
|
|
Version: 0.5.13
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
@ -18,10 +18,10 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
# [dependencies]
|
|
|
|
# [dependencies]
|
|
|
|
BuildRequires: (crate(atty) >= 0.2.0 with crate(atty) < 0.3.0)
|
|
|
|
BuildRequires: (crate(atty) >= 0.2.5 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) >= 1.0.0 with crate(regex) < 2.0.0)
|
|
|
|
BuildRequires: (crate(regex) >= 1.0.3 with crate(regex) < 2.0.0)
|
|
|
|
BuildRequires: (crate(termcolor) >= 1.0.0 with crate(termcolor) < 2.0.0)
|
|
|
|
BuildRequires: (crate(termcolor) >= 1.0.0 with crate(termcolor) < 2.0.0)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -59,6 +59,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Aug 30 2018 Josh Stone <jistone@redhat.com> - 0.5.13-1
|
|
|
|
|
|
|
|
- Update to 0.5.13
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 04 2018 Josh Stone <jistone@redhat.com> - 0.5.12-1
|
|
|
|
* Sat Aug 04 2018 Josh Stone <jistone@redhat.com> - 0.5.12-1
|
|
|
|
- Update to 0.5.12
|
|
|
|
- Update to 0.5.12
|
|
|
|
|
|
|
|
|
|
|
|