Update to version 0.3.1; Fixes RHBZ#1993703

epel9
Fabio Valentini 3 years ago
parent e728887933
commit 5a9069b05e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/memmap2-0.1.0.crate
/memmap2-0.3.0.crate
/memmap2-0.3.1.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 17
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate memmap2
Name: rust-%{crate}
Version: 0.3.0
Version: 0.3.1
Release: %autorelease
Summary: Cross-platform Rust API for memory-mapped file IO
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -67,13 +67,8 @@ 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
%autochangelog

@ -1 +1 @@
SHA512 (memmap2-0.3.0.crate) = 43a4a657d5c6d54d50f9411b3a5855d07388a84f521923f264f18039b58555bfe216c1fe90418ba383ab12218937b01b17be1c337b08df3b9ee7430e0466da6f
SHA512 (memmap2-0.3.1.crate) = 1cf08cd046581d882fa78cc1e6efbb2e5814dada9ee866811732dcde776fd8c0cde2f03167010f32bb4984533e787536ef1954a1152a70d7f0278d5adfa96b28

Loading…
Cancel
Save