Compare commits

..

5 Commits

Author SHA1 Message Date
Fabio Valentini 6775ff7c5e
Update to version 0.4.3
3 months ago
Fedora Release Engineering 11d82e7865 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 89f5909483
Update to version 0.4.2; Fixes RHBZ#2274816
9 months ago
Fedora Release Engineering 3ffbbd0592 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering 40206db3ce Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -7,3 +7,5 @@
/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 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate num
Name: rust-num
Version: 0.4.1
Version: 0.4.3
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: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%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_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%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.3.crate) = 766ba6b7a012f7272979ed02942acdabf9c5a97f553732e241c05a1075f4367651ac0bca58a512c22857f5df20dd9060a7829715e45e3b16de650d4fe4818c81

Loading…
Cancel
Save