|
|
@ -5,8 +5,8 @@
|
|
|
|
%global crate env_logger
|
|
|
|
%global crate env_logger
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.5.3
|
|
|
|
Version: 0.5.4
|
|
|
|
Release: 2%{?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
|
|
|
|
|
|
|
|
|
|
|
|
License: MIT or ASL 2.0
|
|
|
|
License: MIT or ASL 2.0
|
|
|
@ -18,7 +18,7 @@ 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.0 with crate(atty) < 0.3.0)
|
|
|
|
BuildRequires: (crate(chrono) >= 0.4.0 with crate(chrono) < 0.5.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) >= 0.2.0 with crate(regex) < 0.3.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)
|
|
|
@ -58,6 +58,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Feb 26 2018 Josh Stone <jistone@redhat.com> - 0.5.4-1
|
|
|
|
|
|
|
|
- Update to 0.5.4
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|