update to version 1.4.1

epel9
Fabio Valentini 4 years ago
parent 5f55f241a9
commit 77ba3bed4b
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/async-io-1.3.1.crate
/async-io-1.4.0.crate
/async-io-1.4.1.crate

@ -1,5 +1,5 @@
--- async-io-1.4.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ async-io-1.4.0/Cargo.toml 2021-04-16T21:29:26.428295+00:00
--- async-io-1.4.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ async-io-1.4.1/Cargo.toml 2021-04-28T19:48:02.861473+00:00
@@ -77,8 +77,3 @@
version = "1.1.1"
[target."cfg(unix)".dependencies.libc]

@ -6,7 +6,7 @@
%global crate async-io
Name: rust-%{crate}
Version: 1.4.0
Version: 1.4.1
Release: 1%{?dist}
Summary: Async I/O and timers
@ -15,7 +15,7 @@ License: ASL 2.0 or MIT
URL: https://crates.io/crates/async-io
Source: %{crates_source}
# Initial patched metadata
# * drop Windows dependencies
# * drop windows-specific dependencies
Patch0: async-io-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -75,6 +75,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed Apr 28 2021 Fabio Valentini <decathorpe@gmail.com> - 1.4.1-1
- Update to version 1.4.1.
- Fixes RHBZ#1953161
* Fri Apr 16 2021 Fabio Valentini <decathorpe@gmail.com> - 1.4.0-1
- Update to version 1.4.0.
- Fixes RHBZ#1950433

@ -1 +1 @@
SHA512 (async-io-1.4.0.crate) = d89e1aae2b93eb9823d297f44f7f47dda17e42bb2162e19a702f681973419223f5a51bd165710b013cc464d6054c16dee17dac64287efada0130eae823570222
SHA512 (async-io-1.4.1.crate) = c7381e16814920524e291b1e363fa72245e2dc47f7753cd10bbf505e7e993c50c81f0867d3bd41158f194cc3adf57e95304934b239d585780e6650a819f611f5

Loading…
Cancel
Save