Update to version 0.3.26; Fixes RHBZ#2165660

epel9
Fabio Valentini 2 years ago
parent 286baf9d7e
commit 1a7674afbf
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/futures-core-0.3.23.crate
/futures-core-0.3.24.crate
/futures-core-0.3.25.crate
/futures-core-0.3.26.crate

@ -6,7 +6,7 @@
%global crate futures-core
Name: rust-futures-core
Version: 0.3.25
Version: 0.3.26
Release: %autorelease
Summary: Core traits and types in for the futures library
@ -72,6 +72,18 @@ use the "cfg-target-has-atomic" feature of the "%{crate}" crate.
%files -n %{name}+cfg-target-has-atomic-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+portable-atomic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+portable-atomic-devel %{_description}
This package contains library source intended for building other packages which
use the "portable-atomic" feature of the "%{crate}" crate.
%files -n %{name}+portable-atomic-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (futures-core-0.3.25.crate) = 3b3c758c493255024df26a763023a5d403fcf1a9fd105b08c518bdd5891ada4fddfcbfc8cde6101157a209ab6d1555831bfeb49372b17e902b4fdd8a83cded4b
SHA512 (futures-core-0.3.26.crate) = 0362f98019f745d2eb3bc19e504813b262342a511c403d4bfc89ff750d7488d48da476a49183c2ddc9862850c5bedcd29ff82ffdd2033d971ece68984cededcb

Loading…
Cancel
Save