Update to version 1.2.0; Fixes RHBZ#1991104

epel9
Fabio Valentini 4 years ago
parent 4959679cb3
commit 292441158c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm
/async-process-1.1.0.crate
/async-process-1.2.0.crate

@ -1,6 +1,6 @@
--- async-process-1.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ async-process-1.1.0/Cargo.toml 2021-04-28T23:50:25.484106+00:00
@@ -43,10 +43,3 @@
--- async-process-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ async-process-1.2.0/Cargo.toml 2021-08-08T11:52:21.664383+00:00
@@ -42,10 +42,3 @@
version = "0.3.0"
features = ["iterator"]
default-features = false

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate async-process
Name: rust-%{crate}
Version: 1.1.0
Version: 1.2.0
Release: %autorelease
Summary: Async interface for working with processes

@ -1 +1 @@
SHA512 (async-process-1.1.0.crate) = 02d8313119a8ed3ec80ac7998531ce2b3f3a47d2db4ae864705d9d9a8d1e7b8cfe50b6685990988e2664dd9c95356f2263f2f05d606ae7558c75e2aa89c2c34a
SHA512 (async-process-1.2.0.crate) = 8e074851f13f451912baaef9217a745a431ed0e5654847c51466ea95dc4457735dc663bc9cf863da2dc05c2661bb741be5d5cab82bcdb4f9400eb9572aa2608f

Loading…
Cancel
Save