The package rpms/mlpack.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/mlpack.git/commit/?id=dca97738642ff4....
Change: +ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 1088cae417271049ff4c6ea905ce5cfdb8d2b6b2 Author: Ryan Curtin ryan@ratml.org Date: Fri May 31 18:22:08 2024 +0000
Update to latest stable version.
diff --git a/.gitignore b/.gitignore index 67419fc..e73f0f0 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /mlpack-4.2.0.tar.gz /mlpack-4.2.1.tar.gz /mlpack-4.3.0.tar.gz +/mlpack-4.4.0.tar.gz diff --git a/mlpack.spec b/mlpack.spec index bfdaac1..968fd17 100644 --- a/mlpack.spec +++ b/mlpack.spec @@ -1,6 +1,6 @@ Name: mlpack -Version: 4.3.0 -Release: 4%{?dist} +Version: 4.4.0 +Release: 1%{?dist} Summary: Fast, header-only C++ machine learning library
# The source in src/mlpack/core/std_backport/ is available under @@ -313,6 +313,9 @@ cmake -B %{__cmake_builddir} \ %{python3_sitearch}/mlpack-*.dist-info
%changelog +* Fri May 31 2024 Ryan Curtin ryan@ratml.org - 4.4.0-1 +- Update to latest stable version. + * Sun May 12 2024 Sandro devel@penguinpee.nl - 4.3.0-4 - Drop i686 support
diff --git a/sources b/sources index 0762c98..1a3d759 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (mlpack-4.3.0.tar.gz) = 6b7c16190fa5106dde76cbedddc42ed0a4a97fcc606dc0b962744fdc812ac81f59a21b6cf071e3a8661c58cb9de2654a4eabd03c4f44d6091f99175887735c41 +SHA512 (mlpack-4.4.0.tar.gz) = 2ae159a4aa8340be4763944c1b1e460f4d8fe838c79325cffdcacfbac340cca4cec3031493caec7e9b4dcf6fc921cbd93c1384d7e1954492fe410c83d3e615f8
commit dca97738642ff40d402ef09da0242bf82b5e3423 Author: Sandro devel@penguinpee.nl Date: Sun May 12 11:31:25 2024 +0200
Drop i686 support
In the next major update pandas will drop support for i686. This package depends on pandas, thus it will need to stop building for i686 as well.
More information is available in Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2263999
diff --git a/mlpack.spec b/mlpack.spec index 30e398c..bfdaac1 100644 --- a/mlpack.spec +++ b/mlpack.spec @@ -1,6 +1,6 @@ Name: mlpack Version: 4.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fast, header-only C++ machine learning library
# The source in src/mlpack/core/std_backport/ is available under @@ -13,6 +13,10 @@ License: BSD-3-Clause AND Apache-2.0 AND (MIT OR Unlicense) URL: http://www.mlpack.org Source0: http://www.mlpack.org/files/%%7Bname%7D-%%7Bversion%7D.tar.gz
+# Drop support for i686 +# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval +ExcludeArch: %{ix86} + BuildRequires: make BuildRequires: gcc-c++ # Use cmake28 package on RHEL. @@ -309,6 +313,9 @@ cmake -B %{__cmake_builddir} \ %{python3_sitearch}/mlpack-*.dist-info
%changelog +* Sun May 12 2024 Sandro devel@penguinpee.nl - 4.3.0-4 +- Drop i686 support + * Thu Jan 25 2024 Fedora Release Engineering releng@fedoraproject.org - 4.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
arch-excludes@lists.fedoraproject.org