update to version 0.7.1

epel9
Fabio Valentini 4 years ago
parent af552c5cf9
commit 6f6e00858d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/mio-0.6.20.crate /mio-0.6.20.crate
/mio-0.6.21.crate /mio-0.6.21.crate
/mio-0.7.0.crate /mio-0.7.0.crate
/mio-0.7.1.crate

@ -1,27 +1,9 @@
--- mio-0.7.0/Cargo.toml 2020-03-02T18:00:05+00:00 --- mio-0.7.1/Cargo.toml 2020-09-29T17:56:12+00:00
+++ mio-0.7.0/Cargo.toml 2020-04-30T17:43:14.500010+00:00 +++ mio-0.7.1/Cargo.toml 2020-10-01T10:15:41.356114+00:00
@@ -15,7 +15,13 @@ @@ -57,12 +57,3 @@
name = "mio"
version = "0.7.0"
authors = ["Carl Lerche <me@carllerche.com>"]
-exclude = [".gitignore", ".travis.yml"]
+exclude = [
+ ".cirrus.yml",
+ ".gitignore",
+ ".travis.yml",
+ "azure-pipelines.yml",
+ "ci/"
+]
description = "Lightweight non-blocking IO"
homepage = "https://github.com/tokio-rs/mio"
documentation = "https://docs.rs/mio/0.7.0"
@@ -54,15 +60,3 @@
uds = [] uds = []
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.62" version = "0.2.69"
-[target."cfg(windows)".dependencies.lazy_static]
-version = "1.4.0"
-
-[target."cfg(windows)".dependencies.miow] -[target."cfg(windows)".dependencies.miow]
-version = "0.3.3" -version = "0.3.3"
- -

@ -5,8 +5,8 @@
%global crate mio %global crate mio
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.0 Version: 0.7.1
Release: 2%{?dist} Release: 1%{?dist}
Summary: Lightweight non-blocking IO Summary: Lightweight non-blocking IO
# Upstream license specification: MIT # Upstream license specification: MIT
@ -14,7 +14,7 @@ License: MIT
URL: https://crates.io/crates/mio URL: https://crates.io/crates/mio
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# no cfg(windows) deps, exclude more CI files # * No windows deps
Patch0: mio-fix-metadata.diff Patch0: mio-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -147,6 +147,9 @@ export RUST_BACKTRACE=1
%endif %endif
%changelog %changelog
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.7.1-1
- Update to version 0.7.1.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (mio-0.7.0.crate) = c7e00a45906db97f7ba3b91114ad1fa3a120598b13bbe9dd822e786d5bebd8721b54843a57d04d13190d5873cdee99f55f9cf467c5c27c7d7b9ed1c6251a03cf SHA512 (mio-0.7.1.crate) = 4f7e8d726c750ce821aa56934dc8ce3e39d08166ab211f8ea978938dd6109d181f4f07ac0d8c614e60c78b547ae1e21de3d3cb67aaf2e735f323ad537c62cfcd

Loading…
Cancel
Save