Update to version 2.2.0; Fixes RHBZ#2021864

epel9
Fabio Valentini 3 years ago
parent 4c2d14b9e8
commit 5b7676ee76
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/polling-2.0.2.crate /polling-2.0.2.crate
/polling-2.0.3.crate /polling-2.0.3.crate
/polling-2.1.0.crate /polling-2.1.0.crate
/polling-2.2.0.crate

@ -1,8 +1,8 @@
--- polling-2.1.0/Cargo.toml 1970-01-01T00:00:00+00:00 --- polling-2.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ polling-2.1.0/Cargo.toml 2021-06-18T09:15:22.444176+00:00 +++ polling-2.2.0/Cargo.toml 2021-11-11T11:36:14.986721+00:00
@@ -35,10 +35,3 @@ @@ -34,10 +34,3 @@
std = [] std = []
[target."cfg(unix)".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.wepoll-ffi]
-version = "0.1.2" -version = "0.1.2"

@ -1,11 +1,11 @@
# Generated by rust2rpm 17 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate polling %global crate polling
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.1.0 Version: 2.2.0
Release: %autorelease Release: %autorelease
Summary: Portable interface to epoll, kqueue, event ports, and wepoll Summary: Portable interface to epoll, kqueue, event ports, and wepoll

@ -1 +1 @@
SHA512 (polling-2.1.0.crate) = 0c468735d4369b99b702ac10acdf54fe0052165f7a805efc4258b46a752247545a9df7b295db81430444f8b34bb73eea4aefb2ab6f8c8af38f7adb513eb55b3c SHA512 (polling-2.2.0.crate) = 6592682d6abf61341e18e5b7e6aedccc31de36016c323ee4e01ca4247d5a40be14f9f60e0602f828ce6ed55e29daa3e601e62a1d472a7ab3a75d760fb1fbd99b

Loading…
Cancel
Save