Compare commits

..

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

1
.gitignore vendored

@ -6,4 +6,3 @@
/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

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

@ -1,22 +1,25 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 21
%bcond check 1 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate fixedbitset %global crate fixedbitset
Name: rust-fixedbitset Name: rust-%{crate}
Version: 0.5.7 Version: 0.4.2
Release: %autorelease Release: %autorelease
Summary: Simple bitset collection Summary: Simple bitset collection
License: MIT OR Apache-2.0 # Upstream license specification: MIT/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}
BuildRequires: cargo-rpm-macros >= 24 ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
FixedBitSet is a simple bitset collection.} Simple bitset collection.}
%description %{_description} %description %{_description}
@ -72,7 +75,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} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

Loading…
Cancel
Save