Update to 0.15.30

epel9
Josh Stone 6 years ago
parent 2078d9b6fc
commit 3f3ac6a8ab

1
.gitignore vendored

@ -37,3 +37,4 @@
/syn-0.15.27.crate /syn-0.15.27.crate
/syn-0.15.28.crate /syn-0.15.28.crate
/syn-0.15.29.crate /syn-0.15.29.crate
/syn-0.15.30.crate

@ -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

@ -1 +1 @@
SHA512 (syn-0.15.29.crate) = 1a5f365a8239758c9a2e2cfac3bac1bc94995ea48eb087cc8a2dc62a33a2f22b2bbe2985e344fdd758021ab66e55ff17e76c0234e9ae342499d1ae1fc3294767 SHA512 (syn-0.15.30.crate) = 53924d112f7ed2e63b157b307ff7d8da2b4b6e39f70c789966e0f46180546dc92dfd0d511865567f660c295242c3888b51296b7bfaf397dca8933b07783904a9

Loading…
Cancel
Save