|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate syn
|
|
|
|
%global crate syn
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.15.29
|
|
|
|
Version: 0.15.30
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Parser for Rust source code
|
|
|
|
Summary: Parser for Rust source code
|
|
|
|
|
|
|
|
|
|
|
@ -24,6 +24,8 @@ BuildRequires: (crate(quote) >= 0.6.0 with crate(quote) < 0.7.0)
|
|
|
|
BuildRequires: (crate(quote/proc-macro) >= 0.6.0 with crate(quote/proc-macro) < 0.7.0)
|
|
|
|
BuildRequires: (crate(quote/proc-macro) >= 0.6.0 with crate(quote/proc-macro) < 0.7.0)
|
|
|
|
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}
|
|
|
|
%if %{with check}
|
|
|
|
|
|
|
|
BuildRequires: (crate(colored/default) >= 1.7.0 with crate(colored/default) < 2.0.0)
|
|
|
|
|
|
|
|
BuildRequires: (crate(insta/default) >= 0.7.0 with crate(insta/default) < 0.8.0)
|
|
|
|
BuildRequires: (crate(rayon/default) >= 1.0.0 with crate(rayon/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(rayon/default) >= 1.0.0 with crate(rayon/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(regex/default) >= 1.0.0 with crate(regex/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(regex/default) >= 1.0.0 with crate(regex/default) < 2.0.0)
|
|
|
|
BuildRequires: (crate(walkdir/default) >= 2.1.0 with crate(walkdir/default) < 3.0.0)
|
|
|
|
BuildRequires: (crate(walkdir/default) >= 2.1.0 with crate(walkdir/default) < 3.0.0)
|
|
|
@ -208,6 +210,9 @@ which use "visit-mut" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Apr 02 2019 Josh Stone <jistone@redhat.com> - 0.15.30-1
|
|
|
|
|
|
|
|
- Update to 0.15.30
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 13 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.29-1
|
|
|
|
* Wed Mar 13 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.29-1
|
|
|
|
- Update to 0.15.29
|
|
|
|
- Update to 0.15.29
|
|
|
|
|
|
|
|
|
|
|
|