update to version 2.1.0

epel9
Fabio Valentini 4 years ago
parent fef230dfcd
commit 9bddd4ca85
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,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

@ -1,11 +1,12 @@
--- polling-2.0.3/Cargo.toml 1970-01-01T00:00:00+00:00 --- polling-2.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ polling-2.0.3/Cargo.toml 2021-03-21T13:36:14.309370+00:00 +++ polling-2.1.0/Cargo.toml 2021-06-18T09:15:22.444176+00:00
@@ -35,9 +35,3 @@ @@ -35,10 +35,3 @@
std = [] std = []
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.77" version = "0.2.77"
-[target."cfg(windows)".dependencies.wepoll-sys] -[target."cfg(windows)".dependencies.wepoll-ffi]
-version = "3.0.0" -version = "0.1.2"
-features = ["null-overlapped-wakeups-patch"]
- -
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9" -version = "0.3.9"

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%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.0.3 Version: 2.1.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Portable interface to epoll, kqueue, event ports, and wepoll Summary: Portable interface to epoll, kqueue, event ports, and wepoll
@ -14,7 +14,7 @@ License: ASL 2.0 or MIT
URL: https://crates.io/crates/polling URL: https://crates.io/crates/polling
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * drop Windows dependencies # * drop windows-specific dependencies
Patch0: polling-fix-metadata.diff Patch0: polling-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -86,6 +86,10 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 2.1.0-1
- Update to version 2.1.0.
- Fixes RHBZ#1971619
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1 * Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 2.0.3-1
- Update to version 2.0.3. - Update to version 2.0.3.
- Fixes RHBZ#1941141 - Fixes RHBZ#1941141

@ -1 +1 @@
SHA512 (polling-2.0.3.crate) = c6c621bf5fa47b4626c70fd01942fc9d801c11adc6374a905e1195e9e57618e5678879a9db56504202bcd558f96cd038b0fe54e142d0b65d2013550561f0bbab SHA512 (polling-2.1.0.crate) = 0c468735d4369b99b702ac10acdf54fe0052165f7a805efc4258b46a752247545a9df7b295db81430444f8b34bb73eea4aefb2ab6f8c8af38f7adb513eb55b3c

Loading…
Cancel
Save