From dc07a363281964400b6f184ad19b22afa3fe9caf Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Thu, 28 Aug 2025 20:03:14 +0800 Subject: [PATCH] rename the buildrequire --- mpi4py.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mpi4py.spec b/mpi4py.spec index 7374aaf..feb2afa 100644 --- a/mpi4py.spec +++ b/mpi4py.spec @@ -10,7 +10,7 @@ Name: mpi4py Version: 3.1.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python bindings of the Message Passing Interface (MPI) License: BSD-2-Clause @@ -19,7 +19,7 @@ Source0: https://github.com/mpi4py/mpi4py/archive/%{version}/%{name}-%{ve BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools -BuildRequires: python3-cython0.29 +BuildRequires: python3-Cython BuildRequires: python%{python3_pkgversion}-numpy BuildRequires: python%{python3_pkgversion}-simplejson BuildRequires: python%{python3_pkgversion}-yaml @@ -161,6 +161,10 @@ mv build mpich %changelog +* Thu Aug 28 2025 Wenlong Zhang - 3.1.5-3 +- [Type] other +- [DESC] rename the buildrequire + * Wed Jun 11 2025 bbrucezhang - 3.1.5-2 - Rebuilt for loongarch64 -- Gitee