Update to version 0.2.19; Fixes RHBZ#2324787

epel10 imports/epel10/rust-allocator-api2-0.2.19-1.el10
Fabio Valentini 3 months ago
parent f3b5649c34
commit add91dc96d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/allocator-api2-0.2.15.crate /allocator-api2-0.2.15.crate
/allocator-api2-0.2.16.crate /allocator-api2-0.2.16.crate
/allocator-api2-0.2.18.crate /allocator-api2-0.2.18.crate
/allocator-api2-0.2.19.crate

@ -5,7 +5,7 @@
%global crate allocator-api2 %global crate allocator-api2
Name: rust-allocator-api2 Name: rust-allocator-api2
Version: 0.2.18 Version: 0.2.19
Release: %autorelease Release: %autorelease
Summary: Mirror of Rust's allocator API Summary: Mirror of Rust's allocator API
@ -111,8 +111,8 @@ use the "std" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * skip doctests which don't compile on stable Rust # * skip doctests which don't compile on stable Rust with RUSTC_BOOTSTRAP=1
%cargo_test -- -- --skip "src/stable/vec/mod.rs" %cargo_test -- -- --skip "src/stable/boxed.rs" --skip "src/stable/vec/mod.rs"
%endif %endif
%changelog %changelog

@ -0,0 +1,9 @@
[tests]
skip = [
"\"src/stable/boxed.rs\"",
"\"src/stable/vec/mod.rs\"",
]
comments = [
"skip doctests which don't compile on stable Rust with RUSTC_BOOTSTRAP=1",
]

@ -1 +1 @@
SHA512 (allocator-api2-0.2.18.crate) = 5e5b0e23e1f5b259e5d3746e3e05817af8dee95af7105ea775a5c1d69b4e537a4d6a25e2c1d46ab83e2385217b158f7940dc1315ae581c35ee23289647105e73 SHA512 (allocator-api2-0.2.19.crate) = dbc712dff0ff7720259f2afa196aa56e7465478a744c3acdbc6c94425015b30674007154eaf159247f29528fa254cb1c62b7abbeaf57b2f9cc461390083564e3

Loading…
Cancel
Save