Update to 1.0.11

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 5 years ago
parent 27f26a947b
commit 589954fef7
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -52,3 +52,4 @@
/syn-1.0.3.crate
/syn-1.0.5.crate
/syn-1.0.8.crate
/syn-1.0.11.crate

@ -6,7 +6,7 @@
%global crate syn
Name: rust-%{crate}
Version: 1.0.8
Version: 1.0.11
Release: 1%{?dist}
Summary: Parser for Rust source code
@ -187,6 +187,8 @@ which use "visit-mut" feature of "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
# https://github.com/dtolnay/syn/pull/727
chmod -x Cargo.toml tests/repo/mod.rs tests/test_round_trip.rs
%cargo_prep
%generate_buildrequires
@ -204,6 +206,9 @@ which use "visit-mut" feature of "%{crate}" crate.
%endif
%changelog
* Sun Dec 01 10:21:44 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.11-1
- Update to 1.0.11
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 1.0.8-1
- Update to 1.0.8

@ -1 +1 @@
SHA512 (syn-1.0.8.crate) = 314229610133a1c1db1d60b549846e7b9f9c50ac345ca59d6fbfb263b828653be7fac0f56fd88312162138d85b915dc994ea651c1f9ac591c9c56c53a1738093
SHA512 (syn-1.0.11.crate) = 6b361c6cb27aebb3da5e81db270e7cd0fe8bfb11289c25ce46127214e222c2b64f53164c8869de41b77e9b780f967454ed5d7c5b73442ae292eadc4dea77494c

Loading…
Cancel
Save