Update to version 3.7.2; Fixes RHBZ#2292476

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

1
.gitignore vendored

@ -17,3 +17,4 @@
/polling-3.5.0.crate /polling-3.5.0.crate
/polling-3.7.0.crate /polling-3.7.0.crate
/polling-3.7.1.crate /polling-3.7.1.crate
/polling-3.7.2.crate

@ -1,11 +1,11 @@
--- polling-3.7.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- polling-3.7.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-3.7.1/Cargo.toml 2024-06-05T20:16:27.040258+00:00 +++ polling-3.7.2/Cargo.toml 2024-06-16T16:05:49.352899+00:00
@@ -72,33 +72,10 @@ @@ -72,33 +72,10 @@
] ]
default-features = false default-features = false
-[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi] -[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
-version = "0.3.9" -version = "0.4.0"
- -
[target."cfg(unix)".dev-dependencies.libc] [target."cfg(unix)".dev-dependencies.libc]
version = "0.2" version = "0.2"

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

@ -1 +1 @@
SHA512 (polling-3.7.1.crate) = 0bb5e9f51fda85cf3e93b6d190127fec3f0df31d77062f38a23e3788ae604e0e3d6662b74d019041df8a8ea114ebb6c5c165efd9fed1f598a34ad54287cdb566 SHA512 (polling-3.7.2.crate) = d98ead0c929458f65ff75b9712ef9665878ad2656c729333eaea4340a236f67876b1c665eb683f695c9f12a89420401e1461c39ae8297081f4789dd5d2a7562b

Loading…
Cancel
Save