Update to 0.3.3

epel9
Josh Stone 5 years ago
parent 76a5a858a1
commit 5ace9909f9

1
.gitignore vendored

@ -1,3 +1,4 @@
/futures-io-0.2.1.crate
/futures-io-0.2.2.crate
/futures-io-0.3.1.crate
/futures-io-0.3.3.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 12
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate futures-io
Name: rust-%{crate}
Version: 0.3.1
Release: 2%{?dist}
Version: 0.3.3
Release: 1%{?dist}
Summary: `AsyncRead` and `AsyncWrite` traits for the futures-rs library
# Upstream license specification: MIT OR Apache-2.0
@ -22,7 +22,8 @@ BuildArch: noarch
BuildRequires: rust-packaging
%global _description %{expand:
`AsyncRead` and `AsyncWrite` traits for the futures-rs library.}
`AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the
futures-rs library.}
%description %{_description}
@ -106,6 +107,9 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 06 2020 Josh Stone <jistone@redhat.com> - 0.3.3-1
- Update to 0.3.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-io-0.3.1.crate) = c4febd39793fc7e4b2a2750375b0d9b89ed7ff0c90a3502d9abc0ad1993fbee752d29f1196f63b35061ee883cd78d11a2b30211fcc98b9fed490321050dff327
SHA512 (futures-io-0.3.3.crate) = 3736ba394d1aa4b3a6d7ab32524a7d9c0bdb9c69e5d497449de223f4419bcc2dcb93cbf6c79a6faa6e0d73f2296a57cb1ddf743409ab5f3889ef03708fa19a8c

Loading…
Cancel
Save