update to version 0.3.17

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

1
.gitignore vendored

@ -13,3 +13,4 @@
/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 /socket2-0.3.16.crate
/socket2-0.3.17.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15 # Generated by rust2rpm 16
%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.16 Version: 0.3.17
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
* Sat Nov 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.17-1
- Update to version 0.3.17.
- Fixes RHBZ#1900204
* Wed Nov 11 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.16-1 * Wed Nov 11 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.16-1
- Update to version 0.3.16. - Update to version 0.3.16.
- Fixes RHBZ#1896749 - Fixes RHBZ#1896749

@ -1,5 +1,5 @@
--- socket2-0.3.16/Cargo.toml 2020-11-11T12:48:55+00:00 --- socket2-0.3.17/Cargo.toml 2020-11-21T10:54:31+00:00
+++ socket2-0.3.16/Cargo.toml 2020-11-11T15:48:30.704835+00:00 +++ socket2-0.3.17/Cargo.toml 2020-11-21T14:10:01.562820+00:00
@@ -35,8 +35,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"

@ -1 +1 @@
SHA512 (socket2-0.3.16.crate) = f3563e44f235a8ddd6c7f9117d528048586e005b5a0ab8474c5f67d24d27f46382867645d141380f34cc1109b67feea0bed2cd4e070eb76ef506962524c2eab4 SHA512 (socket2-0.3.17.crate) = 148c3d9e829dab8d99d28fc96981dbebf2889f94e73f428bc885a04aa6889ed9432cb458ad7fc7b489128e88efa091b6170a00813d78886a46479c841fb04534

Loading…
Cancel
Save