|
|
|
@ -5,9 +5,9 @@
|
|
|
|
|
|
|
|
|
|
%global crate env_logger
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Name: rust-%{crate}0.5
|
|
|
|
|
Version: 0.5.13
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Logging implementation for `log` which is configured via environment variable
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -85,6 +85,9 @@ which use "regex" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 14 2019 Josh Stone <jistone@redhat.com> - 0.5.13-3
|
|
|
|
|
- Rebuild as a 0.5 compatibility package
|
|
|
|
|
|
|
|
|
|
* Tue Oct 30 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.13-2
|
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|