Update to version 0.2.1; Fixes RHBZ#2343525

epel10 imports/epel10/rust-wait-timeout-0.2.1-1.el10
Fabio Valentini 6 days ago
parent 8304436e55
commit 53742e1ab2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/wait-timeout-0.1.5.crate
/wait-timeout-0.2.0.crate
/wait-timeout-0.2.1.crate

@ -1,24 +1,23 @@
# Generated by rust2rpm 24
# * running tests requires building unwanted executables
%bcond_with check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
# prevent executables from being installed
%global cargo_install_bin 0
%global crate wait-timeout
Name: rust-wait-timeout
Version: 0.2.0
Version: 0.2.1
Release: %autorelease
Summary: Crate to wait on a child process with a timeout
Summary: Wait on a child process with a timeout
# Upstream license specification: MIT/Apache-2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/wait-timeout
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop executables that are only useful for tests
Patch: wait-timeout-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 26
%global _description %{expand:
A crate to wait on a child process with a timeout specified across Unix
@ -54,7 +53,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,4 @@
[package]
summary = "Wait on a child process with a timeout"
cargo-install-bin = false

@ -1 +1 @@
SHA512 (wait-timeout-0.2.0.crate) = db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066
SHA512 (wait-timeout-0.2.1.crate) = aa89eb76bd7abc8c12d0d372a74a3e838978d85939ae5bec97392031ba4c211c09fbc0a8719c668835dec325f94c6098a9a684ba180f9fa8352f8131754cd334

@ -1,10 +0,0 @@
--- wait-timeout-0.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ wait-timeout-0.2.0/Cargo.toml 2023-04-12T18:24:03.969404+00:00
@@ -21,6 +21,7 @@
categories = ["os"]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/wait-timeout"
+autobins = false
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[badges.appveyor]
Loading…
Cancel
Save