|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 2;
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
%global crate memmap2
|
|
|
|
|
|
|
|
|
|
Name: rust-memmap2
|
|
|
|
|
Version: 0.9.0
|
|
|
|
|
Version: 0.9.3
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Cross-platform Rust API for memory-mapped file IO
|
|
|
|
|
|
|
|
|
@ -85,15 +85,16 @@ use the "stable_deref_trait" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
# * skip a test that fails on ppc64le:
|
|
|
|
|
# https://github.com/RazrFalcon/memmap2-rs/issues/105
|
|
|
|
|
%cargo_test -- -- --exact --skip test::advise_writes_unsafely_to_part_of_map
|
|
|
|
|
%cargo_test
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.0-2
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.9.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.9.3-1
|
|
|
|
|
- Update to version 0.9.3; Fixes RHBZ#2254818
|
|
|
|
|
|
|
|
|
|
* Fri Dec 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.0-2
|
|
|
|
|
- Skip a test that fails on ppc64le
|
|
|
|
|
|
|
|
|
|