Update to 0.4.24

epel9
Josh Stone 6 years ago
parent ab56f20df3
commit 33a107cc1c

1
.gitignore vendored

@ -13,3 +13,4 @@
/proc-macro2-0.4.20.crate /proc-macro2-0.4.20.crate
/proc-macro2-0.4.21.crate /proc-macro2-0.4.21.crate
/proc-macro2-0.4.23.crate /proc-macro2-0.4.23.crate
/proc-macro2-0.4.24.crate

@ -6,7 +6,7 @@
%global crate proc-macro2 %global crate proc-macro2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.23 Version: 0.4.24
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
@ -19,6 +19,9 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
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}
BuildRequires: (crate(quote/default) >= 0.6.0 with crate(quote/default) < 0.7.0)
%endif
%global _description \ %global _description \
A stable implementation of the upcoming new `proc_macro` API. Comes with an\ A stable implementation of the upcoming new `proc_macro` API. Comes with an\
@ -81,6 +84,9 @@ which use "proc-macro" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Nov 16 2018 Josh Stone <jistone@redhat.com> - 0.4.24-1
- Update to 0.4.24
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.4.23-1 * Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.4.23-1
- Update to 0.4.23 - Update to 0.4.23

@ -1 +1 @@
SHA512 (proc-macro2-0.4.23.crate) = 50f914f61f48c9ae8df7b26270517a65ae65c799a3b26478ac70269675634f5d173481592a27f5a9e2b970f737f5fe9e32756ac4434511674a1110e8be8ea278 SHA512 (proc-macro2-0.4.24.crate) = 57ae6a761fcc14f22277df025db6b09f1173035e1496d1c4906d9af9231c19f0b93750abf36e4013ae82799069869047a7e3f1b3e095344e55c603fe5a462d03

Loading…
Cancel
Save