Update to 0.5.3

epel9
Josh Stone 6 years ago
parent b40b2b64d2
commit 5bd61fe6bb

1
.gitignore vendored

@ -1 +1,2 @@
/simplelog-0.5.2.crate
/simplelog-0.5.3.crate

@ -5,7 +5,7 @@
%global crate simplelog
Name: rust-%{crate}
Version: 0.5.2
Version: 0.5.3
Release: 1%{?dist}
Summary: Simple and easy-to-use logging facility for Rust's log crate
@ -18,7 +18,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(chrono) >= 0.4.0 with crate(chrono) < 0.5.0)
BuildRequires: (crate(chrono) >= 0.4.1 with crate(chrono) < 0.5.0)
BuildRequires: ((crate(log) >= 0.4.1 with crate(log) < 0.5.0) with crate(log/std))
BuildRequires: (crate(term) >= 0.5.1 with crate(term) < 0.6.0)
@ -56,5 +56,8 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Wed Oct 10 2018 Josh Stone <jistone@redhat.com> - 0.5.3-1
- Update to 0.5.3
* Tue Sep 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.2-1
- Initial package

@ -1 +1 @@
SHA512 (simplelog-0.5.2.crate) = f8fea61d3d1d1c03c0f36541736d876319eef1a956cff300f3a2db87ca4cecb90ac21699b2c1ce0ea8c8ee55745b75c76a9872637c2acbc12bfabbba076f3b7c
SHA512 (simplelog-0.5.3.crate) = 6f9c68b0245b31c34fdbb14a159cb2b05d3895027ab72280a9e347928c590c2d18387cfc3b575c2c5db38f93664687326d5aaeba0c0272c74fdfc4c96ea96b00

Loading…
Cancel
Save