Update to version 0.4.10

epel9 imports/e9/rust-socket2_0.4-0.4.10-1.el9
Fabio Valentini 1 year ago
parent 8b5da617e2
commit 296fcb7ae4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/socket2-0.4.9.crate /socket2-0.4.9.crate
/socket2-0.4.10.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_0.4 Name: rust-socket2_0.4
Version: 0.4.9 Version: 0.4.10
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

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

@ -1,8 +1,8 @@
--- socket2-0.4.9/Cargo.toml 1970-01-01T00:00:01+00:00 --- socket2-0.4.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ socket2-0.4.9/Cargo.toml 2023-05-10T15:27:24.801228+00:00 +++ socket2-0.4.10/Cargo.toml 2023-10-24T11:20:21.627943+00:00
@@ -59,10 +59,3 @@ @@ -59,10 +59,3 @@
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.139" version = "0.2.149"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9" -version = "0.3.9"

@ -1 +1 @@
SHA512 (socket2-0.4.9.crate) = 6cb2aabc409fc7d9942afc2073a36ad8730c06dcdab1866b9d3d72dc55afc643be6a2ca1f38c2e19fbfe782ae584512a1ab357c0f4974f98967a4f489e65331f SHA512 (socket2-0.4.10.crate) = eeb0bdb86ad969f3cce4735c99aa812a867b11a5ec88a53fc7f5e399c510b47ab14d06bbfba63398fec0a0f65835edaedb7eca7fe36aeaf4805843aa9f0dd5ce

Loading…
Cancel
Save