|
|
@ -1,11 +1,11 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 17
|
|
|
|
%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.7.11
|
|
|
|
Version: 0.7.13
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Lightweight non-blocking IO
|
|
|
|
Summary: Lightweight non-blocking IO
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/mio
|
|
|
|
URL: https://crates.io/crates/mio
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Initial patched metadata
|
|
|
|
# Initial patched metadata
|
|
|
|
# * No windows deps
|
|
|
|
# * drop windows-specific dependencies
|
|
|
|
Patch0: mio-fix-metadata.diff
|
|
|
|
Patch0: mio-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -183,6 +183,10 @@ export RUST_BACKTRACE=1
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jun 19 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.13-1
|
|
|
|
|
|
|
|
- Update to version 0.7.13.
|
|
|
|
|
|
|
|
- Fixes RHBZ#1971183
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.11-1
|
|
|
|
* Tue Mar 23 2021 Fabio Valentini <decathorpe@gmail.com> - 0.7.11-1
|
|
|
|
- Update to version 0.7.11.
|
|
|
|
- Update to version 0.7.11.
|
|
|
|
- Fixes RHBZ#1939250
|
|
|
|
- Fixes RHBZ#1939250
|
|
|
|