Update to version 0.8.6; Fixes RHBZ#2169701

epel9
Fabio Valentini 2 years ago
parent 6e7580deb9
commit 66e890c70e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/mio-0.8.3.crate
/mio-0.8.4.crate
/mio-0.8.5.crate
/mio-0.8.6.crate

@ -1,5 +1,5 @@
--- mio-0.8.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.5/Cargo.toml 1970-01-01T00:00:01+00:00
--- mio-0.8.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.6/Cargo.toml 2023-02-19T21:17:12.656375+00:00
@@ -106,21 +106,6 @@
]
os-poll = []
@ -14,7 +14,7 @@
version = "0.2.121"
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42"
-version = "0.45"
-features = [
- "Win32_Foundation",
- "Win32_Networking_WinSock",

@ -1,5 +1,5 @@
--- mio-0.8.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.5/Cargo.toml 2022-12-10T20:24:02.418369+00:00
--- mio-0.8.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.6/Cargo.toml 2023-02-19T21:17:32.372448+00:00
@@ -99,11 +99,7 @@
[features]
default = []

@ -1,13 +1,13 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate mio
Name: rust-mio
Version: 0.8.5
Version: 0.8.6
Release: %autorelease
Summary: Lightweight non-blocking IO
Summary: Lightweight non-blocking I/O
License: MIT
URL: https://crates.io/crates/mio
@ -20,7 +20,7 @@ Patch: mio-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Lightweight non-blocking IO.}
Lightweight non-blocking I/O.}
%description %{_description}

@ -1 +1 @@
SHA512 (mio-0.8.5.crate) = e92bbc1d06ad8d4311d76f878d514d0c91e47de2c511c54bb53096ad689012c3d1ffeec18e2de05a5f66c03ad83150cd45d31edd203e9b9522ece13be00bcede
SHA512 (mio-0.8.6.crate) = 45b3d2a911b66be556dfb79d87ffcc57ee5f33a03fb30f319631796090caf8779e94cda37fc7a76685c69483f1cc7616c15440b71bfcc51239928d8879873f6e

Loading…
Cancel
Save