|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
|
Version: 0.3.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Cross-platform Rust API for memory-mapped file IO
|
|
|
|
|
|
|
|
|
|
# Upstream license specification: MIT/Apache-2.0
|
|
|
|
@ -67,10 +67,18 @@ which use "default" feature of "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
%ifarch %{arm} %{ix86}
|
|
|
|
|
# skip a test that does not work on 32-bit architectures
|
|
|
|
|
%cargo_test -- -- --skip map_offset
|
|
|
|
|
%else
|
|
|
|
|
%cargo_test
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-2
|
|
|
|
|
- Skip a test that does not work on 32-bit architectures.
|
|
|
|
|
|
|
|
|
|
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.0-1
|
|
|
|
|
- Update to version 0.3.0.
|
|
|
|
|
- Fixes RHBZ#1909435
|
|
|
|
|