Compare commits

..

7 Commits

Author SHA1 Message Date
Fedora Release Engineering 5065c22954 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 2d139c631a
Update to version 0.1.45; Fixes RHBZ#2279023
9 months ago
Fabio Valentini 8cad3cdf14
Update to version 0.1.44; Fixes RHBZ#2263286
11 months ago
Fedora Release Engineering a16bb5b056 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 7494276328
Regenerate with rust2rpm v24
1 year ago
Fedora Release Engineering 1201a2fddb Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering 9680648710 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -8,3 +8,5 @@
/num-iter-0.1.41.crate
/num-iter-0.1.42.crate
/num-iter-0.1.43.crate
/num-iter-0.1.44.crate
/num-iter-0.1.45.crate

@ -1,3 +0,0 @@
# rust-num-iter
The rust-num-iter package

@ -1,22 +1,19 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate num-iter
Name: rust-%{crate}
Version: 0.1.43
Name: rust-num-iter
Version: 0.1.45
Release: %autorelease
Summary: External iterators for generic mathematics
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/num-iter
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
External iterators for generic mathematics.}
@ -76,7 +73,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 +1 @@
SHA512 (num-iter-0.1.43.crate) = 97ac20f16d4518c8cbe944e5c80089fa6bb75d4632fb9f3c9d9891aaddb0e0f2209f6e854317f3d3b41bfb330c9d3ed830f3797f0120d4b1863b1d6fa3b9c07b
SHA512 (num-iter-0.1.45.crate) = 6195c7bd5f904e9f0aeee3ce17b42c0383d053f9d37954a9ce3b4ff0a048afa121c9a37aa9c74b9ace7353d7fd9f57a7d04c7a18e1456fc2c4c298d8ecfd0172

Loading…
Cancel
Save