Update to 0.8.4

epel10
Peter Robinson 1 year ago
parent 90ce8f31b0
commit 39ae12dafb

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate num-bigint-dig
Name: rust-num-bigint-dig
Version: 0.7.1
Version: 0.8.4
Release: %autorelease
Summary: Big integer implementation for Rust
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/num-bigint-dig
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Big integer implementation for Rust.}
@ -49,6 +49,30 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arbitrary-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+arbitrary-devel %{_description}
This package contains library source intended for building other packages which
use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+fuzz-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fuzz-devel %{_description}
This package contains library source intended for building other packages which
use the "fuzz" feature of the "%{crate}" crate.
%files -n %{name}+fuzz-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+i128-devel
Summary: %{summary}
BuildArch: noarch
@ -134,11 +158,8 @@ use the "zeroize" 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
# * drop torture tests, they don't compile on 32-bit architectures:
# https://github.com/dignifiedquire/num-bigint/issues/43
rm tests/torture.rs
%generate_buildrequires
%cargo_generate_buildrequires

@ -1,3 +0,0 @@
[DEFAULT]
unwanted-features =
nightly

@ -0,0 +1,2 @@
[features]
hide = ["nightly"]

@ -1 +1 @@
SHA512 (num-bigint-dig-0.7.1.crate) = c889526e98ad679353870e2873f3721a1350814763ae3b57d7fbd2abe919fe3246efb4a909b8f81ddda3d2e80063ccc1ebab923d224e0747630ec22d4949675b
SHA512 (num-bigint-dig-0.8.4.crate) = 88ea682c5aabc61c0cab9234e31a2dccdb5458d3bc018e1f9ccbbf0a9f09ed0053341e93bc53f65b5bee55bafe71d50bbcd48fd085ac723ef4662e15664925b8

Loading…
Cancel
Save