Update to version 0.3.30; Fixes RHBZ#2246401

epel9 imports/e9/rust-futures-util-0.3.30-1.el9
Fabio Valentini 1 year ago
parent a9692f501a
commit 4b966967a1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -24,3 +24,4 @@
/futures-util-0.3.26.crate
/futures-util-0.3.27.crate
/futures-util-0.3.28.crate
/futures-util-0.3.30.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate futures-util
Name: rust-futures-util
Version: 0.3.28
Version: 0.3.30
Release: %autorelease
Summary: Common utilities and extension traits for the futures-rs library
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/futures-util
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Common utilities and extension traits for the futures-rs library.}
@ -313,7 +313,7 @@ use the "write-all-vectored" 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

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1 +1 @@
SHA512 (futures-util-0.3.28.crate) = 0c7dd3701b7ab0a443a56aa64e6d9b6ba7bb9ccba4c05dfe17608df3e2bed1c2fa460a0cb4abb9fb25289d3a776128ffcc4fced75ca73a65d40b18ee2e9a46e4
SHA512 (futures-util-0.3.30.crate) = 7faae5aa35641d858d0f5430e4a69acd4ba9037852ad73c5a890bffeed411d28820883e18bad4ca8f7b0a765f9f4c5dbeaf5d0cfaaf90c2c69846434ae091951

Loading…
Cancel
Save