Update to version 0.3.0

epel9 imports/e9/rust-fallible-iterator-0.3.0-1.el9
Fabio Valentini 1 year ago
parent 0a63f2be88
commit 745b7361ff
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/fallible-iterator-0.1.5.crate
/fallible-iterator-0.1.6.crate
/fallible-iterator-0.2.0.crate
/fallible-iterator-0.3.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate fallible-iterator
Name: rust-fallible-iterator
Version: 0.2.0
Version: 0.3.0
Release: %autorelease
Summary: Fallible iterator traits
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/fallible-iterator
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Fallible iterator traits.}
@ -74,7 +74,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 (fallible-iterator-0.2.0.crate) = c558fea3fcf3a7756acc0b63d38f76dfe7eeed4dd9c12c46b7a7e8b8bea64d00e0cc115492e8b3a1a19e86e6083477dcf7d2d72ef960b44f24d61819a3077e79
SHA512 (fallible-iterator-0.3.0.crate) = c655918fcda5deb8ce792708509e4959139f113c1006dd41b94d7073ffc204512a22cdeeee05c87534db9c414da3f4eb716e1a26970646fcb1c139a14eb8a2fa

Loading…
Cancel
Save