The package rpms/rust-bytecheck.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-bytecheck.git/commit/?id=611232....
Change: -ExclusiveArch: %{rust_arches}
Thanks.
Full change: ============
commit 611232322e65120849351d6844fb1500e827e27a Author: Fabio Valentini decathorpe@gmail.com Date: Tue Feb 28 17:16:59 2023 +0100
Update to version 0.6.10
diff --git a/.gitignore b/.gitignore index c2134a6..2d26713 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /bytecheck-0.6.7.crate /bytecheck-0.6.8.crate /bytecheck-0.6.9.crate +/bytecheck-0.6.10.crate diff --git a/README.md b/README.md deleted file mode 100644 index ab38e9e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-bytecheck - -The rust-bytecheck package diff --git a/rust-bytecheck.spec b/rust-bytecheck.spec index e2d5dd2..2f38877 100644 --- a/rust-bytecheck.spec +++ b/rust-bytecheck.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil}
%global crate bytecheck
Name: rust-bytecheck -Version: 0.6.9 +Version: 0.6.10 Release: %autorelease Summary: Derive macro for bytecheck
@@ -13,8 +13,6 @@ License: MIT URL: https://crates.io/crates/bytecheck Source: %{crates_source}
-ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21
%global _description %{expand: @@ -61,18 +59,6 @@ use the "simdutf8" feature of the "%{crate}" crate. %files -n %{name}+simdutf8-devel %ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+simdutf8_std-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+simdutf8_std-devel %{_description} - -This package contains library source intended for building other packages which -use the "simdutf8_std" feature of the "%{crate}" crate. - -%files -n %{name}+simdutf8_std-devel -%ghost %{crate_instdir}/Cargo.toml - %package -n %{name}+std-devel Summary: %{summary} BuildArch: noarch diff --git a/sources b/sources index 4efaa1b..c05083d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bytecheck-0.6.9.crate) = 092f7588d785a52496acb9bf12b8fcdac0679c10c732697a166d742b2bddc3da539c6e02dfa6208ed4c4f18b9458b08db3f07988bc6039d5ea18b56d7911702b +SHA512 (bytecheck-0.6.10.crate) = 9a4985f21c9cd22011e4f9c6c768f62abc5a4b5188c11f8e0b38d0a264cbf35ec46f526747b870a5320ba9ec369ab4458d6025ee614327b8eca22bbd1dc639a7
commit c954e1b9e6b958c061487600dd922daea462e88a Author: Fedora Release Engineering releng@fedoraproject.org Date: Fri Jan 20 21:51:04 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