Compare commits

..

5 Commits

Author SHA1 Message Date
Fabio Valentini add91dc96d
Update to version 0.2.19; Fixes RHBZ#2324787
3 months ago
Fedora Release Engineering f3b5649c34 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini 47ef5c7e9e
Update to version 0.2.18; Fixes RHBZ#2274712
10 months ago
Fedora Release Engineering 31bffaa0ca Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering a57381804f Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -1,2 +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.19.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate allocator-api2 %global crate allocator-api2
Name: rust-allocator-api2 Name: rust-allocator-api2
Version: 0.2.16 Version: 0.2.19
Release: %autorelease Release: %autorelease
Summary: Mirror of Rust's allocator API Summary: Mirror of Rust's allocator API
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/allocator-api2 URL: https://crates.io/crates/allocator-api2
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Mirror of Rust's allocator API.} Mirror of Rust's allocator API.}
@ -30,9 +30,8 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/COPYING %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/license/APACHE %license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/license/MIT
%doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%{crate_instdir}/ %{crate_instdir}/
@ -98,7 +97,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -112,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.16.crate) = e1eb0df6b44b62115795ebf772f81e9ac0b6d273afd81659dbddb7eb6628b6e5ef6a60ea21413e79ee638afb72e6872ba83a075f6324daf93f2f1eda48daff2f SHA512 (allocator-api2-0.2.19.crate) = dbc712dff0ff7720259f2afa196aa56e7465478a744c3acdbc6c94425015b30674007154eaf159247f29528fa254cb1c62b7abbeaf57b2f9cc461390083564e3

Loading…
Cancel
Save