Update to 1.0.32

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 50070235ff
commit 938ac0fc0e
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -70,3 +70,4 @@
/syn-1.0.29.crate /syn-1.0.29.crate
/syn-1.0.30.crate /syn-1.0.30.crate
/syn-1.0.31.crate /syn-1.0.31.crate
/syn-1.0.32.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 15
# * insta and ref-cast are not packaged # * ref-cast is not packaged
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate syn %global crate syn
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.31 Version: 1.0.32
Release: 1%{?dist} Release: 1%{?dist}
Summary: Parser for Rust source code Summary: Parser for Rust source code
@ -216,6 +216,9 @@ which use "visit-mut" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sun Jun 21 09:00:38 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.32-1
- Update to 1.0.32
* Thu Jun 11 2020 Josh Stone <jistone@redhat.com> - 1.0.31-1 * Thu Jun 11 2020 Josh Stone <jistone@redhat.com> - 1.0.31-1
- Update to 1.0.31 - Update to 1.0.31

@ -1 +1 @@
SHA512 (syn-1.0.31.crate) = 9d7ffd4f7acc2790587934e0a99e2615a4292b03fb3701fb55795cd94722d7a757d5e94e7a224284496d812ef5007936164467917e6aacc428f5b45d2ae3fa79 SHA512 (syn-1.0.32.crate) = 0db77acff1e308a05df62b0ee2e22c4c2c617c22c0515ccec504822f8a5a5bee30efb1d53433dd22ce71678118598a37b8e5ed1fd0d7ca7e85ad51fa4873539b

Loading…
Cancel
Save