Update to 1.2.1

epel9
Josh Stone 5 years ago
parent e2f79ef68c
commit d880b555f9

1
.gitignore vendored

@ -1,2 +1,3 @@
/async-task-1.0.0.crate /async-task-1.0.0.crate
/async-task-1.1.0.crate /async-task-1.1.0.crate
/async-task-1.2.1.crate

@ -0,0 +1,9 @@
--- async-task-1.2.1/Cargo.toml 2020-01-10T20:41:23+00:00
+++ async-task-1.2.1/Cargo.toml 2020-01-15T03:57:35.787743+00:00
@@ -36,6 +36,3 @@
version = "1.4.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.66"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-features = ["processthreadsapi"]

@ -5,7 +5,7 @@
%global crate async-task %global crate async-task
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.1.0 Version: 1.2.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Task abstraction for building executors Summary: Task abstraction for building executors
@ -13,6 +13,9 @@ Summary: Task abstraction for building executors
License: ASL 2.0 or MIT License: ASL 2.0 or MIT
URL: https://crates.io/crates/async-task URL: https://crates.io/crates/async-task
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * No windows
Patch0: async-task-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -71,6 +74,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 1.2.1-1
- Update to 1.2.1
* Wed Dec 25 09:25:18 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-1 * Wed Dec 25 09:25:18 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.0-1
- Update to 1.1.0 - Update to 1.1.0

@ -1 +1 @@
SHA512 (async-task-1.1.0.crate) = cb6ea7765c80669ee1b01bb14390a894e14cfaa2953820a82b010c45136fc359f30f347d02a74490eed841d0adc6cfbd5b7ad59dda24e11c1b4bc9af2546c047 SHA512 (async-task-1.2.1.crate) = a595d5e9e34d26cc6a12273d87a1de115c43b68cd735edc354a96d9fbcc4f25d462939ee076be9dab17aae2bc8289edb00cb81721d17275c3ba2c13686e108bb

Loading…
Cancel
Save