update to version 1.0.26

epel9
Fabio Valentini 4 years ago
parent 2b1aa3d343
commit 26d732810d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -36,3 +36,4 @@
/proc-macro2-1.0.19.crate
/proc-macro2-1.0.21.crate
/proc-macro2-1.0.24.crate
/proc-macro2-1.0.26.crate

@ -1,13 +1,12 @@
# Generated by rust2rpm 15
# * RUSTC_BOOTSTRAP breaks tests
%bcond_with check
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate proc-macro2
Name: rust-%{crate}
Version: 1.0.24
Release: 2%{?dist}
Version: 1.0.26
Release: 1%{?dist}
Summary: Substitute implementation of the Rust compiler's proc_macro API
# Upstream license specification: MIT OR Apache-2.0
@ -105,10 +104,15 @@ which use "span-locations" feature of "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# skip doctests that don't compile
%cargo_test -- -- --skip "src/lib.rs"
%endif
%changelog
* Wed Apr 28 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.26-1
- Update to version 1.0.26.
- Fixes RHBZ#1945471
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (proc-macro2-1.0.24.crate) = c3d23a5136c55d734084ce1d76d54f237fc1003074af102c2ad96d851ac496ffc7513ddc505a68af4051c9d6de09725a0ecb6e76ebcdd77a1c056f8f9242c9be
SHA512 (proc-macro2-1.0.26.crate) = e6d39cc0d5ec644e3fb424347bde0a82a8ce8549745a1a827bf4dc21f6248471935b5499c3b6d1b7a129f0ddc560754254c528ac39fb1fce2ec3bd9520afc3e2

Loading…
Cancel
Save