|
|
@ -5,7 +5,7 @@
|
|
|
|
%global crate proc-macro-hack
|
|
|
|
%global crate proc-macro-hack
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.5.6
|
|
|
|
Version: 0.5.7
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Procedural macros in expression position
|
|
|
|
Summary: Procedural macros in expression position
|
|
|
|
|
|
|
|
|
|
|
@ -19,9 +19,7 @@ ExclusiveArch: %{rust_arches}
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: rust-packaging
|
|
|
|
BuildRequires: (crate(proc-macro2/default) >= 0.4.19 with crate(proc-macro2/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(proc-macro2/default) >= 0.4.19 with crate(proc-macro2/default) < 0.5.0)
|
|
|
|
BuildRequires: (crate(quote/default) >= 0.6.8 with crate(quote/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(quote/default) >= 0.6.8 with crate(quote/default) < 0.7.0)
|
|
|
|
BuildRequires: (crate(syn/parsing) >= 0.15.14 with crate(syn/parsing) < 0.16.0)
|
|
|
|
BuildRequires: (crate(syn/default) >= 0.15.14 with crate(syn/default) < 0.16.0)
|
|
|
|
BuildRequires: (crate(syn/printing) >= 0.15.14 with crate(syn/printing) < 0.16.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(syn/proc-macro) >= 0.15.14 with crate(syn/proc-macro) < 0.16.0)
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
%if %{with check}
|
|
|
|
BuildRequires: (crate(demo-hack-impl/default) >= 0.0.5 with crate(demo-hack-impl/default) < 0.0.6)
|
|
|
|
BuildRequires: (crate(demo-hack-impl/default) >= 0.0.5 with crate(demo-hack-impl/default) < 0.0.6)
|
|
|
|
BuildRequires: (crate(demo-hack/default) >= 0.0.5 with crate(demo-hack/default) < 0.0.6)
|
|
|
|
BuildRequires: (crate(demo-hack/default) >= 0.0.5 with crate(demo-hack/default) < 0.0.6)
|
|
|
@ -74,6 +72,9 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu May 09 09:03:38 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.7-1
|
|
|
|
|
|
|
|
- Update to 0.5.7
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 09 08:24:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.6-1
|
|
|
|
* Thu May 09 08:24:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.6-1
|
|
|
|
- Update to 0.5.6
|
|
|
|
- Update to 0.5.6
|
|
|
|
|
|
|
|
|
|
|
|