From 0b12371f3f29ae23d8a43e9419cd998c8af38333 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 5 Jan 2025 22:38:58 +0300 Subject: [PATCH] import rust-async-trait-0.1.84-1.el10 --- .gitignore | 2 +- .rust-async-trait.metadata | 2 +- SPECS/rust-async-trait.spec | 13 ++++++++----- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6df7a8e..5d37f0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/async-trait-0.1.83.crate +SOURCES/async-trait-0.1.84.crate diff --git a/.rust-async-trait.metadata b/.rust-async-trait.metadata index d360513..39faa12 100644 --- a/.rust-async-trait.metadata +++ b/.rust-async-trait.metadata @@ -1 +1 @@ -92b51df7311924f34c75d7b162060b39841d8db6 SOURCES/async-trait-0.1.83.crate +da42505f4f31394d93756116f95a41d3aeb5b0c5 SOURCES/async-trait-0.1.84.crate diff --git a/SPECS/rust-async-trait.spec b/SPECS/rust-async-trait.spec index 004625e..a0c5e32 100644 --- a/SPECS/rust-async-trait.spec +++ b/SPECS/rust-async-trait.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.2) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate async-trait Name: rust-async-trait -Version: 0.1.83 +Version: 0.1.84 Release: %autorelease Summary: Type erasure for async trait methods @@ -76,10 +76,13 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Sat Jan 04 2025 Fabio Valentini - 0.1.84-1 +- Update to version 0.1.84; Fixes RHBZ#2335387 + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.1.83-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Mon Oct 07 2024 Fabio Valentini - 0.1.83-1 - Update to version 0.1.83; Fixes RHBZ#2314483