Compare commits

...

6 Commits

Author SHA1 Message Date
Orion Poplawski bfa97762c0 Bootstrap without %check
3 months ago
Fedora Release Engineering d4d7ee80a8 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 697f858d06
Update to version 0.3.4; Fixes RHBZ#2290992
7 months ago
Fedora Release Engineering e6d80d8ed1 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering 31824b4e1d Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering ff7fd3904b Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -1,2 +1,3 @@
/primal-check-0.3.2.crate
/primal-check-0.3.3.crate
/primal-check-0.3.4.crate

@ -1,3 +0,0 @@
# rust-primal-check
The rust-primal-check package

@ -1,12 +1,11 @@
# Generated by rust2rpm 22
# Circular dep with primal - build without check to bootstrap
# Generated by rust2rpm 26
%bcond_with check
%global debug_package %{nil}
%global crate primal-check
Name: rust-primal-check
Version: 0.3.3
Version: 0.3.4
Release: %autorelease
Summary: Fast standalone primality testing
@ -14,9 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/primal-check
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Fast standalone primality testing.}
@ -62,8 +59,11 @@ use the "unstable" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%if %{without check}
sed -i -e '/dev-dependencies.primal/{N;d;}' Cargo.toml
%endif
%generate_buildrequires
%cargo_generate_buildrequires

@ -1 +1 @@
SHA512 (primal-check-0.3.3.crate) = d56fcee65802b1ca272515589574786dfd066099c55a536cb1076193242859074918651c4fa3c1a7dab4fd13ba91c8f6a2a5b0789a6cd24faffc092edf27d75e
SHA512 (primal-check-0.3.4.crate) = 8dfd2c5847fc23250f9a96c3c7d8a4d250f7b61781218829b71bef0f2779b2e56b93284bfd5ea3666c78681560326fa00982590aaaf8b96dfb5f402a24a52489

Loading…
Cancel
Save