Update to version 0.4.9; Fixes RHBZ#2173340

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

1
.gitignore vendored

@ -21,3 +21,4 @@
/socket2-0.4.3.crate
/socket2-0.4.4.crate
/socket2-0.4.7.crate
/socket2-0.4.9.crate

@ -1,3 +0,0 @@
# rust-socket2
The rust-socket2 package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate socket2
Name: rust-socket2
Version: 0.4.7
Version: 0.4.9
Release: %autorelease
Summary: Utilities for handling networking sockets
@ -15,8 +15,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: socket2-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:

@ -1,8 +1,8 @@
--- socket2-0.4.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.4.7/Cargo.toml 1970-01-01T00:00:01+00:00
--- socket2-0.4.9/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.4.9/Cargo.toml 2023-03-06T12:04:32.542630+00:00
@@ -59,10 +59,3 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2.124"
version = "0.2.139"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"

@ -1 +1 @@
SHA512 (socket2-0.4.7.crate) = 44487f2de30cd327cad1af31ad36aaaa0bf10c33b5c23b024ada8d7e41d064fb2adbc9edb14aa8aa1eba679d8530c373c7187fc68d9709ae736a5c1a2cf37088
SHA512 (socket2-0.4.9.crate) = 6cb2aabc409fc7d9942afc2073a36ad8730c06dcdab1866b9d3d72dc55afc643be6a2ca1f38c2e19fbfe782ae584512a1ab357c0f4974f98967a4f489e65331f

Loading…
Cancel
Save