update to version 0.7.13

epel9
Fabio Valentini 4 years ago
parent 0232a6f031
commit 212c51a5a2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/mio-0.7.7.crate
/mio-0.7.9.crate
/mio-0.7.11.crate
/mio-0.7.13.crate

@ -1,5 +1,5 @@
--- mio-0.7.11/Cargo.toml 1970-01-01T00:00:00+00:00
+++ mio-0.7.11/Cargo.toml 2021-03-23T18:07:27.447993+00:00
--- mio-0.7.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ mio-0.7.13/Cargo.toml 2021-06-19T10:29:55.075173+00:00
@@ -61,12 +61,3 @@
uds = ["net"]
[target."cfg(unix)".dependencies.libc]

@ -1,11 +1,11 @@
# Generated by rust2rpm 16
# Generated by rust2rpm 17
%bcond_without check
%global debug_package %{nil}
%global crate mio
Name: rust-%{crate}
Version: 0.7.11
Version: 0.7.13
Release: 1%{?dist}
Summary: Lightweight non-blocking IO
@ -14,7 +14,7 @@ License: MIT
URL: https://crates.io/crates/mio
Source: %{crates_source}
# Initial patched metadata
# * No windows deps
# * drop windows-specific dependencies
Patch0: mio-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -183,6 +183,10 @@ export RUST_BACKTRACE=1
%endif
%changelog
* Sat Jun 19 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.13-1
- Update to version 0.7.13.
- Fixes RHBZ#1971183
* Tue Mar 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.11-1
- Update to version 0.7.11.
- Fixes RHBZ#1939250

@ -1 +1 @@
SHA512 (mio-0.7.11.crate) = abcb2d29868ba749ffbf2f4eadd5c24ea80bdc7d62aa09fa0a70d9963e73fd5f603fb9b73410db5f72a051a153e0ef5526992aaaf1b212ff0e961bc31d107c63
SHA512 (mio-0.7.13.crate) = 3f9adb95db494dd39041ec1abda0d476b308296024347f28bfaf5883d7896ee052edda026c25a9ccea9a31cbc5431d95c0e13948e90fc8ca7b1a91a19748a45c

Loading…
Cancel
Save