Rebuild as a 0.5 compatibility package

epel9
Josh Stone 6 years ago
parent 1b9e6bc6dd
commit e94b563980

@ -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

@ -10,4 +10,4 @@
tests:
- rust/cargo-test
environment:
pkg: rust-env_logger
pkg: rust-env_logger0.5

Loading…
Cancel
Save