Update to 0.2.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 11efd52918
commit ca0fa8c4bb
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

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

@ -8,14 +8,14 @@
%global crate wait-timeout %global crate wait-timeout
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.5 Version: 0.2.0
Release: 6%{?dist} Release: 1%{?dist}
Summary: Crate to wait on a child process with a timeout Summary: Crate to wait on a child process with a timeout
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/wait-timeout URL: https://crates.io/crates/wait-timeout
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -55,7 +55,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Apr 05 09:05:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.0-1
- Update to 0.2.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-6 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (wait-timeout-0.1.5.crate) = afcd6cd150729c48d554471e6a0346925843e321fc4a04b01c7b9aeb123b2e98c5499c1c371a7a52469ebfacb73b5c706705be50e2d6043b7ae60dce595c1dd1 SHA512 (wait-timeout-0.2.0.crate) = db3b7aa2acfd44e64451042b8ba98eecab77a82aa5c58ed08dadb119ab36dee4e26d62baad7978ed56d5ad03019c96be5021455362290f56043981137bac8066

Loading…
Cancel
Save