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