Update to version 0.3.30; Fixes RHBZ#2246393

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

1
.gitignore vendored

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

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate futures-core %global crate futures-core
Name: rust-futures-core Name: rust-futures-core
Version: 0.3.28 Version: 0.3.30
Release: %autorelease Release: %autorelease
Summary: Core traits and types in for the futures library Summary: Core traits and types in for the futures library
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/futures-core URL: https://crates.io/crates/futures-core
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
The core traits and types in for the `futures` library.} The core traits and types in for the `futures` library.}
@ -109,7 +109,7 @@ use the "unstable" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

@ -1 +1 @@
SHA512 (futures-core-0.3.28.crate) = a21900a68f1a9232c245b160e95896b109315f10719147b4f104e11edb5b59c862555e07aee37a7d4fbedf0f09a02d4ed329f92fa1ad4679db1d7c78ae2865e0 SHA512 (futures-core-0.3.30.crate) = 3c7259ddacbe02e47a84178b75e5f13523bd0c8f8bc0b2375f7ecca60b7075695ee0a5cc4e1c1de26665cf250271173be803661e2f2f53e2a3b96380a8efe7c4

Loading…
Cancel
Save