Update to version 0.3.18; Fixes RHBZ#2025780

epel9
Fabio Valentini 3 years ago
parent 3610d178fa
commit 89643264ef
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -15,3 +15,4 @@
/futures-util-0.3.15.crate
/futures-util-0.3.16.crate
/futures-util-0.3.17.crate
/futures-util-0.3.18.crate

@ -6,7 +6,7 @@
%global crate futures-util
Name: rust-%{crate}
Version: 0.3.17
Version: 0.3.18
Release: %autorelease
Summary: Common utilities and extension traits for the futures-rs library
@ -37,7 +37,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -232,30 +233,6 @@ which use "memchr" feature of "%{crate}" crate.
%files -n %{name}+memchr-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+proc-macro-hack-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+proc-macro-hack-devel %{_description}
This package contains library source intended for building other packages
which use "proc-macro-hack" feature of "%{crate}" crate.
%files -n %{name}+proc-macro-hack-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+proc-macro-nested-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+proc-macro-nested-devel %{_description}
This package contains library source intended for building other packages
which use "proc-macro-nested" feature of "%{crate}" crate.
%files -n %{name}+proc-macro-nested-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+read-initializer-devel
Summary: %{summary}
BuildArch: noarch

@ -1 +1 @@
SHA512 (futures-util-0.3.17.crate) = 6a87b0510c3f8214ce14b7f333d212558647c523b5eb7da36dfe4f694e0ca4be3cbf97fdd7bfff5e0c7015644742d74d6184221482d644653a106d5564722fba
SHA512 (futures-util-0.3.18.crate) = 5e6488aa11493aa1fbd688796c6f9af92d288ff38f4460b1923ee196a6513185fc63805abec7f5fa7ddbce186937bbb2aaab41da8216d088c631f8984b66d63b

Loading…
Cancel
Save