The package rpms/smoldyn.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/smoldyn.git/commit/?id=cb920035b086b....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 1ec0378ec5a33bc6cbb5ac110a4ed902b5cbea5e Author: Antonio Trande sagitter@fedoraproject.org Date: Tue Mar 31 12:28:22 2026 +0200
Release 2.75
diff --git a/.gitignore b/.gitignore index 98e3829..9c573b0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /Smoldyn-2.67.3.tar.gz /Smoldyn-2.72.tar.gz /Smoldyn-2.74.tar.gz +/Smoldyn-2.75.tar.gz diff --git a/smoldyn.spec b/smoldyn.spec index 41ea63f..f02b28d 100644 --- a/smoldyn.spec +++ b/smoldyn.spec @@ -8,7 +8,7 @@
Name: smoldyn Summary: A particle-based spatial stochastic simulator -Version: 2.74 +Version: 2.75 Release: %autorelease
# The rxnparam.c and SurfaceParam.c source code files are in the public domain. @@ -21,7 +21,7 @@ Release: %autorelease # # source/libSteve/SFMT is licensed under the 'BSD 3-clause "New" or "Revised" License' License: LGPL-3.0-or-later AND GPL-3.0-only AND BSD-3-Clause AND LicenseRef-Fedora-Public-Domain -URL: http://www.smoldyn.org +URL: https://www.smoldyn.org/ Source0: https://github.com/ssandrews/Smoldyn/archive/refs/tags/v%%7Bversion%7D/Smold...
# Fix library paths according to the Fedora Project guidelines @@ -100,7 +100,7 @@ Requires: python3-numpy # For testing BuildRequires: python3-matplotlib BuildRequires: python3-flaky -%{?python_provide:%python_provide python3-%{name}} +%py_provides python3-%{name} %description -n python3-smoldyn %{name} libraries for Python.
diff --git a/sources b/sources index e2157c8..cd50a90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Smoldyn-2.74.tar.gz) = 8fc041d387c8a7ebb481d6a0fb66ce5999ea0f558645807dd6dbf903b1c51eb444ae4f5fdb82fba4eeb94264a771bca4db6b5467ddccf964077eee95edc4cbec +SHA512 (Smoldyn-2.75.tar.gz) = cd5b8c17e789da4e0f572687d26ea0730c3292f34d415bd83b54160d94ed1dae8462606b3acb3e083949b6aa66118ff2aca79a1efbfd75930e149b986132b131
commit cb920035b086bc3229e3317ecdf98b9b803b298c Author: Elliott Sales de Andrade quantum.analyst@gmail.com Date: Tue Jan 13 18:20:44 2026 -0500
Drop support for i686
diff --git a/smoldyn.spec b/smoldyn.spec index b037ae4..41ea63f 100644 --- a/smoldyn.spec +++ b/smoldyn.spec @@ -30,6 +30,9 @@ Patch1: %{name}-freeglut.patch Patch2: %{name}-create_soname.patch Patch3: %{name}-avoid_automatic_wheel.patch
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++
arch-excludes@lists.fedoraproject.org