Update to 0.3.5

epel9
Josh Stone 5 years ago
parent 9b76daa0cf
commit 2e9a7fd292

1
.gitignore vendored

@ -3,3 +3,4 @@
/futures-util-0.3.1.crate
/futures-util-0.3.3.crate
/futures-util-0.3.4.crate
/futures-util-0.3.5.crate

@ -6,8 +6,8 @@
%global crate futures-util
Name: rust-%{crate}
Version: 0.3.4
Release: 2%{?dist}
Version: 0.3.5
Release: 1%{?dist}
Summary: Common utilities and extension traits for the futures-rs library
# Upstream license specification: MIT OR Apache-2.0
@ -328,6 +328,18 @@ which use "unstable" feature of "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+write-all-vectored-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+write-all-vectored-devel %{_description}
This package contains library source intended for building other packages
which use "write-all-vectored" feature of "%{crate}" crate.
%files -n %{name}+write-all-vectored-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -347,6 +359,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Sat May 09 2020 Josh Stone <jistone@redhat.com> - 0.3.5-1
- Update to 0.3.5
* Tue Feb 18 10:52:47 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.4-2
- Regenerate

@ -1 +1 @@
SHA512 (futures-util-0.3.4.crate) = 1c8751745de5340b8fc86ae17c3240e16d7b403204db06cf635b6b661ff58f92f48c066e6482fd2768f121aa43d6cf729dc0f0d3d2b70aba207bd34c5c6d7431
SHA512 (futures-util-0.3.5.crate) = f71bd29e113fc8aa3795904b3130dd6f09076e6a19e52e34702973b6428a1834d300fdd3c48259e7f27fc1252dcefc80a4b104962fe7e6e4e536322d0aa9c5a2

Loading…
Cancel
Save