Compare commits

..

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

2
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate num
Name: rust-num
Version: 0.4.3
Version: 0.4.1
Release: %autorelease
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
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
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
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,2 @@
[DEFAULT]
summary = Collection of numeric types and traits for Rust

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

@ -1 +1 @@
SHA512 (num-0.4.3.crate) = 766ba6b7a012f7272979ed02942acdabf9c5a97f553732e241c05a1075f4367651ac0bca58a512c22857f5df20dd9060a7829715e45e3b16de650d4fe4818c81
SHA512 (num-0.4.1.crate) = ea3b49c1b7a361266ee44213cd65765e58bfc51b9e805bdc71bed120a3b43f87ca60ba81b231a2c9a0ced617e10024d4e0961d8a3a52f26dbce1a22d550b7a84

Loading…
Cancel
Save