|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate proc-macro2
|
|
|
|
%global crate proc-macro2
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.4.23
|
|
|
|
Version: 0.4.24
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Stable implementation of the upcoming new `proc_macro` API
|
|
|
|
Summary: Stable implementation of the upcoming new `proc_macro` API
|
|
|
|
|
|
|
|
|
|
|
@ -19,6 +19,9 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(unicode-xid/default) >= 0.1.0 with crate(unicode-xid/default) < 0.2.0)
|
|
|
|
BuildRequires: (crate(unicode-xid/default) >= 0.1.0 with crate(unicode-xid/default) < 0.2.0)
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
|
|
|
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%global _description \
|
|
|
|
%global _description \
|
|
|
|
A stable implementation of the upcoming new `proc_macro` API. Comes with an\
|
|
|
|
A stable implementation of the upcoming new `proc_macro` API. Comes with an\
|
|
|
@ -81,6 +84,9 @@ which use "proc-macro" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Nov 16 2018 Josh Stone <jistone@redhat.com> - 0.4.24-1
|
|
|
|
|
|
|
|
- Update to 0.4.24
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.4.23-1
|
|
|
|
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.4.23-1
|
|
|
|
- Update to 0.4.23
|
|
|
|
- Update to 0.4.23
|
|
|
|
|
|
|
|
|
|
|
|