From 9f89c0cfe4ed3c757302ef560be586384d9c4f0c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 6 Aug 2023 16:23:28 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- rust-downcast.spec | 7 ++----- .rust2rpm.conf => rust2rpm.conf | 0 2 files changed, 2 insertions(+), 5 deletions(-) rename .rust2rpm.conf => rust2rpm.conf (100%) diff --git a/rust-downcast.spec b/rust-downcast.spec index 3e8b405..645f94c 100644 --- a/rust-downcast.spec +++ b/rust-downcast.spec @@ -1,21 +1,18 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate downcast -Name: rust-%{crate} +Name: rust-downcast Version: 0.11.0 Release: %autorelease Summary: Trait for downcasting trait objects back to their original types -# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/downcast Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/.rust2rpm.conf b/rust2rpm.conf similarity index 100% rename from .rust2rpm.conf rename to rust2rpm.conf