Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

@ -1,18 +1,21 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate downcast %global crate downcast
Name: rust-downcast Name: rust-%{crate}
Version: 0.11.0 Version: 0.11.0
Release: %autorelease Release: %autorelease
Summary: Trait for downcasting trait objects back to their original types Summary: Trait for downcasting trait objects back to their original types
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/downcast URL: https://crates.io/crates/downcast
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

Loading…
Cancel
Save