Update to version 1.6.0; Fixes RHBZ#2148698

epel9
Fabio Valentini 2 years ago
parent c334238f20
commit 4444520885
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/async-process-1.3.0.crate /async-process-1.3.0.crate
/async-process-1.4.0.crate /async-process-1.4.0.crate
/async-process-1.5.0.crate /async-process-1.5.0.crate
/async-process-1.6.0.crate

@ -1,16 +1,17 @@
--- async-process-1.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- async-process-1.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-process-1.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ async-process-1.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -58,13 +58,3 @@ @@ -58,14 +58,3 @@
features = ["iterator"] features = ["iterator"]
default-features = false default-features = false
-[target."cfg(windows)".dependencies.blocking] -[target."cfg(windows)".dependencies.blocking]
-version = "1.0.0" -version = "1.0.0"
- -
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.windows-sys]
-version = "0.3.9" -version = "0.42"
-features = [ -features = [
- "winbase", - "Win32_Foundation",
- "winnt", - "Win32_System_Threading",
- "Win32_System_WindowsProgramming",
-] -]
-default-features = false -default-features = false

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate async-process %global crate async-process
Name: rust-async-process Name: rust-async-process
Version: 1.5.0 Version: 1.6.0
Release: %autorelease Release: %autorelease
Summary: Async interface for working with processes Summary: Async interface for working with processes
@ -15,8 +15,6 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip foreign dependencies
Patch: async-process-fix-metadata-auto.diff Patch: async-process-fix-metadata-auto.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (async-process-1.5.0.crate) = d514fbc1cc5dd697dad98b042c2e940882e2186926d7098a4a0c7399c6befcc1adcff735f2303f633cd199b12d5aa26ce288a4fb2ab0f07d719e8e2ed4fea607 SHA512 (async-process-1.6.0.crate) = 0d54bffe9a7d3e1fa1706478725bb89567d15473a364caf358fc00ba22c8a24061fa736d1626ba6b2463e0e350b435f2ddfdc9db11f76304d9df15e47c4c321a

Loading…
Cancel
Save