Update to 0.8.9

epel9
Josh Stone 6 years ago
parent 22c8943636
commit 04e46b56fe

1
.gitignore vendored

@ -9,3 +9,4 @@
/serde_yaml-0.8.6.crate
/serde_yaml-0.8.7.crate
/serde_yaml-0.8.8.crate
/serde_yaml-0.8.9.crate

@ -6,14 +6,14 @@
%global crate serde_yaml
Name: rust-%{crate}
Version: 0.8.8
Release: 2%{?dist}
Version: 0.8.9
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
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -61,7 +61,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%build
@ -76,6 +76,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 02 2019 Josh Stone <jistone@redhat.com> - 0.8.9-1
- Update to 0.8.9
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (serde_yaml-0.8.8.crate) = e937357a512af4899ee7f79228a7290e57a048a9cfef3e7da736ade8fc8b9df7d549e89ecf1b6e5320581a650d65550971a65921759349b7cd6e8e341bee4b33
SHA512 (serde_yaml-0.8.9.crate) = 198b47713797de96c188c07241ba81e5452642b09f36baf5f6ff664e05b9a1ce4562aa07c29f99add7d760fa55bb41860d2dc3542424d0ace6ed9ce6cfbaf385

Loading…
Cancel
Save