Update to 0.4.8

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 50069786b0
commit 35bff2181b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -6,3 +6,4 @@
/chrono-0.4.5.crate
/chrono-0.4.6.crate
/chrono-0.4.7.crate
/chrono-0.4.8.crate

@ -5,14 +5,17 @@
%global crate chrono
Name: rust-%{crate}
Version: 0.4.7
Release: 2%{?dist}
Version: 0.4.8
Release: 1%{?dist}
Summary: Date and time library for Rust
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/chrono
Source: %{crates_source}
# Initial patched metadata
# * No wasm
Patch0: chrono-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -119,6 +122,9 @@ which use "time" feature of "%{crate}" crate.
%endif
%changelog
* Sun Sep 01 17:08:26 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.8-1
- Update to 0.4.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (chrono-0.4.7.crate) = dc1028f072d904e0c7b61e21cb76f963997275e5dbf99bc9b8f924d1144d9a2254ef869adac77a6e965f9e894cd94ba16625e0a132df5a1049a38409bbe1137f
SHA512 (chrono-0.4.8.crate) = 542efc7d7df37167ae85d180e8090734159d5f838f98b9231f31d5bdfdeb268838615d3937d90977247d2a5b1eb554d54b05c9ccb5c30b7451e78984f33b96c0

Loading…
Cancel
Save