Update to 0.8.3

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/serde_yaml-0.7.3.crate
/serde_yaml-0.7.4.crate
/serde_yaml-0.7.5.crate
/serde_yaml-0.8.3.crate

@ -5,10 +5,11 @@
%global crate serde_yaml
Name: rust-%{crate}
Version: 0.7.5
Release: 2%{?dist}
Version: 0.8.3
Release: 1%{?dist}
Summary: YAML support for Serde
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/serde_yaml
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -63,6 +64,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/travis.sh
%changelog
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.3-1
- Update to 0.8.3
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (serde_yaml-0.7.5.crate) = 57172284afdf330414c071e481b8a09e02b13faa6bf882a0f91e4026fd3086acdb25126c1c9f07de910da4cb37fa6f806f05bc1bf754d75311cdce7371953258
SHA512 (serde_yaml-0.8.3.crate) = 8c116cfa5a756ff00241e16055bf62047d7672cc776b26f09641aca2c67e6e3aae8dcf6ea772d4e01154b4f5a30e034f59c5066796016ee6829294086d0e0ceb

Loading…
Cancel
Save