Update to 1.0.86

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

1
.gitignore vendored

@ -42,3 +42,4 @@
/serde_derive-1.0.82.crate
/serde_derive-1.0.84.crate
/serde_derive-1.0.85.crate
/serde_derive-1.0.86.crate

@ -6,14 +6,14 @@
%global crate serde_derive
Name: rust-%{crate}
Version: 1.0.85
Release: 2%{?dist}
Version: 1.0.86
Release: 1%{?dist}
Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/serde_derive
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
@ -70,7 +70,7 @@ which use "deserialize_in_place" 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
@ -85,6 +85,9 @@ which use "deserialize_in_place" 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_derive-1.0.85.crate) = 719e8f7687c7ef3e8266eb2436e755c7fb013de6d8e6859676cce079f7044d9eb1d073ea00fec6c1be86998ab9ab8357aa70d866e3e3158176f031615be058e7
SHA512 (serde_derive-1.0.86.crate) = dcbc4bcffe4ef5932071e2c7ffc19745641d543f989a1af1cb2b59d558a2afba5d2bfe0d5b9e7e58313518829d55392ae657d52c545b1a5fa4043fcfcae805fe

Loading…
Cancel
Save