|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.4.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Low-level I/O ownership and borrowing library
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
|
|
|
|
@ -15,6 +15,7 @@ URL: https://crates.io/crates/io-lifetimes
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Initial patched metadata
|
|
|
|
|
# - Remove windows-only dependency
|
|
|
|
|
# - Downgrade dependencies "mio" and "os_pipe"
|
|
|
|
|
Patch0: io-lifetimes-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
@ -160,6 +161,9 @@ which use "tokio" feature of "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Nov 29 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.4.3-2
|
|
|
|
|
- Downgrade "mio" and "os_pipe", to fix installation issues
|
|
|
|
|
|
|
|
|
|
* Sun Nov 28 2021 Olivier Lemasle <o.lemasle@gmail.com> - 0.4.3-1
|
|
|
|
|
- Update to upstream 0.4.3 (fixes rhbz#2019950)
|
|
|
|
|
|
|
|
|
|