Update to version 3.7.1; Fixes RHBZ#2284212

epel10
Fabio Valentini 9 months ago
parent 8add9e5950
commit e00210ad7a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/polling-3.3.2.crate
/polling-3.5.0.crate
/polling-3.7.0.crate
/polling-3.7.1.crate

@ -1,6 +1,6 @@
--- polling-3.7.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-3.7.0/Cargo.toml 2024-04-23T10:49:53.535662+00:00
@@ -72,29 +72,6 @@
--- polling-3.7.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-3.7.1/Cargo.toml 2024-06-05T20:16:27.040258+00:00
@@ -72,33 +72,10 @@
]
default-features = false
@ -9,7 +9,7 @@
-
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"
-
-[target."cfg(windows)".dependencies.concurrent-queue]
-version = "2.2.0"
-
@ -30,3 +30,8 @@
- "Win32_System_Threading",
- "Win32_System_WindowsProgramming",
-]
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
+

@ -5,7 +5,7 @@
%global crate polling
Name: rust-polling
Version: 3.7.0
Version: 3.7.1
Release: %autorelease
Summary: Portable interface to epoll, kqueue, event ports, and IOCP

@ -1 +1 @@
SHA512 (polling-3.7.0.crate) = 912669f12c81f5b33c02d39ccf6f3f40bf87d1c646f3013447247335d93fa99fa1188a078e03af44068bf4bb7f0ef88355bcf271a8c96ac1bdc7fba292dffc2c
SHA512 (polling-3.7.1.crate) = 0bb5e9f51fda85cf3e93b6d190127fec3f0df31d77062f38a23e3788ae604e0e3d6662b74d019041df8a8ea114ebb6c5c165efd9fed1f598a34ad54287cdb566

Loading…
Cancel
Save