Update to version 0.4.2; Fixes RHBZ#2274816

epel10
Fabio Valentini 9 months ago
parent 3ffbbd0592
commit 89f5909483
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/num-0.3.1.crate /num-0.3.1.crate
/num-0.4.0.crate /num-0.4.0.crate
/num-0.4.1.crate /num-0.4.1.crate
/num-0.4.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate num %global crate num
Name: rust-num Name: rust-num
Version: 0.4.1 Version: 0.4.2
Release: %autorelease Release: %autorelease
Summary: Collection of numeric types and traits for Rust Summary: Collection of numeric types and traits for Rust
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/num URL: https://crates.io/crates/num
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
A collection of numeric types and traits for Rust, including bigint, A collection of numeric types and traits for Rust, including bigint,
@ -122,7 +122,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,2 +0,0 @@
[DEFAULT]
summary = Collection of numeric types and traits for Rust

@ -0,0 +1,3 @@
[package]
summary = "Collection of numeric types and traits for Rust"

@ -1 +1 @@
SHA512 (num-0.4.1.crate) = ea3b49c1b7a361266ee44213cd65765e58bfc51b9e805bdc71bed120a3b43f87ca60ba81b231a2c9a0ced617e10024d4e0961d8a3a52f26dbce1a22d550b7a84 SHA512 (num-0.4.2.crate) = 1f288e1f5c594cb58a55f56f4fc07b044b1a5525f5d404408d63b0941bbee48beb6523bce32e5cee708ecb837802698578fbd658889dbac56cf82d7893ffaad5

Loading…
Cancel
Save