Update to version 3.7.0; Fixes RHBZ#2271252

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

1
.gitignore vendored

@ -15,3 +15,4 @@
/polling-3.3.1.crate
/polling-3.3.2.crate
/polling-3.5.0.crate
/polling-3.7.0.crate

@ -1,8 +1,14 @@
--- polling-3.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-3.5.0/Cargo.toml 2024-02-18T15:09:22.120709+00:00
@@ -75,23 +75,3 @@
[target."cfg(unix)".dev-dependencies.signal-hook]
version = "0.3.17"
--- 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 @@
]
default-features = false
-[target."cfg(target_os = \"hermit\")".dependencies.hermit-abi]
-version = "0.3.9"
-
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"
-[target."cfg(windows)".dependencies.concurrent-queue]
-version = "2.2.0"

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate polling
Name: rust-polling
Version: 3.5.0
Version: 3.7.0
Release: %autorelease
Summary: Portable interface to epoll, kqueue, event ports, and IOCP

@ -1 +1 @@
SHA512 (polling-3.5.0.crate) = 0d9e3e8a2141e1e2796a2a41c076c3e2baa4905b8a7828a52bc557e4a702b600e299e0d9b44c76729d1380975a6654f7a1b2afc5a625332e9be396af15b1400e
SHA512 (polling-3.7.0.crate) = 912669f12c81f5b33c02d39ccf6f3f40bf87d1c646f3013447247335d93fa99fa1188a078e03af44068bf4bb7f0ef88355bcf271a8c96ac1bdc7fba292dffc2c

Loading…
Cancel
Save