update to version 1.0.9

epel9
Fabio Valentini 4 years ago
parent 4e37a6e46e
commit bd048faa4d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/quote-1.0.6.crate
/quote-1.0.7.crate
/quote-1.0.8.crate
/quote-1.0.9.crate

@ -5,8 +5,8 @@
%global crate quote
Name: rust-%{crate}
Version: 1.0.8
Release: 2%{?dist}
Version: 1.0.9
Release: 1%{?dist}
Summary: Quasi-quoting macro quote!(...)
# Upstream license specification: MIT OR Apache-2.0
@ -83,6 +83,10 @@ which use "proc-macro" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.9-1
- Update to version 1.0.9.
- Fixes RHBZ#1928018
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (quote-1.0.8.crate) = 448d06465d93d384bf31b0249fd143a92edc4b9be8bb3a8c1a86366241be6469c3874dac98acb3810d5177b106d7307c7d9e879f91cce2e278a319ef1935577f
SHA512 (quote-1.0.9.crate) = dd6cdaea183b85400531ef01e56657edbec0d8f7c27898c1e591b72dff755fa5875b33ca320bd65be0e9aecfc6a61ec119a4bd1291e9f2057fca642ab5b198c8

Loading…
Cancel
Save