The package rpms/rust-bumpalo.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/rust-bumpalo.git/commit/?id=43c0ddb9....
Change: -%ifarch armv7hl i686
Thanks.
Full change: ============
commit 43c0ddb99ae9e14d6d4c561fc78e4e5e18707d66 Author: Fabio Valentini decathorpe@gmail.com Date: Thu Sep 30 23:06:22 2021 +0200
Update to version 3.7.1; Fixes RHBZ#2005461
diff --git a/.gitignore b/.gitignore index 66f7e51..c551e91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /bumpalo-3.4.0.crate /bumpalo-3.6.1.crate /bumpalo-3.7.0.crate +/bumpalo-3.7.1.crate diff --git a/bumpalo-fix-metadata.diff b/bumpalo-fix-metadata.diff new file mode 100644 index 0000000..f28f5e1 --- /dev/null +++ b/bumpalo-fix-metadata.diff @@ -0,0 +1,22 @@ +--- bumpalo-3.7.1/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ bumpalo-3.7.1/Cargo.toml 2021-09-30T21:04:22.703769+00:00 +@@ -28,19 +28,6 @@ + path = "src/lib.rs" + bench = false + +-[[test]] +-name = "try_alloc" +-path = "tests/try_alloc.rs" +-harness = false +- +-[[bench]] +-name = "benches" +-path = "benches/benches.rs" +-harness = false +-required-features = ["collections"] +-[dev-dependencies.criterion] +-version = "0.3.0" +- + [dev-dependencies.quickcheck] + version = "0.9.0" + diff --git a/rust-bumpalo.spec b/rust-bumpalo.spec index 2913e0f..6374a2d 100644 --- a/rust-bumpalo.spec +++ b/rust-bumpalo.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 17 +# Generated by rust2rpm 18 %bcond_without check %global debug_package %{nil}
%global crate bumpalo
Name: rust-%{crate} -Version: 3.7.0 +Version: 3.7.1 Release: %autorelease Summary: Fast bump allocation arena for Rust
@@ -13,6 +13,9 @@ Summary: Fast bump allocation arena for Rust License: MIT or ASL 2.0 URL: https://crates.io/crates/bumpalo Source: %{crates_source} +# Initial patched metadata +# * drop tests and benchmarks that are not included in published crates +Patch0: bumpalo-fix-metadata.diff
ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -21,11 +24,6 @@ BuildArch: noarch
BuildRequires: rust-packaging
-# https://bugzilla.redhat.com/show_bug.cgi?id=1853366 -%if %{with check} -#BuildRequires: cargo-readme -%endif - %global _description %{expand: Fast bump allocation arena for Rust.}
@@ -95,8 +93,6 @@ which use "collections" feature of "%{crate}" crate.
%prep %autosetup -n %{crate}-%{version_no_tilde} -p1 -# remove executable bit which breaks brp-mangle-shebangs -chmod -x tests/allocator_api.rs %cargo_prep
%generate_buildrequires @@ -110,14 +106,7 @@ chmod -x tests/allocator_api.rs
%if %{with check} %check -%ifarch armv7hl i686 -%cargo_test -- -- --skip readme_up_to_date \ - alloc_slice_fill_zero \ - oom_instead_of_bump_pointer_overflow -%else -# https://bugzilla.redhat.com/show_bug.cgi?id=1853366 -%cargo_test -- -- --skip readme_up_to_date -%endif +%cargo_test %endif
%changelog diff --git a/sources b/sources index 68e7a0f..33eb8e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bumpalo-3.7.0.crate) = 0b570e1baee530b5c3f775330ead7cf5f8878eab75e5a6a61b5d3f64d4d82912cb26de1c098ec9492c29c7a04fc49565db97a54373c546d8ef58aab276d77c59 +SHA512 (bumpalo-3.7.1.crate) = 879bc0993d8ac18cc7af87276aaf7aa042bdaca338c8cc766d5a1822c5675c1852b97467da0f6d5f4721213e3781a195e143b73d21e02ce11600e13e147e943b
commit 060705f7bb920e593cb3f1f470f3409513f034de Author: Fabio Valentini decathorpe@gmail.com Date: Thu Sep 30 23:03:46 2021 +0200
convert to rpmautospec
diff --git a/changelog b/changelog new file mode 100644 index 0000000..b0af58d --- /dev/null +++ b/changelog @@ -0,0 +1,19 @@ +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 3.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun May 30 2021 Fabio Valentini decathorpe@gmail.com - 3.7.0-1 +- Update to version 3.7.0. +- Fixes RHBZ#1965646 + +* Sat Feb 27 2021 Fabio Valentini decathorpe@gmail.com - 3.6.1-1 +- Update to version 3.6.1. +- Fixes RHBZ#1919497 + +* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 3.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 3.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jun 25 11:51:52 EEST 2020 Artem Polishchuk ego.cordatus@gmail.com - 3.4.0-1 +- Initial package diff --git a/rust-bumpalo.spec b/rust-bumpalo.spec index b449f3f..2913e0f 100644 --- a/rust-bumpalo.spec +++ b/rust-bumpalo.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 3.7.0 -Release: 2%{?dist} +Release: %autorelease Summary: Fast bump allocation arena for Rust
# Upstream license specification: MIT/Apache-2.0 @@ -121,22 +121,4 @@ chmod -x tests/allocator_api.rs %endif
%changelog -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 3.7.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun May 30 2021 Fabio Valentini decathorpe@gmail.com - 3.7.0-1 -- Update to version 3.7.0. -- Fixes RHBZ#1965646 - -* Sat Feb 27 2021 Fabio Valentini decathorpe@gmail.com - 3.6.1-1 -- Update to version 3.6.1. -- Fixes RHBZ#1919497 - -* Wed Jan 27 2021 Fedora Release Engineering releng@fedoraproject.org - 3.4.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering releng@fedoraproject.org - 3.4.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jun 25 11:51:52 EEST 2020 Artem Polishchuk ego.cordatus@gmail.com - 3.4.0-1 -- Initial package +%autochangelog
commit b24095fb17415a1f29bc2b6c1ee6b6ac57282578 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jul 23 13:25:14 2021 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/rust-bumpalo.spec b/rust-bumpalo.spec index ee2e900..b449f3f 100644 --- a/rust-bumpalo.spec +++ b/rust-bumpalo.spec @@ -6,7 +6,7 @@
Name: rust-%{crate} Version: 3.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast bump allocation arena for Rust
# Upstream license specification: MIT/Apache-2.0 @@ -121,6 +121,9 @@ chmod -x tests/allocator_api.rs %endif
%changelog +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 3.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Sun May 30 2021 Fabio Valentini decathorpe@gmail.com - 3.7.0-1 - Update to version 3.7.0. - Fixes RHBZ#1965646
arch-excludes@lists.fedoraproject.org