Update to 0.5.6

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

1
.gitignore vendored

@ -1,2 +1,3 @@
/proc-macro-hack-0.5.4.crate /proc-macro-hack-0.5.4.crate
/proc-macro-hack-0.5.5.crate /proc-macro-hack-0.5.5.crate
/proc-macro-hack-0.5.6.crate

@ -1,12 +1,11 @@
# Generated by rust2rpm # Generated by rust2rpm-9-1.fc31
# * Circular deps with demo-hack
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate proc-macro-hack %global crate proc-macro-hack
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.5 Version: 0.5.6
Release: 1%{?dist} Release: 1%{?dist}
Summary: Procedural macros in expression position Summary: Procedural macros in expression position
@ -75,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu May 09 08:24:11 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.6-1
- Update to 0.5.6
* Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 0.5.5-1 * Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 0.5.5-1
- Update to 0.5.5 - Update to 0.5.5

@ -1 +1 @@
SHA512 (proc-macro-hack-0.5.5.crate) = 74b42a2b6e214451368197a56ab80c4bd7ab9a532701c3d5741f65f6da7321168dc4c43f467ae894b058543d466024457c182fcf5e70191324609a8c85b3b86f SHA512 (proc-macro-hack-0.5.6.crate) = 44f2a7b405d161d7f7554cf27698d18ab0d1e256f0d0c94ffee02757b05c839b2aaa26ad470f64c821282ebdbfd99edc304dfba1a99a8408df53929bbeb85bd4

Loading…
Cancel
Save