Update to version 0.3.30; Fixes RHBZ#2246394

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

1
.gitignore vendored

@ -24,3 +24,4 @@
/futures-executor-0.3.26.crate /futures-executor-0.3.26.crate
/futures-executor-0.3.27.crate /futures-executor-0.3.27.crate
/futures-executor-0.3.28.crate /futures-executor-0.3.28.crate
/futures-executor-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-executor %global crate futures-executor
Name: rust-futures-executor Name: rust-futures-executor
Version: 0.3.28 Version: 0.3.30
Release: %autorelease Release: %autorelease
Summary: Executors for asynchronous tasks based on the futures-rs library Summary: Executors for asynchronous tasks based on the futures-rs library
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/futures-executor URL: https://crates.io/crates/futures-executor
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Executors for asynchronous tasks based on the futures-rs library.} Executors for asynchronous tasks based on the futures-rs library.}
@ -85,7 +85,7 @@ use the "thread-pool" 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-executor-0.3.28.crate) = 1404717a512f1968e3ac6c53bb6c428fa049b0f6c61565ddc4859407cf16c56735cddf7a2931b2816c6c8dc8809f76e7f98ff05d4f80e4567488c2aa7b424a50 SHA512 (futures-executor-0.3.30.crate) = fa65c038e5eeee695b2673cd65cf7529713bef47da373290595b554bc287267ee5cd015ddeda5a22169cc8828717987364584a91a69685cdbfc0fc779abd764f

Loading…
Cancel
Save