From d49c830bf778170ed791d6a0d2ee25151555e455 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 15 Jan 2025 23:01:51 +0300 Subject: [PATCH] import rust-proc-macro2-1.0.93-1.el10 --- .gitignore | 2 +- .rust-proc-macro2.metadata | 2 +- SOURCES/proc-macro2-fix-metadata.diff | 9 +++------ SPECS/rust-proc-macro2.spec | 7 +++++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 3589175..8aaeec6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/proc-macro2-1.0.92.crate +SOURCES/proc-macro2-1.0.93.crate diff --git a/.rust-proc-macro2.metadata b/.rust-proc-macro2.metadata index ef7b836..98ee5e3 100644 --- a/.rust-proc-macro2.metadata +++ b/.rust-proc-macro2.metadata @@ -1 +1 @@ -052f189b704240fc8293ecfb13ab2fd2029123ee SOURCES/proc-macro2-1.0.92.crate +d6790b559f2675aeb54fed0f3a391c8f82b5f6ea SOURCES/proc-macro2-1.0.93.crate diff --git a/SOURCES/proc-macro2-fix-metadata.diff b/SOURCES/proc-macro2-fix-metadata.diff index 7e04486..e952c25 100644 --- a/SOURCES/proc-macro2-fix-metadata.diff +++ b/SOURCES/proc-macro2-fix-metadata.diff @@ -1,6 +1,6 @@ ---- proc-macro2-1.0.92/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ proc-macro2-1.0.92/Cargo.toml 2024-11-26T20:05:37.694162+00:00 -@@ -82,21 +82,12 @@ +--- proc-macro2-1.0.93/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ proc-macro2-1.0.93/Cargo.toml 2025-01-14T21:02:12.518646+00:00 +@@ -88,18 +88,9 @@ [dependencies.unicode-ident] version = "1.0" @@ -19,6 +19,3 @@ - -[dev-dependencies.tar] -version = "0.4" - - [features] - default = ["proc-macro"] diff --git a/SPECS/rust-proc-macro2.spec b/SPECS/rust-proc-macro2.spec index d322495..4805955 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.92 +Version: 1.0.93 Release: %autorelease Summary: Substitute implementation of the Rust compiler's proc_macro API @@ -108,10 +108,13 @@ use the "span-locations" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Tue Jan 14 2025 Fabio Valentini - 1.0.93-1 +- Update to version 1.0.93; Fixes RHBZ#2337065 + * Fri Dec 20 2024 MSVSphere Packaging Team - 1.0.92-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Tue Nov 26 2024 Fabio Valentini - 1.0.92-1 - Update to version 1.0.92; Fixes RHBZ#2327752