|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 10
|
|
|
|
# Generated by rust2rpm 11
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate mio
|
|
|
|
%global crate mio
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.6.20
|
|
|
|
Version: 0.6.21
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Lightweight non-blocking IO
|
|
|
|
Summary: Lightweight non-blocking IO
|
|
|
|
|
|
|
|
|
|
|
@ -15,7 +15,6 @@ URL: https://crates.io/crates/mio
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No windows or fuchsia
|
|
|
|
# * No windows or fuchsia
|
|
|
|
# * Loosen cfg-if dependency: https://github.com/tokio-rs/mio/pull/1099#issuecomment-557664365
|
|
|
|
|
|
|
|
Patch0: mio-fix-metadata.diff
|
|
|
|
Patch0: mio-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -88,6 +87,9 @@ which use "with-deprecated" feature of "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 10 2019 Josh Stone <jistone@redhat.com> - 0.6.21-1
|
|
|
|
|
|
|
|
- Update to 0.6.21
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 22 2019 Josh Stone <jistone@redhat.com> - 0.6.20-1
|
|
|
|
* Fri Nov 22 2019 Josh Stone <jistone@redhat.com> - 0.6.20-1
|
|
|
|
- Update to 0.6.20
|
|
|
|
- Update to 0.6.20
|
|
|
|
|
|
|
|
|
|
|
|