import rust-mio-0.8.10-1.el9

i9ce changed/i9ce/rust-mio-0.8.10-1.el9
MSVSphere Packaging Team 1 year ago
parent 49153766c4
commit 04e34ae750

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/mio-0.8.10.crate

@ -0,0 +1 @@
bc9c715a24f69af36dba0c46b7b2f9096b3c55da SOURCES/mio-0.8.10.crate

Binary file not shown.

@ -1,5 +1,5 @@
--- mio-0.8.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.9/Cargo.toml 2023-10-24T11:04:08.736049+00:00
--- mio-0.8.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.8.10/Cargo.toml 2024-01-11T20:15:45.126523+00:00
@@ -103,26 +103,9 @@
net = []
os-ext = [

@ -0,0 +1,3 @@
[features]
enable-all = true

@ -15,7 +15,7 @@
%global crate mio
Name: rust-mio
Version: 0.8.9
Version: 0.8.10
Release: %autorelease
Summary: Lightweight non-blocking I/O
@ -122,14 +122,16 @@ use the "os-poll" feature of the "%{crate}" crate.
%if %{with check}
%check
#export RUST_BACKTRACE=1
%cargo_test -a
%endif
%changelog
* Thu Jan 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.8.9-1
* Thu Jan 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.8.10-1
- Rebuilt for MSVSphere 9.3
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.10-1
- Update to version 0.8.10; Fixes RHBZ#2253192
* Wed Oct 25 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.9-1
- Update to version 0.8.9; Fixes RHBZ#2245636

Loading…
Cancel
Save