update to version 0.2.37

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

1
.gitignore vendored

@ -4,3 +4,4 @@
/net2-0.2.34.crate /net2-0.2.34.crate
/net2-0.2.35.crate /net2-0.2.35.crate
/net2-0.2.36.crate /net2-0.2.36.crate
/net2-0.2.37.crate

@ -1,5 +1,5 @@
--- net2-0.2.36/Cargo.toml 2020-11-27T20:11:22+00:00 --- net2-0.2.37/Cargo.toml 2020-12-09T19:13:14+00:00
+++ net2-0.2.36/Cargo.toml 2020-11-27T21:42:19.379497+00:00 +++ net2-0.2.37/Cargo.toml 2020-12-10T15:08:03.968627+00:00
@@ -30,6 +30,3 @@ @@ -30,6 +30,3 @@
nightly = [] nightly = []
[target."cfg(any(target_os=\"redox\", unix, target_os=\"wasi\"))".dependencies.libc] [target."cfg(any(target_os=\"redox\", unix, target_os=\"wasi\"))".dependencies.libc]

@ -5,7 +5,7 @@
%global crate net2 %global crate net2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.36 Version: 0.2.37
Release: 1%{?dist} Release: 1%{?dist}
Summary: Extensions to the standard library's networking types as proposed in RFC 1158 Summary: Extensions to the standard library's networking types as proposed in RFC 1158
@ -98,6 +98,10 @@ which use "nightly" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Dec 10 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.37-1
- Update to version 0.2.37.
- Fixes RHBZ#1906163
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.36-1 * Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.36-1
- Update to version 0.2.36. - Update to version 0.2.36.
- Fixes RHBZ#1902331 - Fixes RHBZ#1902331

@ -1 +1 @@
SHA512 (net2-0.2.36.crate) = f096a6edaa94c58296e78ddd36251e9ba2e4136c18bbfcdad248eebbc935de9bc7c39ca8770c068a4a9eee7226324610c3a68fb5ee98bdebe28c8a37997bf92b SHA512 (net2-0.2.37.crate) = 9ae70c655468c3e35ce05988626e0398a3cdf7b7343c08aaecf1267bb958329e608b814cc7be252fe085de3cf6913a1c72aad206c677459469ba4886c20206ec

Loading…
Cancel
Save