The package rpms/rust-beef.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-beef.git/commit/?id=4325611f778....
Change: +%ifarch %{ix86} %{arm}
Thanks.
Full change: ============
commit 4325611f778fd35d1c7ed263041757bd9e6c6aa1 Author: Fabio Valentini decathorpe@gmail.com Date: Sat Jul 31 15:00:06 2021 +0200
Update to version 0.5.1; Fixes RHBZ#1984874
diff --git a/.gitignore b/.gitignore index d711f39..69bab30 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /beef-0.5.0.crate +/beef-0.5.1.crate diff --git a/rust-beef.spec b/rust-beef.spec index 12d55fe..e777d76 100644 --- a/rust-beef.spec +++ b/rust-beef.spec @@ -1,16 +1,11 @@ -# Generated by rust2rpm 17 -%ifarch i686 armv7hl -# https://github.com/maciejhirsz/beef/issues/43 -%bcond_with check -%else +# Generated by rust2rpm 18 %bcond_without check -%endif %global debug_package %{nil}
%global crate beef
Name: rust-%{crate} -Version: 0.5.0 +Version: 0.5.1 Release: %autorelease Summary: More compact Cow
@@ -109,8 +104,14 @@ which use "serde" feature of "%{crate}" crate.
%if %{with check} %check +%ifarch %{ix86} %{arm} +# * ignore broken doctests on 32-bit architectures: +# https://github.com/maciejhirsz/beef/issues/43 +%cargo_test -- -- --skip src/lib.rs +%else %cargo_test %endif +%endif
%changelog %autochangelog diff --git a/sources b/sources index 125b11d..5de1bf7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (beef-0.5.0.crate) = f46643f7aecbe5784dbae3f4bd20dd186a752534a5fd2170d9277b813b5bd9e15498e4f1296643526b201992cd7fc044acef5bd9dbf55cab3437865ad71df12f +SHA512 (beef-0.5.1.crate) = 7e4e33c598d7f28a0b939f9be67bfa6cc4deb5c2b04179a24e4e26ffafe715fa84c9dabbf3a1979c456be8d07f8e39cea1dcb24d1717118ef86900b292741a0e
commit ba2f585ca9ca4b9118e94e75ba39c53d828a360e Author: Fabio Valentini decathorpe@gmail.com Date: Sat Jul 31 14:44:59 2021 +0200
convert to rpmautospec
diff --git a/changelog b/changelog new file mode 100644 index 0000000..8c60e22 --- /dev/null +++ b/changelog @@ -0,0 +1,5 @@ +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 25 2021 Davide Cavalca dcavalca@fedoraproject.org - 0.5.0-1 +- Initial package diff --git a/rust-beef.spec b/rust-beef.spec index 26117bb..12d55fe 100644 --- a/rust-beef.spec +++ b/rust-beef.spec @@ -11,7 +11,7 @@
Name: rust-%{crate} Version: 0.5.0 -Release: 2%{?dist} +Release: %autorelease Summary: More compact Cow
# Upstream license specification: MIT OR Apache-2.0 @@ -113,8 +113,4 @@ which use "serde" feature of "%{crate}" crate. %endif
%changelog -* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.5.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 25 2021 Davide Cavalca dcavalca@fedoraproject.org - 0.5.0-1 -- Initial package +%autochangelog
commit 2e7c64ccf6dd9f3c3d333fe2782a9bdb94a81f37 Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jul 23 13:17:35 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-beef.spec b/rust-beef.spec index bcd16b3..26117bb 100644 --- a/rust-beef.spec +++ b/rust-beef.spec @@ -11,7 +11,7 @@
Name: rust-%{crate} Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: More compact Cow
# Upstream license specification: MIT OR Apache-2.0 @@ -113,5 +113,8 @@ which use "serde" feature of "%{crate}" crate. %endif
%changelog +* Fri Jul 23 2021 Fedora Release Engineering releng@fedoraproject.org - 0.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 25 2021 Davide Cavalca dcavalca@fedoraproject.org - 0.5.0-1 - Initial package
arch-excludes@lists.fedoraproject.org