|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate serde_derive_internals
|
|
|
|
%global crate serde_derive_internals
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.22.2
|
|
|
|
Version: 0.23.1
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: AST representation used by Serde derive macros
|
|
|
|
Summary: AST representation used by Serde derive macros
|
|
|
|
|
|
|
|
|
|
|
@ -17,8 +17,8 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
# [dependencies]
|
|
|
|
# [dependencies]
|
|
|
|
BuildRequires: (crate(proc-macro2) >= 0.2.0 with crate(proc-macro2) < 0.3.0)
|
|
|
|
BuildRequires: (crate(proc-macro2) >= 0.3.0 with crate(proc-macro2) < 0.4.0)
|
|
|
|
BuildRequires: ((crate(syn) >= 0.12.0 with crate(syn) < 0.13.0) with crate(syn/derive) with crate(syn/parsing) with crate(syn/clone-impls))
|
|
|
|
BuildRequires: ((crate(syn) >= 0.13.0 with crate(syn) < 0.14.0) with crate(syn/derive) with crate(syn/parsing) with crate(syn/clone-impls))
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
@ -54,6 +54,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.23.1-1
|
|
|
|
|
|
|
|
- Update to 0.23.1
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 28 2018 Josh Stone <jistone@redhat.com> - 0.22.2-1
|
|
|
|
* Wed Mar 28 2018 Josh Stone <jistone@redhat.com> - 0.22.2-1
|
|
|
|
- Update to 0.22.2
|
|
|
|
- Update to 0.22.2
|
|
|
|
|
|
|
|
|
|
|
|