The package rpms/rust-crossbeam-epoch.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-crossbeam-epoch.git/commit/?id=....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 0f068c2c9ff2acd1ffd453d2338c9fecf6226733 Author: Fabio Valentini decathorpe@gmail.com Date: Sun Jan 29 22:57:31 2023 +0100
Update to version 0.9.13; Fixes RHBZ#2144266
diff --git a/.gitignore b/.gitignore index 375ab94..1538f50 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /crossbeam-epoch-0.9.9.crate /crossbeam-epoch-0.9.10.crate /crossbeam-epoch-0.9.11.crate +/crossbeam-epoch-0.9.13.crate diff --git a/crossbeam-epoch-fix-metadata-auto.diff b/crossbeam-epoch-fix-metadata-auto.diff index e793e20..a7bb2bc 100644 --- a/crossbeam-epoch-fix-metadata-auto.diff +++ b/crossbeam-epoch-fix-metadata-auto.diff @@ -1,5 +1,5 @@ ---- crossbeam-epoch-0.9.11/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ crossbeam-epoch-0.9.11/Cargo.toml 1970-01-01T00:00:01+00:00 +--- crossbeam-epoch-0.9.13/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ crossbeam-epoch-0.9.13/Cargo.toml 1970-01-01T00:00:01+00:00 @@ -58,7 +58,6 @@ alloc = [] default = ["std"] diff --git a/rust-crossbeam-epoch.spec b/rust-crossbeam-epoch.spec index dd8409d..17ac5c7 100644 --- a/rust-crossbeam-epoch.spec +++ b/rust-crossbeam-epoch.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 23 %bcond_without check %global debug_package %{nil}
%global crate crossbeam-epoch
Name: rust-crossbeam-epoch -Version: 0.9.11 +Version: 0.9.13 Release: %autorelease Summary: Epoch-based garbage collection
@@ -15,8 +15,6 @@ Source: %{crates_source} # Automatically generated patch to strip foreign dependencies Patch: crossbeam-epoch-fix-metadata-auto.diff
-ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21
%global _description %{expand: diff --git a/sources b/sources index 193525c..a010d6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (crossbeam-epoch-0.9.11.crate) = 3fff7ebe038993af5117460e0ff89318541afea8d16f3bb991cd37f9fabff58f1cf122a8163af03c275af4ba6802b264f516fbf12f9a9f8ec978f0f8024187a8 +SHA512 (crossbeam-epoch-0.9.13.crate) = a4578e0e535f301b73f0332778e79b327bafea6afa43284317fccc49b410118360866a2dea8ac22f2977f309d07c663e5d95fbfa852ab795d414c170ee4e06bf
commit e35d33676c0b595bf2ed00469aa389ac585a00d2 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 20 22:15:14 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
arch-excludes@lists.fedoraproject.org