Update to 0.4.18

epel9
Josh Stone 7 years ago
parent 79890e49fc
commit 11f8515898

1
.gitignore vendored

@ -8,3 +8,4 @@
/proc-macro2-0.4.8.crate /proc-macro2-0.4.8.crate
/proc-macro2-0.4.9.crate /proc-macro2-0.4.9.crate
/proc-macro2-0.4.12.crate /proc-macro2-0.4.12.crate
/proc-macro2-0.4.18.crate

@ -6,10 +6,11 @@
%global crate proc-macro2 %global crate proc-macro2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.12 Version: 0.4.18
Release: 1%{?dist} Release: 1%{?dist}
Summary: Stable implementation of the upcoming new `proc_macro` API Summary: Stable implementation of the upcoming new `proc_macro` API
# Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/proc-macro2 URL: https://crates.io/crates/proc-macro2
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
@ -56,6 +57,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Fri Sep 07 2018 Josh Stone <jistone@redhat.com> - 0.4.18-1
- Update to 0.4.18
* Mon Aug 13 2018 Josh Stone <jistone@redhat.com> - 0.4.12-1 * Mon Aug 13 2018 Josh Stone <jistone@redhat.com> - 0.4.12-1
- Update to 0.4.12 - Update to 0.4.12

@ -1 +1 @@
SHA512 (proc-macro2-0.4.12.crate) = 0391ce48f47d09965ba800bd19a0a78b67efd104175f984a1a486b4bc9adc48b5dd162c0495ca20299fd9e2fb5391e25d5807635466cff4ae3b8deca67f0c2bb SHA512 (proc-macro2-0.4.18.crate) = f6f9c715af1f39ed83aea15a8689e99e523c2b781d2f35c7ac15ef97a38220ce02e7ac1075a85e4bef53ffa682224cc0093aa9b94a664d2a944e6a3309550870

Loading…
Cancel
Save