|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate synstructure
|
|
|
|
%global crate synstructure
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.9.0
|
|
|
|
Version: 0.10.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Helper methods and macros for custom derives
|
|
|
|
Summary: Helper methods and macros for custom derives
|
|
|
|
|
|
|
|
|
|
|
@ -20,7 +20,7 @@ BuildRequires: rust-packaging
|
|
|
|
# [dependencies]
|
|
|
|
# [dependencies]
|
|
|
|
BuildRequires: (crate(proc-macro2) >= 0.4.0 with crate(proc-macro2) < 0.5.0)
|
|
|
|
BuildRequires: (crate(proc-macro2) >= 0.4.0 with crate(proc-macro2) < 0.5.0)
|
|
|
|
BuildRequires: (crate(quote) >= 0.6.0 with crate(quote) < 0.7.0)
|
|
|
|
BuildRequires: (crate(quote) >= 0.6.0 with crate(quote) < 0.7.0)
|
|
|
|
BuildRequires: ((crate(syn) >= 0.14.0 with crate(syn) < 0.15.0) with crate(syn/visit) with crate(syn/extra-traits))
|
|
|
|
BuildRequires: ((crate(syn) >= 0.15.0 with crate(syn) < 0.16.0) with crate(syn/visit) with crate(syn/extra-traits))
|
|
|
|
BuildRequires: (crate(unicode-xid) >= 0.1.0 with crate(unicode-xid) < 0.2.0)
|
|
|
|
BuildRequires: (crate(unicode-xid) >= 0.1.0 with crate(unicode-xid) < 0.2.0)
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
# [dev-dependencies]
|
|
|
|
# [dev-dependencies]
|
|
|
@ -61,6 +61,9 @@ which use %{crate} from crates.io.
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version}/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Sep 18 2018 Josh Stone <jistone@redhat.com> - 0.10.0-1
|
|
|
|
|
|
|
|
- Update to 0.10.0
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 04 2018 Josh Stone <jistone@redhat.com> - 0.9.0-1
|
|
|
|
* Sat Aug 04 2018 Josh Stone <jistone@redhat.com> - 0.9.0-1
|
|
|
|
- Update to 0.9.0
|
|
|
|
- Update to 0.9.0
|
|
|
|
|
|
|
|
|
|
|
|