Update to version 0.5.2; Fixes RHBZ#2185814

epel9
Fabio Valentini 2 years ago
parent e34e40fef1
commit 03518a4b34
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -22,3 +22,4 @@
/socket2-0.4.4.crate /socket2-0.4.4.crate
/socket2-0.4.7.crate /socket2-0.4.7.crate
/socket2-0.4.9.crate /socket2-0.4.9.crate
/socket2-0.5.2.crate

@ -5,7 +5,7 @@
%global crate socket2 %global crate socket2
Name: rust-socket2 Name: rust-socket2
Version: 0.4.9 Version: 0.5.2
Release: %autorelease Release: %autorelease
Summary: Utilities for handling networking sockets Summary: Utilities for handling networking sockets

@ -1,13 +1,15 @@
--- socket2-0.4.9/Cargo.toml 1970-01-01T00:00:01+00:00 --- socket2-0.5.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.4.9/Cargo.toml 2023-03-06T12:04:32.542630+00:00 +++ socket2-0.5.2/Cargo.toml 2023-05-10T15:27:56.113285+00:00
@@ -59,10 +59,3 @@ @@ -74,12 +74,3 @@
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.139" version = "0.2.141"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.3.9" -version = "0.48"
-features = [ -features = [
- "handleapi", - "Win32_Foundation",
- "ws2ipdef", - "Win32_Networking_WinSock",
- "ws2tcpip", - "Win32_System_IO",
- "Win32_System_Threading",
- "Win32_System_WindowsProgramming",
-] -]

@ -1 +1 @@
SHA512 (socket2-0.4.9.crate) = 6cb2aabc409fc7d9942afc2073a36ad8730c06dcdab1866b9d3d72dc55afc643be6a2ca1f38c2e19fbfe782ae584512a1ab357c0f4974f98967a4f489e65331f SHA512 (socket2-0.5.2.crate) = 97f1f4316cd45a3142e136ffcdb2f078722c24f39ce6c3f43ea2b15c0955ae101839e98e9ecb47d1fdcccc90dffc87a859409dce88e80aad39b4ea0f1d2b4026

Loading…
Cancel
Save