Update to version 0.7.7; Fixes RHBZ#2168670

epel10
Fabio Valentini 2 years ago
parent e348445953
commit d6f36bb481
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/tokio-util-0.7.2.crate /tokio-util-0.7.2.crate
/tokio-util-0.7.3.crate /tokio-util-0.7.3.crate
/tokio-util-0.7.4.crate /tokio-util-0.7.4.crate
/tokio-util-0.7.7.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 24
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate tokio-util %global crate tokio-util
Name: rust-tokio-util Name: rust-tokio-util
Version: 0.7.4 Version: 0.7.7
Release: %autorelease Release: %autorelease
Summary: Additional utilities for working with Tokio Summary: Additional utilities for working with Tokio
@ -16,8 +16,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip foreign dependencies
Patch: tokio-util-fix-metadata-auto.diff Patch: tokio-util-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (tokio-util-0.7.4.crate) = 910b997574a4ef8a638c5483146b4b39ab9cfeaec5fa41812f4c6835d9dcc648adf77ad8f6d914b58d435e0127d9f162beb396bf97fb74e34256ee1857f118db SHA512 (tokio-util-0.7.7.crate) = d33edfc594dff40a7f76ce84a740eb8901eaa95aa6cb6e2308aaf23b4543dae2ce7f7c8df5f027292777b65aa8b00618ef45dddb34b53b1981ccf1650c01609e

@ -1,5 +1,5 @@
--- tokio-util-0.7.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- tokio-util-0.7.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ tokio-util-0.7.4/Cargo.toml 1970-01-01T00:00:01+00:00 +++ tokio-util-0.7.7/Cargo.toml 2023-02-15T19:57:56.529046+00:00
@@ -119,13 +119,9 @@ @@ -119,13 +119,9 @@
"tokio/rt", "tokio/rt",
"tokio/sync", "tokio/sync",

Loading…
Cancel
Save