Update to 0.15.15

epel9
Josh Stone 6 years ago
parent 1c44b15b51
commit 76534218a4

1
.gitignore vendored

@ -26,3 +26,4 @@
/syn-0.15.11.crate /syn-0.15.11.crate
/syn-0.15.13.crate /syn-0.15.13.crate
/syn-0.15.14.crate /syn-0.15.14.crate
/syn-0.15.15.crate

@ -6,8 +6,8 @@
%global crate syn %global crate syn
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.15.14 Version: 0.15.15
Release: 2%{?dist} Release: 1%{?dist}
Summary: Parser for Rust source code Summary: Parser for Rust source code
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -208,6 +208,9 @@ which use "visit-mut" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Oct 29 2018 Josh Stone <jistone@redhat.com> - 0.15.15-1
- Update to 0.15.15
* Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.14-2 * Fri Oct 26 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.15.14-2
- Adapt to new packaging - Adapt to new packaging

@ -1 +1 @@
SHA512 (syn-0.15.14.crate) = 83acfba8fdd58bc9c008f5378d557f4b55dc88234dac05c3e7c8b919948eec5de739579ba835845790ca5937bff1c5bea4d94c40454157336b4a0bc078744664 SHA512 (syn-0.15.15.crate) = 59da9adc7d7499b64e9d82ff228be807f1738cceafa4ea24d6f49ab5f3b9f18af7ac287764e80ceea568d6c43c71bf0df9ffc78ba701e65d11563648f51f062a

Loading…
Cancel
Save