update to version 0.3.16

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

1
.gitignore vendored

@ -12,3 +12,4 @@
/socket2-0.3.11.crate /socket2-0.3.11.crate
/socket2-0.3.12.crate /socket2-0.3.12.crate
/socket2-0.3.15.crate /socket2-0.3.15.crate
/socket2-0.3.16.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 15
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate socket2 %global crate socket2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.15 Version: 0.3.16
Release: 1%{?dist} Release: 1%{?dist}
Summary: Utilities for handling networking sockets Summary: Utilities for handling networking sockets
@ -113,6 +113,10 @@ which use "unix" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Nov 11 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.16-1
- Update to version 0.3.16.
- Fixes RHBZ#1896749
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.15-1 * Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.15-1
- Update to version 0.3.15. - Update to version 0.3.15.

@ -1,9 +1,9 @@
--- socket2-0.3.15/Cargo.toml 2020-09-09T17:01:54+00:00 --- socket2-0.3.16/Cargo.toml 2020-11-11T12:48:55+00:00
+++ socket2-0.3.15/Cargo.toml 2020-09-23T15:11:29.963270+00:00 +++ socket2-0.3.16/Cargo.toml 2020-11-11T15:48:30.704835+00:00
@@ -34,8 +34,3 @@ @@ -35,8 +35,3 @@
[target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc] [target."cfg(any(unix, target_os = \"redox\"))".dependencies.libc]
version = "0.2.66" version = "0.2.66"
features = ["align"]
-[target."cfg(target_os = \"redox\")".dependencies.redox_syscall] -[target."cfg(target_os = \"redox\")".dependencies.redox_syscall]
-version = "0.1.38" -version = "0.1.38"
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]

@ -1 +1 @@
SHA512 (socket2-0.3.15.crate) = dcd2ba06911d56ceb6859cd4053d8d9d32d485c71af86978dab0d4fd53c96e486c8729f93842711e8e9f2b0f8f4604c904c5ef2426c96660dbc05b3bed237d64 SHA512 (socket2-0.3.16.crate) = f3563e44f235a8ddd6c7f9117d528048586e005b5a0ab8474c5f67d24d27f46382867645d141380f34cc1109b67feea0bed2cd4e070eb76ef506962524c2eab4

Loading…
Cancel
Save