Compare commits

..

5 Commits

Author SHA1 Message Date
Fedora Release Engineering 9ca5cb15d1 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 41fc87fb2b Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini d648d51add
Regenerate with rust2rpm v24
1 year ago
Fedora Release Engineering 177c4e228f Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering a621b04114 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

@ -1,3 +0,0 @@
# rust-fixedbitset
The rust-fixedbitset package

@ -1,25 +1,23 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate fixedbitset %global crate fixedbitset
Name: rust-%{crate} Name: rust-fixedbitset
Version: 0.4.2 Version: 0.4.2
Release: %autorelease Release: %autorelease
Summary: Simple bitset collection Summary: Simple bitset collection
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/fixedbitset URL: https://crates.io/crates/fixedbitset
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Simple bitset collection.} FixedBitSet is a simple bitset collection.}
%description %{_description} %description %{_description}

Loading…
Cancel
Save