|
|
|
@ -6,8 +6,8 @@
|
|
|
|
|
%global crate serde_derive
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 1.0.80
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.0.81
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -20,8 +20,8 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
|
BuildRequires: (crate(proc-macro2/default) >= 0.4.0 with crate(proc-macro2/default) < 0.5.0)
|
|
|
|
|
BuildRequires: (crate(quote/default) >= 0.6.3 with crate(quote/default) < 0.7.0)
|
|
|
|
|
BuildRequires: (crate(syn/default) >= 0.15.0 with crate(syn/default) < 0.16.0)
|
|
|
|
|
BuildRequires: (crate(syn/visit) >= 0.15.0 with crate(syn/visit) < 0.16.0)
|
|
|
|
|
BuildRequires: (crate(syn/default) >= 0.15.22 with crate(syn/default) < 0.16.0)
|
|
|
|
|
BuildRequires: (crate(syn/visit) >= 0.15.22 with crate(syn/visit) < 0.16.0)
|
|
|
|
|
%if %{with check}
|
|
|
|
|
BuildRequires: (crate(serde/default) >= 1.0.0 with crate(serde/default) < 2.0.0)
|
|
|
|
|
%endif
|
|
|
|
@ -85,6 +85,9 @@ which use "deserialize_in_place" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 10 2018 Josh Stone <jistone@redhat.com> - 1.0.81-1
|
|
|
|
|
- Update to 1.0.81
|
|
|
|
|
|
|
|
|
|
* Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.80-2
|
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|