Update to version 1.0.47; Fixes RHBZ#2135026

epel9
Fabio Valentini 2 years ago
parent 7fa4955eea
commit 056c2ba6a9
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -48,3 +48,4 @@
/proc-macro2-1.0.40.crate
/proc-macro2-1.0.43.crate
/proc-macro2-1.0.46.crate
/proc-macro2-1.0.47.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 23
%bcond_without check
%global debug_package %{nil}
%global crate proc-macro2
Name: rust-proc-macro2
Version: 1.0.46
Version: 1.0.47
Release: %autorelease
Summary: Substitute implementation of the Rust compiler's proc_macro API
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/proc-macro2
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1 +1 @@
SHA512 (proc-macro2-1.0.46.crate) = 1c2ae8dc4bebeeaa4af02f8edce18b3d159109a1639d8e9f26be2b7023ade9d09824ee0f2a60ae034967d982158196826fdb989d23a4b3bc81188a9a63e18cb9
SHA512 (proc-macro2-1.0.47.crate) = 60c5d0dcbdee7ddab40664882d3cf5a868f7ea5b49ebab3b4419c3f325582b816625e73e0d1737bbd46bd7d765ece6c81c2ff4be894555d4b255f5cb9255e931

Loading…
Cancel
Save