Update to version 0.8.7; Fixes RHBZ#2210551

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

1
.gitignore vendored

@ -23,3 +23,4 @@
/mio-0.8.4.crate /mio-0.8.4.crate
/mio-0.8.5.crate /mio-0.8.5.crate
/mio-0.8.6.crate /mio-0.8.6.crate
/mio-0.8.7.crate

@ -1,3 +0,0 @@
# rust-mio
The rust-mio package

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

@ -1,8 +1,8 @@
--- mio-0.8.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- mio-0.8.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.6/Cargo.toml 2023-02-19T21:17:32.372448+00:00 +++ mio-0.8.7/Cargo.toml 2023-05-28T16:08:09.061713+00:00
@@ -99,11 +99,7 @@ @@ -100,13 +100,8 @@
[features] [features]
default = [] default = ["log"]
net = [] net = []
-os-ext = [ -os-ext = [
- "os-poll", - "os-poll",
@ -13,3 +13,5 @@
os-poll = [] os-poll = []
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.121"
-

@ -5,7 +5,7 @@
%global crate mio %global crate mio
Name: rust-mio Name: rust-mio
Version: 0.8.6 Version: 0.8.7
Release: %autorelease Release: %autorelease
Summary: Lightweight non-blocking I/O Summary: Lightweight non-blocking I/O
@ -51,6 +51,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+log-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+log-devel %{_description}
This package contains library source intended for building other packages which
use the "log" feature of the "%{crate}" crate.
%files -n %{name}+log-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+net-devel %package -n %{name}+net-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch

@ -1 +1 @@
SHA512 (mio-0.8.6.crate) = 45b3d2a911b66be556dfb79d87ffcc57ee5f33a03fb30f319631796090caf8779e94cda37fc7a76685c69483f1cc7616c15440b71bfcc51239928d8879873f6e SHA512 (mio-0.8.7.crate) = 25dd1fc35d5d0d43682da821beb880b9cb2426905fd5b1f47d88a64086fe6e1f09047bf36b8649bd5b92927f676ecdad89d8dfa2850d1f91e74a486991e2be93

Loading…
Cancel
Save