update to version 0.2.36

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

1
.gitignore vendored

@ -3,3 +3,4 @@
/net2-0.2.33.crate /net2-0.2.33.crate
/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

@ -1,5 +1,5 @@
--- net2-0.2.35/Cargo.toml 2020-09-07T17:47:18+00:00 --- net2-0.2.36/Cargo.toml 2020-11-27T20:11:22+00:00
+++ net2-0.2.35/Cargo.toml 2020-09-18T18:45:54.430219+00:00 +++ net2-0.2.36/Cargo.toml 2020-11-27T21:42:19.379497+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]

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate net2 %global crate net2
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.35 Version: 0.2.36
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
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.36-1
- Update to version 0.2.36.
- Fixes RHBZ#1902331
* Fri Sep 18 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.35-1 * Fri Sep 18 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.35-1
- Update to version 0.2.35. - Update to version 0.2.35.

@ -1 +1 @@
SHA512 (net2-0.2.35.crate) = 5a5b4ee65654fec31d820a71bc50a0d81555ab661e4d3c1dcafb048588218d6ba347f1ce5423b092f078f3bce55f7c74e33193d1924086bb1d43a5e6efc80540 SHA512 (net2-0.2.36.crate) = f096a6edaa94c58296e78ddd36251e9ba2e4136c18bbfcdad248eebbc935de9bc7c39ca8770c068a4a9eee7226324610c3a68fb5ee98bdebe28c8a37997bf92b

Loading…
Cancel
Save