update to version 0.3.19

epel9
Fabio Valentini 4 years ago
parent a28830186f
commit fd7dc06990
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/socket2-0.3.15.crate
/socket2-0.3.16.crate
/socket2-0.3.17.crate
/socket2-0.3.19.crate

@ -5,8 +5,8 @@
%global crate socket2
Name: rust-%{crate}
Version: 0.3.17
Release: 2%{?dist}
Version: 0.3.19
Release: 1%{?dist}
Summary: Utilities for handling networking sockets
# Upstream license specification: MIT/Apache-2.0
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/socket2
Source: %{crates_source}
# Initial patched metadata
# * No windows or redox
# * No windows dependencies
Patch0: socket2-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -113,6 +113,10 @@ which use "unix" feature of "%{crate}" crate.
%endif
%changelog
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.19-1
- Update to version 0.3.19.
- Fixes RHBZ#1908427
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1,11 +1,9 @@
--- socket2-0.3.17/Cargo.toml 2020-11-21T10:54:31+00:00
+++ socket2-0.3.17/Cargo.toml 2020-11-21T14:10:01.562820+00:00
@@ -35,8 +35,3 @@
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
--- socket2-0.3.19/Cargo.toml 1970-01-01T00:00:00+00:00
+++ socket2-0.3.19/Cargo.toml 2021-02-14T13:31:34.622933+00:00
@@ -35,6 +35,3 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2.66"
features = ["align"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1.38"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.3"
-features = ["handleapi", "ws2def", "ws2ipdef", "ws2tcpip", "minwindef"]

@ -1 +1 @@
SHA512 (socket2-0.3.17.crate) = 148c3d9e829dab8d99d28fc96981dbebf2889f94e73f428bc885a04aa6889ed9432cb458ad7fc7b489128e88efa091b6170a00813d78886a46479c841fb04534
SHA512 (socket2-0.3.19.crate) = 113d902ca0b966bc0bcad71e3b7d715c79cd075d9dd7fc4140a042bac91b3ce692fb0f1fd0216fa3f6286920b4a92e1a4c342d7ae8d1d98ded36e7480ddafec9

Loading…
Cancel
Save