Update to 0.6.15

epel9
Josh Stone 7 years ago
parent efb9f07d80
commit 34848fb1f5

1
.gitignore vendored

@ -1,3 +1,4 @@
/mio-0.6.12.crate /mio-0.6.12.crate
/mio-0.6.13.crate /mio-0.6.13.crate
/mio-0.6.14.crate /mio-0.6.14.crate
/mio-0.6.15.crate

@ -1,5 +1,5 @@
--- mio-0.6.14/Cargo.toml 1970-01-01T01:00:00+01:00 --- mio-0.6.15/Cargo.toml 1969-12-31T16:00:00-08:00
+++ mio-0.6.14/Cargo.toml 2018-06-15T14:11:29.841047+02:00 +++ mio-0.6.15/Cargo.toml 2018-07-10T21:27:46.009651-07:00
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
version = "0.1.1" version = "0.1.1"
@ -19,7 +19,7 @@
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon-sys] -[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon-sys]
-version = "0.3.2" -version = "0.3.2"
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "0.2.19" version = "0.2.42"
-[target."cfg(windows)".dependencies.kernel32-sys] -[target."cfg(windows)".dependencies.kernel32-sys]
-version = "0.2" -version = "0.2"
- -
@ -27,4 +27,4 @@
-version = "0.2.1" -version = "0.2.1"
- -
-[target."cfg(windows)".dependencies.winapi] -[target."cfg(windows)".dependencies.winapi]
-version = "0.2.1" -version = "0.2.6"

@ -6,8 +6,8 @@
%global crate mio %global crate mio
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.14 Version: 0.6.15
Release: 2%{?dist} Release: 1%{?dist}
Summary: Lightweight non-blocking IO Summary: Lightweight non-blocking IO
License: MIT License: MIT
@ -16,7 +16,7 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
# Initial patched metadata # Initial patched metadata
# * No windows or fuchsia # * No windows or fuchsia
# * Bump lazycell to 1, https://github.com/carllerche/mio/pull/847 # * Bump lazycell to 1, https://github.com/carllerche/mio/pull/847
Patch0: mio-0.6.14-fix-metadata.diff Patch0: mio-0.6.15-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -24,7 +24,7 @@ BuildRequires: rust-packaging
# [dependencies] # [dependencies]
BuildRequires: (crate(iovec) >= 0.1.1 with crate(iovec) < 0.2.0) BuildRequires: (crate(iovec) >= 0.1.1 with crate(iovec) < 0.2.0)
BuildRequires: (crate(lazycell) >= 1.0.0 with crate(lazycell) < 2.0.0) BuildRequires: (crate(lazycell) >= 1.0.0 with crate(lazycell) < 2.0.0)
BuildRequires: (crate(libc) >= 0.2.19 with crate(libc) < 0.3.0) BuildRequires: (crate(libc) >= 0.2.42 with crate(libc) < 0.3.0)
BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0) BuildRequires: (crate(log) >= 0.4.0 with crate(log) < 0.5.0)
BuildRequires: (crate(net2) >= 0.2.29 with crate(net2) < 0.3.0) BuildRequires: (crate(net2) >= 0.2.29 with crate(net2) < 0.3.0)
BuildRequires: (crate(slab) >= 0.4.0 with crate(slab) < 0.5.0) BuildRequires: (crate(slab) >= 0.4.0 with crate(slab) < 0.5.0)
@ -70,6 +70,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci} %exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci}
%changelog %changelog
* Wed Jul 11 2018 Josh Stone <jistone@redhat.com> - 0.6.15-1
- Update to 0.6.15
* Fri Jun 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.14-2 * Fri Jun 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.14-2
- Bump lazycell to 1 - Bump lazycell to 1

@ -1 +1 @@
SHA512 (mio-0.6.14.crate) = 37b45856d74cd03cdaeb015dfca85065a04175568cda985e59bb0e4b2ca85523d52789d8e9cc2f5336e6a346d2ed50c2bdfe078ed4953613e95ca8d52dd90bb1 SHA512 (mio-0.6.15.crate) = 77847416c39dc487c42a84acab28e9f9082e1459bea636fe14a8fb2292bd6e86fcdab66b46e2ac4167f565c7ae2c63712af7b4b6f75eb73a64a1bc56d5035a2c

Loading…
Cancel
Save