Update to version 0.9.3; Fixes RHBZ#2254818

epel9 imports/e9/rust-memmap2-0.9.3-1.el9
Fabio Valentini 1 year ago
parent c6083fadfc
commit 7469abaa27
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/memmap2-0.5.10.crate /memmap2-0.5.10.crate
/memmap2-0.7.1.crate /memmap2-0.7.1.crate
/memmap2-0.9.0.crate /memmap2-0.9.0.crate
/memmap2-0.9.3.crate

@ -5,7 +5,7 @@
%global crate memmap2 %global crate memmap2
Name: rust-memmap2 Name: rust-memmap2
Version: 0.9.0 Version: 0.9.3
Release: %autorelease Release: %autorelease
Summary: Cross-platform Rust API for memory-mapped file IO Summary: Cross-platform Rust API for memory-mapped file IO
@ -75,9 +75,7 @@ use the "stable_deref_trait" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * skip a test that fails on ppc64le: %cargo_test
# https://github.com/RazrFalcon/memmap2-rs/issues/105
%cargo_test -- -- --exact --skip test::advise_writes_unsafely_to_part_of_map
%endif %endif
%changelog %changelog

@ -1,7 +0,0 @@
[tests]
skip = ["test::advise_writes_unsafely_to_part_of_map"]
skip-exact = true
comments = [
"skip a test that fails on ppc64le: https://github.com/RazrFalcon/memmap2-rs/issues/105",
]

@ -1 +1 @@
SHA512 (memmap2-0.9.0.crate) = f46dcb4159fce188bb247a568ca3d86488c379bc18c8c24ce5cac5c34963f9da39af9dc9436c3d741ad364bc3b9d6d6a65b2c724aca3e6caea921127ac807e93 SHA512 (memmap2-0.9.3.crate) = 025068aaf27296731c3a4fd8df3b745cd37e86a564aa5ab9a8eccddb99fa054820eff5a6a858c3f443666bf594b149c84045f43a555353286b066b3f1ff514cf

Loading…
Cancel
Save