Bump lazycell to 1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent ae1cc9b42f
commit efb9f07d80
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,21 @@
--- mio-0.6.14/Cargo.toml 1969-12-31T16:00:00-08:00 --- mio-0.6.14/Cargo.toml 1970-01-01T01:00:00+01:00
+++ mio-0.6.14/Cargo.toml 2018-03-08T21:17:29.785886-08:00 +++ mio-0.6.14/Cargo.toml 2018-06-15T14:11:29.841047+02:00
@@ -54,18 +54,6 @@ @@ -31,7 +31,7 @@
version = "0.1.1"
[dependencies.lazycell]
-version = "0.6.0"
+version = "1"
[dependencies.log]
version = "0.4"
@@ -54,18 +54,5 @@
[features] [features]
default = ["with-deprecated"] default = ["with-deprecated"]
with-deprecated = [] with-deprecated = []
-[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon] -[target."cfg(target_os = \"fuchsia\")".dependencies.fuchsia-zircon]
-version = "0.3.2" -version = "0.3.2"
-
-[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]

@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.14 Version: 0.6.14
Release: 1%{?dist} Release: 2%{?dist}
Summary: Lightweight non-blocking IO Summary: Lightweight non-blocking IO
License: MIT License: MIT
@ -15,6 +15,7 @@ URL: https://crates.io/crates/mio
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# 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
Patch0: mio-0.6.14-fix-metadata.diff Patch0: mio-0.6.14-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -22,7 +23,7 @@ ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging 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) >= 0.6.0 with crate(lazycell) < 0.7.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.19 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)
@ -69,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
* Fri Jun 15 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.14-2
- Bump lazycell to 1
* Fri Mar 09 2018 Josh Stone <jistone@redhat.com> - 0.6.14-1 * Fri Mar 09 2018 Josh Stone <jistone@redhat.com> - 0.6.14-1
- Update to 0.6.14 - Update to 0.6.14

Loading…
Cancel
Save