Compare commits

..

7 Commits

Author SHA1 Message Date
Benjamin A. Beasley e112926379 Update to version 0.5.7; Fixes RHBZ#2266178
2 weeks ago
Fedora Release Engineering 13750aad99 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
2 weeks ago
Fedora Release Engineering 9ca5cb15d1 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering 41fc87fb2b Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini d648d51add
Regenerate with rust2rpm v24
2 years 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
.gitignore vendored

@ -6,3 +6,4 @@
/fixedbitset-0.3.2.crate /fixedbitset-0.3.2.crate
/fixedbitset-0.4.1.crate /fixedbitset-0.4.1.crate
/fixedbitset-0.4.2.crate /fixedbitset-0.4.2.crate
/fixedbitset-0.5.7.crate

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

@ -1,25 +1,22 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%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.5.7
Release: %autorelease Release: %autorelease
Summary: Simple bitset collection Summary: Simple bitset collection
# Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/fixedbitset URL: https://crates.io/crates/fixedbitset
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Simple bitset collection.} FixedBitSet is a simple bitset collection.}
%description %{_description} %description %{_description}
@ -75,7 +72,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (fixedbitset-0.4.2.crate) = 57c5d756b0a202b2506270f0d5e890f7617a1e0c015b6059ea23fab49cf7af47fd06927eb56feb03b37cb2b6c467e326b3f0da1e32cfcb6339cf11a130a3ccab SHA512 (fixedbitset-0.5.7.crate) = 320b1b47a9f93590f24d5c111c171c401f15a50dc29617c8715b6c9d0b3f26e17f966a87d8628661dfc62ff8dee98524f3b6f4f4391725b1b77db714eb6eef60

Loading…
Cancel
Save