Update to version 0.3.30; Fixes RHBZ#2246396

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

1
.gitignore vendored

@ -24,3 +24,4 @@
/futures-channel-0.3.26.crate
/futures-channel-0.3.27.crate
/futures-channel-0.3.28.crate
/futures-channel-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-channel
Name: rust-futures-channel
Version: 0.3.28
Version: 0.3.30
Release: %autorelease
Summary: Channels for asynchronous communication using futures-rs
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/futures-channel
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Channels for asynchronous communication using futures-rs.}
@ -121,7 +121,7 @@ use the "unstable" 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-channel-0.3.28.crate) = 21bcae42859687538a3bbd4a4328b1a176bf8eec3b03f9d341f8ec08e796ada1638c0c3011246995d742e392a3ecf4446ccd2e92ea5426fe658c5f5ad8303b99
SHA512 (futures-channel-0.3.30.crate) = 689531748821529c528772a6dd0f27362078ff5803d2e0b431ee5a0ecf8787b5a15262d65d52f48486ded46b88f7a9c477ad95cc2c5a3e8f5f9b9f53f367832c

Loading…
Cancel
Save