Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

@ -1,4 +1,2 @@
/allocator-api2-0.2.15.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 26
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate allocator-api2
Name: rust-allocator-api2
Version: 0.2.19
Version: 0.2.16
Release: %autorelease
Summary: Mirror of Rust's allocator API
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/allocator-api2
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Mirror of Rust's allocator API.}
@ -30,8 +30,9 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%license %{crate_instdir}/COPYING
%license %{crate_instdir}/license/APACHE
%license %{crate_instdir}/license/MIT
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
@ -97,7 +98,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
@ -111,8 +112,8 @@ use the "std" feature of the "%{crate}" crate.
%if %{with check}
%check
# * skip doctests which don't compile on stable Rust with RUSTC_BOOTSTRAP=1
%cargo_test -- -- --skip "src/stable/boxed.rs" --skip "src/stable/vec/mod.rs"
# * skip doctests which don't compile on stable Rust
%cargo_test -- -- --skip "src/stable/vec/mod.rs"
%endif
%changelog

@ -1,9 +0,0 @@
[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.19.crate) = dbc712dff0ff7720259f2afa196aa56e7465478a744c3acdbc6c94425015b30674007154eaf159247f29528fa254cb1c62b7abbeaf57b2f9cc461390083564e3
SHA512 (allocator-api2-0.2.16.crate) = e1eb0df6b44b62115795ebf772f81e9ac0b6d273afd81659dbddb7eb6628b6e5ef6a60ea21413e79ee638afb72e6872ba83a075f6324daf93f2f1eda48daff2f

Loading…
Cancel
Save