Update to 1.0.86

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

1
.gitignore vendored

@ -47,3 +47,4 @@
/serde_test-1.0.82.crate
/serde_test-1.0.84.crate
/serde_test-1.0.85.crate
/serde_test-1.0.86.crate

@ -6,14 +6,14 @@
%global crate serde_test
Name: rust-%{crate}
Version: 1.0.85
Release: 2%{?dist}
Version: 1.0.86
Release: 1%{?dist}
Summary: Token De/Serializer for testing De/Serialize implementations
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/serde_test
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -56,7 +56,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
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 03 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.86-1
- Update to 1.0.86
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.85-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (serde_test-1.0.85.crate) = b5eb7f316d16c666159312da69a2524ddf8e149fa66b55fb9c2451b4868326bc4dbbf686c65c251e2e0863bc8360e2048d6cc250c4543324d9225ca6f14c2559
SHA512 (serde_test-1.0.86.crate) = fa2fe1673c9ee8fae26669b065b9853836754698e6b6a8f4cd6026498f63d9791e1123b293192bd77e7b7d1d37823731bede574388c486274ffa900d106abf21

Loading…
Cancel
Save