Update to version 2.6.0; Fixes RHBZ#2176579

epel9
Fabio Valentini 2 years ago
parent 0e9e32bad7
commit 0c36e6ddb1
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/polling-2.3.0.crate /polling-2.3.0.crate
/polling-2.5.1.crate /polling-2.5.1.crate
/polling-2.5.2.crate /polling-2.5.2.crate
/polling-2.6.0.crate

@ -1,16 +1,25 @@
--- polling-2.5.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- polling-2.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-2.5.2/Cargo.toml 1970-01-01T00:00:01+00:00 +++ polling-2.6.0/Cargo.toml 2023-03-12T14:53:05.439048+00:00
@@ -58,13 +58,3 @@ @@ -60,22 +60,3 @@
[target."cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))".dependencies.libc] [target."cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))".dependencies.libc]
version = "0.2.77" version = "0.2.77"
-[target."cfg(windows)".dependencies.wepoll-ffi] -[target."cfg(windows)".dependencies.bitflags]
-version = "0.1.2" -version = "1.3.2"
-features = ["null-overlapped-wakeups-patch"] -
-[target."cfg(windows)".dependencies.concurrent-queue]
-version = "2.1.0"
-
-[target."cfg(windows)".dependencies.pin-project-lite]
-version = "0.2.9"
- -
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.42" -version = "0.45"
-features = [ -features = [
- "Win32_Networking_WinSock",
- "Win32_System_IO", - "Win32_System_IO",
- "Win32_System_LibraryLoader",
- "Win32_System_WindowsProgramming",
- "Win32_Storage_FileSystem",
- "Win32_Foundation", - "Win32_Foundation",
-] -]

@ -1,13 +1,13 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%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: 2.5.2 Version: 2.6.0
Release: %autorelease Release: %autorelease
Summary: Portable interface to epoll, kqueue, event ports, and wepoll Summary: Portable interface to epoll, kqueue, event ports, and IOCP
License: Apache-2.0 OR MIT License: Apache-2.0 OR MIT
URL: https://crates.io/crates/polling URL: https://crates.io/crates/polling
@ -18,7 +18,7 @@ Patch: polling-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Portable interface to epoll, kqueue, event ports, and wepoll.} Portable interface to epoll, kqueue, event ports, and IOCP.}
%description %{_description} %description %{_description}

@ -1 +1 @@
SHA512 (polling-2.5.2.crate) = 43731459c75e94678b6075e2a46f2189debcae570d810bc7b8b9497d79128ded3bf41677a75a9be2a36ad7848e56d22b1fabe11df99a9df777f1d5d83c83efe8 SHA512 (polling-2.6.0.crate) = 3e7a29d919a364747be2a82be2b613b27fd5c033e2d3799f940f616c85057a6bb1c2b1022e60443f56f3fb3e61e9373845d9d69cf6ccb68fa57f222b0711303f

Loading…
Cancel
Save