From 07dd696e00abe2cc122a7d22c24b1b11ba8151eb Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 11 Feb 2025 01:34:22 +0300 Subject: [PATCH] import rust-async-trait-0.1.86-1.el10 --- .gitignore | 2 +- .rust-async-trait.metadata | 2 +- SPECS/rust-async-trait.spec | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3aa244..49ed80f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/async-trait-0.1.85.crate +SOURCES/async-trait-0.1.86.crate diff --git a/.rust-async-trait.metadata b/.rust-async-trait.metadata index 049cae2..4f89733 100644 --- a/.rust-async-trait.metadata +++ b/.rust-async-trait.metadata @@ -1 +1 @@ -78eb864ed224c8c560260aef506fdc6a50995751 SOURCES/async-trait-0.1.85.crate +af374a6c7bae26c1c8baa189a46a641b7ebaba4d SOURCES/async-trait-0.1.86.crate diff --git a/SPECS/rust-async-trait.spec b/SPECS/rust-async-trait.spec index c917c2f..643847d 100644 --- a/SPECS/rust-async-trait.spec +++ b/SPECS/rust-async-trait.spec @@ -15,7 +15,7 @@ %global crate async-trait Name: rust-async-trait -Version: 0.1.85 +Version: 0.1.86 Release: %autorelease Summary: Type erasure for async trait methods @@ -77,6 +77,12 @@ use the "default" feature of the "%{crate}" crate. %changelog ## START: Generated by rpmautospec +* Mon Feb 10 2025 Fabio Valentini - 0.1.86-1 +- Update to version 0.1.86; Fixes RHBZ#2343311 + +* Sun Jan 19 2025 Fedora Release Engineering - 0.1.85-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Tue Jan 14 2025 Fabio Valentini - 0.1.85-1 - Update to version 0.1.85; Fixes RHBZ#2335946