The package rpms/rust-rpds.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-rpds.git/commit/?id=f39ea1700ca... https://src.fedoraproject.org/cgit/rpms/rust-rpds.git/commit/?id=c54891449b2....
Change: -ExcludeArch: %{ix86} +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit f39ea1700cab289f0765bcf607409e197ea4549c Author: Mattia Verga mattia.verga@proton.me Date: Sun Nov 26 09:54:21 2023 +0100
Do not exclude i686
diff --git a/rust-rpds.spec b/rust-rpds.spec index 26e6052..7938413 100644 --- a/rust-rpds.spec +++ b/rust-rpds.spec @@ -17,10 +17,6 @@ Source: %{crates_source} # - bump archery dependency Patch: rpds-fix-metadata.diff
-# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval -# Also i686 is FTB because of tests failing due to precision errors -ExcludeArch: %{ix86} - BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
commit c54891449b272dd20419f9e25b007bb7682ed0d2 Author: Mattia Verga mattia.verga@proton.me Date: Sun Nov 26 09:32:59 2023 +0100
Update to 1.1.0
diff --git a/.gitignore b/.gitignore index d190fbd..769fcea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /rpds-0.13.0.crate /rpds-1.0.0.crate /rpds-1.0.1.crate +/rpds-1.1.0.crate diff --git a/rpds-fix-metadata.diff b/rpds-fix-metadata.diff index f94e819..5d45074 100644 --- a/rpds-fix-metadata.diff +++ b/rpds-fix-metadata.diff @@ -1,6 +1,6 @@ ---- rpds-1.0.1/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ rpds-1.0.1/Cargo.toml 2023-09-07T06:40:04.910494+00:00 -@@ -112,9 +112,6 @@ +--- rpds-1.1.0/Cargo.toml 1970-01-01T00:00:01+00:00 ++++ rpds-1.1.0/Cargo.toml 2023-11-18T16:34:10.364420+00:00 +@@ -113,9 +113,6 @@ [dev-dependencies.bincode] version = "1.3.3"
diff --git a/rust-rpds.spec b/rust-rpds.spec index 9786120..26e6052 100644 --- a/rust-rpds.spec +++ b/rust-rpds.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil}
%global crate rpds
Name: rust-rpds -Version: 1.0.1 +Version: 1.1.0 Release: %autorelease Summary: Persistent data structures with structural sharing
@@ -14,9 +14,14 @@ URL: https://crates.io/crates/rpds Source: %{crates_source} # Manually created patch for downstream crate metadata changes # - remove criterion dependency +# - bump archery dependency Patch: rpds-fix-metadata.diff
-BuildRequires: rust-packaging >= 21 +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +# Also i686 is FTB because of tests failing due to precision errors +ExcludeArch: %{ix86} + +BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: Persistent data structures with structural sharing.} @@ -87,7 +92,7 @@ use the "std" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml
%prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep
%generate_buildrequires diff --git a/sources b/sources index 0be4514..ebc50be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (rpds-1.0.1.crate) = 119527d615f359ddf2681dda05e9bf853a2747db4524559601c4cf5114cfdc00ba734fcd727830787e3f1cb978eb28538e5f9424d968deec95ff3826db18f377 +SHA512 (rpds-1.1.0.crate) = b24640e34c2f88ecfff5efb1581941eb02987bb7b342dc439513e8d7c8ee0afa63949f8dee09bf8f445ec6f3b3ec22d2927d3d03be05fee3c651b29c924a6b3e
arch-excludes@lists.fedoraproject.org