|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|