update to version 0.7.9

epel9
Fabio Valentini 4 years ago
parent 90bff67f4a
commit 482fff7b93
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -12,3 +12,4 @@
/mio-0.7.5.crate
/mio-0.7.6.crate
/mio-0.7.7.crate
/mio-0.7.9.crate

@ -1,9 +1,9 @@
--- mio-0.7.7/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.7.7/Cargo.toml 2020-12-31T10:33:54.553146+00:00
--- mio-0.7.9/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.7.9/Cargo.toml 2021-02-23T12:59:29.576771+00:00
@@ -61,12 +61,3 @@
uds = ["net"]
[target."cfg(unix)".dependencies.libc]
version = "0.2.69"
version = "0.2.86"
-[target."cfg(windows)".dependencies.miow]
-version = "0.3.6"
-

@ -5,8 +5,8 @@
%global crate mio
Name: rust-%{crate}
Version: 0.7.7
Release: 2%{?dist}
Version: 0.7.9
Release: 1%{?dist}
Summary: Lightweight non-blocking IO
# Upstream license specification: MIT
@ -183,6 +183,10 @@ export RUST_BACKTRACE=1
%endif
%changelog
* Tue Feb 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.9-1
- Update to version 0.7.9.
- Fixes RHBZ#1929906
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (mio-0.7.7.crate) = 5d345e5e39bd43227821220e1cd82351dccea94bcb02dd5e17648450299fd560c9a4bfc2cb032d88f61e18978749b8c321c392889c0348962d9226faf9e70b07
SHA512 (mio-0.7.9.crate) = a888ba98b315ab7692e987ce6d86ed50c51e1ef52cf0eab15cc665dc4571957dcf9d4c31fd7066a0edbd095654d4078ae7b4cd136dcb8729f61f25f5c3575bf5

Loading…
Cancel
Save