Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

7
.gitignore vendored

@ -13,10 +13,3 @@
/polling-2.8.0.crate /polling-2.8.0.crate
/polling-3.3.0.crate /polling-3.3.0.crate
/polling-3.3.1.crate /polling-3.3.1.crate
/polling-3.3.2.crate
/polling-3.5.0.crate
/polling-3.7.0.crate
/polling-3.7.1.crate
/polling-3.7.2.crate
/polling-3.7.3.crate
/polling-3.7.4.crate

@ -1,15 +1,9 @@
--- polling-3.7.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- polling-3.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-3.7.4/Cargo.toml 2024-11-07T16:57:19.163427+00:00 +++ polling-3.3.1/Cargo.toml 2024-01-11T20:26:13.713959+00:00
@@ -133,32 +133,8 @@ @@ -72,23 +72,3 @@
] [target."cfg(unix)".dev-dependencies.signal-hook]
default-features = false version = "0.3.17"
-[target.'cfg(target_os = "hermit")'.dependencies.hermit-abi]
-version = "0.4.0"
-
[target."cfg(unix)".dev-dependencies.libc]
version = "0.2"
-
-[target."cfg(windows)".dependencies.concurrent-queue] -[target."cfg(windows)".dependencies.concurrent-queue]
-version = "2.2.0" -version = "2.2.0"
- -
@ -17,7 +11,7 @@
-version = "0.2.9" -version = "0.2.9"
- -
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.59" -version = "0.52"
-features = [ -features = [
- "Wdk_Foundation", - "Wdk_Foundation",
- "Wdk_Storage_FileSystem", - "Wdk_Storage_FileSystem",
@ -30,11 +24,3 @@
- "Win32_System_Threading", - "Win32_System_Threading",
- "Win32_System_WindowsProgramming", - "Win32_System_WindowsProgramming",
-] -]
[lints.rust.unexpected_cfgs]
level = "warn"
@@ -167,3 +143,4 @@
"cfg(polling_test_poll_backend)",
"cfg(polling_test_epoll_pipe)",
]
+

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate polling %global crate polling
Name: rust-polling Name: rust-polling
Version: 3.7.4 Version: 3.3.1
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.4.crate) = 0a137aed396f9b6a34a69ceb043a355efbdbb6674d36664e767516b2555b51ca494b74cbfafd530ba2f9b48eb7ffa55ae1bbfe7b1e8ce7745d41600709a5d324 SHA512 (polling-3.3.1.crate) = 90e1ff41aa22da87750207d8eb941a7ec270d14ee86cf0acf071bdfb696c9586a67a1751309411e8de9eed57be8aaf96c1fd1bfdd2098d692d08ee37d8a38d7a

Loading…
Cancel
Save