Update to version 0.5.4; Fixes RHBZ#2238420

epel9
Fabio Valentini 1 year ago
parent 8c245c148e
commit 2eeec78aaa
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -24,3 +24,4 @@
/socket2-0.4.9.crate /socket2-0.4.9.crate
/socket2-0.5.2.crate /socket2-0.5.2.crate
/socket2-0.5.3.crate /socket2-0.5.3.crate
/socket2-0.5.4.crate

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

@ -0,0 +1,2 @@
[DEFAULT]
summary = Utilities for handling networking sockets

@ -1,5 +1,5 @@
--- socket2-0.5.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- socket2-0.5.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.5.3/Cargo.toml 2023-05-29T17:57:49.179798+00:00 +++ socket2-0.5.4/Cargo.toml 2023-09-12T13:31:55.709016+00:00
@@ -76,12 +76,3 @@ @@ -76,12 +76,3 @@
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.141" version = "0.2.141"

@ -1 +1 @@
SHA512 (socket2-0.5.3.crate) = 63cb78d66b057587e4b3b50b9c618db1a202102c72b52b79c2e9f9a401dc1c28fe4523a0f6483b38ca8a3d24d1e2fca0b7176d96fef6ec1b922ae7c4afacc324 SHA512 (socket2-0.5.4.crate) = 76ec5d712b24e0c42d0400abe2d6681f0e9d707f5ed562475a0496b80a2003991564519c555a175e8837f6e8083a7216b197634e5a1a68d2f5cc268ae6e30c2a

Loading…
Cancel
Save