update to version 0.6.2

epel10
Fabio Valentini 4 years ago
parent e6b3d2e6a2
commit 375786d73c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/tokio-openssl-0.3.0.crate
/tokio-openssl-0.4.0.crate
/tokio-openssl-0.6.1.crate
/tokio-openssl-0.6.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate tokio-openssl
Name: rust-%{crate}
Version: 0.6.1
Version: 0.6.2
Release: 1%{?dist}
Summary: Implementation of SSL streams for Tokio backed by OpenSSL
@ -67,11 +67,15 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
# Requires network
# * skip tests that require internet connectivity
%cargo_test -- -- --skip google
%endif
%changelog
* Tue Jun 22 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.2-1
- Update to version 0.6.2.
- Fixes RHBZ#1974081
* Mon Mar 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.6.1-1
- Update to version 0.6.1.

@ -1 +1 @@
SHA512 (tokio-openssl-0.6.1.crate) = eb92e6e8bd50cc093a24304c3d2db266f66470da8fd23ec2e8a6305c96de7ce8f3f0f65bb0524e8215604cf73bb4a1cc5d02466ee288c59e10a1b7561e8df908
SHA512 (tokio-openssl-0.6.2.crate) = e8b2f863bdf4aee93d27646220805178392c2eaab2481d5759af2220aed50b9f2d3c3443c1085d0b436a2070cdf604ab337896f87f80fbbb2d43b69c4c6e5784

Loading…
Cancel
Save