Update to version 0.5.5; Fixes RHBZ#2245326

epel9 imports/e9/rust-socket2-0.5.5-1.el9
Fabio Valentini 1 year ago
parent 2eeec78aaa
commit eee02842e0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -25,3 +25,4 @@
/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 /socket2-0.5.4.crate
/socket2-0.5.5.crate

@ -1,21 +1,21 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate socket2 %global crate socket2
Name: rust-socket2 Name: rust-socket2
Version: 0.5.4 Version: 0.5.5
Release: %autorelease Release: %autorelease
Summary: Utilities for handling networking sockets Summary: Utilities for handling networking sockets
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/socket2 URL: https://crates.io/crates/socket2
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip dependencies and normalize metadata
Patch: socket2-fix-metadata-auto.diff Patch: socket2-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Utilities for handling networking sockets with a maximal amount of Utilities for handling networking sockets with a maximal amount of
@ -63,7 +63,7 @@ use the "all" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

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

@ -0,0 +1,3 @@
[package]
summary = "Utilities for handling networking sockets"

@ -1,8 +1,8 @@
--- socket2-0.5.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- socket2-0.5.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.5.4/Cargo.toml 2023-09-12T13:31:55.709016+00:00 +++ socket2-0.5.5/Cargo.toml 2023-10-24T11:19:48.962811+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.149"
-[target."cfg(windows)".dependencies.windows-sys] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.48" -version = "0.48"

@ -1 +1 @@
SHA512 (socket2-0.5.4.crate) = 76ec5d712b24e0c42d0400abe2d6681f0e9d707f5ed562475a0496b80a2003991564519c555a175e8837f6e8083a7216b197634e5a1a68d2f5cc268ae6e30c2a SHA512 (socket2-0.5.5.crate) = afa8df546234d4e8f89289622448aa42d8c2ba74a0a3a4b13c0ff7bc30fa435a7d6d6e8c9e2a6933cfa23ebdfb4908c865e82c657611defbc16e1f1bf66f9f8c

Loading…
Cancel
Save