Update to 0.6.16

epel9
Josh Stone 7 years ago
parent e424a913a4
commit f180f88d0d

1
.gitignore vendored

@ -2,3 +2,4 @@
/mio-0.6.13.crate
/mio-0.6.14.crate
/mio-0.6.15.crate
/mio-0.6.16.crate

@ -1,14 +1,5 @@
--- mio-0.6.15/Cargo.toml 1969-12-31T16:00:00-08:00
+++ mio-0.6.15/Cargo.toml 2018-07-10T21:27:46.009651-07:00
@@ -31,7 +31,7 @@
version = "0.1.1"
[dependencies.lazycell]
-version = "0.6.0"
+version = "1"
[dependencies.log]
version = "0.4"
--- mio-0.6.16/Cargo.toml 1969-12-31T16:00:00-08:00
+++ mio-0.6.16/Cargo.toml 2018-09-07T17:33:40.272371-07:00
@@ -54,18 +54,5 @@
[features]
default = ["with-deprecated"]

@ -6,8 +6,8 @@
%global crate mio
Name: rust-%{crate}
Version: 0.6.15
Release: 2%{?dist}
Version: 0.6.16
Release: 1%{?dist}
Summary: Lightweight non-blocking IO
License: MIT
@ -15,8 +15,7 @@ URL: https://crates.io/crates/mio
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No windows or fuchsia
# * Bump lazycell to 1, https://github.com/carllerche/mio/pull/847
Patch0: mio-0.6.15-fix-metadata.diff
Patch0: mio-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -70,6 +69,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci}
%changelog
* Sat Sep 08 2018 Josh Stone <jistone@redhat.com> - 0.6.16-1
- Update to 0.6.16
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (mio-0.6.15.crate) = 77847416c39dc487c42a84acab28e9f9082e1459bea636fe14a8fb2292bd6e86fcdab66b46e2ac4167f565c7ae2c63712af7b4b6f75eb73a64a1bc56d5035a2c
SHA512 (mio-0.6.16.crate) = ca9290edfdbd4659c686a9f47d7bcd2177001fbfe02ce1fcf6e8aaff4c6e4ba52abb0d698b103337e4587789e7e31945886a90f5e334651d27ac7b109f560c95

Loading…
Cancel
Save