From a1c76c3845e3cb3e4b83238cfed106ee3b14f270 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sat, 13 Jan 2024 01:43:37 +0300 Subject: [PATCH] import rust-proc-macro2-1.0.76-1.el9 --- .gitignore | 2 +- .rust-proc-macro2.metadata | 2 +- SPECS/rust-proc-macro2.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a71330a..60955c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/proc-macro2-1.0.75.crate +SOURCES/proc-macro2-1.0.76.crate diff --git a/.rust-proc-macro2.metadata b/.rust-proc-macro2.metadata index 8a6473b..41b94b1 100644 --- a/.rust-proc-macro2.metadata +++ b/.rust-proc-macro2.metadata @@ -1 +1 @@ -256638e5b374f001cedd0c3a7088e063c65d8dd2 SOURCES/proc-macro2-1.0.75.crate +61756713527495d94e713d0aab59780646c43a0e SOURCES/proc-macro2-1.0.76.crate diff --git a/SPECS/rust-proc-macro2.spec b/SPECS/rust-proc-macro2.spec index c93e166..0acc375 100644 --- a/SPECS/rust-proc-macro2.spec +++ b/SPECS/rust-proc-macro2.spec @@ -15,7 +15,7 @@ %global crate proc-macro2 Name: rust-proc-macro2 -Version: 1.0.75 +Version: 1.0.76 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API @@ -102,6 +102,9 @@ use the "span-locations" feature of the "%{crate}" crate. %endif %changelog +* Fri Jan 12 2024 Fabio Valentini - 1.0.76-1 +- Update to version 1.0.76; Fixes RHBZ#2257019 + * Fri Jan 05 2024 Fabio Valentini - 1.0.75-1 - Update to version 1.0.75; Fixes RHBZ#2256703