Update to version 0.6.4; Fixes RHBZ#2254113

epel10
Fabio Valentini 1 year ago
parent 098dc3f284
commit 9ba2c527f3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/tokio-openssl-0.6.1.crate /tokio-openssl-0.6.1.crate
/tokio-openssl-0.6.2.crate /tokio-openssl-0.6.2.crate
/tokio-openssl-0.6.3.crate /tokio-openssl-0.6.3.crate
/tokio-openssl-0.6.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tokio-openssl %global crate tokio-openssl
Name: rust-tokio-openssl Name: rust-tokio-openssl
Version: 0.6.3 Version: 0.6.4
Release: %autorelease Release: %autorelease
Summary: Implementation of SSL streams for Tokio backed by OpenSSL Summary: Implementation of SSL streams for Tokio backed by OpenSSL
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/tokio-openssl URL: https://crates.io/crates/tokio-openssl
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
An implementation of SSL streams for Tokio backed by OpenSSL.} An implementation of SSL streams for Tokio backed by OpenSSL.}
@ -49,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -63,8 +63,8 @@ use the "default" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * skip tests that require internet connectivity # * skip a test that requires internet connectivity
%cargo_test -- -- --skip google %cargo_test -- -- --exact --skip test::google
%endif %endif
%changelog %changelog

@ -0,0 +1,5 @@
[tests]
skip = ["test::google"]
skip-exact = true
comments = ["skip a test that requires internet connectivity"]

@ -1 +1 @@
SHA512 (tokio-openssl-0.6.3.crate) = 8b5a493306939bcfc00f1a1a644b53437c52b0da94ebc6be0332b93ff308dac2814492ae6a4b867fdd3af8c8f3987e7b4c94fabf309e5fc3e7cfa4df69eb8949 SHA512 (tokio-openssl-0.6.4.crate) = f34c325185597fc4960d2371d394056cb33abca46330a892579ecae38af2e2f380796b42719f795ee60645296dc20786e594199bba2801a66e388f3eb698749b

Loading…
Cancel
Save