Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mpich for openSUSE:Factory checked in at 2026-04-21 12:42:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpich (Old) and /work/SRC/openSUSE:Factory/.mpich.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpich" Tue Apr 21 12:42:45 2026 rev:42 rq:1348247 version:5.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mpich/mpich.changes 2026-02-16 13:18:59.902264052 +0100 +++ /work/SRC/openSUSE:Factory/.mpich.new.11940/mpich.changes 2026-04-21 12:43:21.782793776 +0200 @@ -1,0 +2,23 @@ +Mon Apr 13 18:48:13 UTC 2026 - Nicolas Morey <[email protected]> + +- Update to v5.0.1 + - Fix bad cast in release-gather collectives that caused data loss issues on Big-Endian 64b arches + (s390x) + - Fix issue with canceling MPI_ANY_SOURCE receive requests + - Fix configuration issue when C++ compiler does not support complex types + - Fix function signature issue in Hydra PBS support + - Fix crash in MPI_Allreduce with MPI_LOGICAL type + - Fix potential crash in multi-nic libfabric initialization + - Fix memory leaks in Level Zero and PMIx support + - Fix bug in CMA code when GPU support is enabled + - Fix potential shared memory collision between multiple singleton processes on the same node + - Add large count and other necessary aliases to ROMIO to avoid accidental profiling of internal + MPI function usage + - Add missing error checks in rndv and colletive composition code + - Improve autogen.sh error message when autotools are too old +- Refresh patches: + - autogen-only-deal-with-json-yaksa-if-enabled.patch +- ch4-shm-fix-data-type-for-recv_bytes-in-MPIDI_POSIX_mpi_release_gather_release.patch + removed because it was merged upstream + +------------------------------------------------------------------- Old: ---- ch4-shm-fix-data-type-for-recv_bytes-in-MPIDI_POSIX_mpi_release_gather_release.patch mpich-5.0.0.tar.gz New: ---- mpich-5.0.1.tar.gz ----------(Old B)---------- Old: - autogen-only-deal-with-json-yaksa-if-enabled.patch - ch4-shm-fix-data-type-for-recv_bytes-in-MPIDI_POSIX_mpi_release_gather_release.patch removed because it was merged upstream ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpich.spec ++++++ --- /var/tmp/diff_new_pack.h2C7tE/_old 2026-04-21 12:43:22.726832998 +0200 +++ /var/tmp/diff_new_pack.h2C7tE/_new 2026-04-21 12:43:22.738833497 +0200 @@ -70,7 +70,7 @@ %define package_name %{pname}%{?pack_suff} Name: %{package_name}%{?testsuite:-testsuite} -Version: 5.0.0 +Version: 5.0.1 Release: 0 Summary: High-performance and widely portable implementation of MPI License: MIT @@ -83,7 +83,6 @@ Source101: README.md Patch1: autogen-only-deal-with-json-yaksa-if-enabled.patch Patch2: autoconf-pull-dynamic-and-not-static-libs-from-pkg-config.patch -Patch3: ch4-shm-fix-data-type-for-recv_bytes-in-MPIDI_POSIX_mpi_release_gather_release.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.h2C7tE/_old 2026-04-21 12:43:22.810836489 +0200 +++ /var/tmp/diff_new_pack.h2C7tE/_new 2026-04-21 12:43:22.818836821 +0200 @@ -1,6 +1,6 @@ -mtime: 1770306553 -commit: c1eb839278fb88a1fb79fe0ce8d982b7fbb7cc451e23b7c6a5e51f8f3e53dbff +mtime: 1776099431 +commit: d11107b9d281ba6b9a0b87fbd7665efed71db6742d6733e4be8fee2818525736 url: https://src.opensuse.org/HPC/mpich.git -revision: c1eb839278fb88a1fb79fe0ce8d982b7fbb7cc451e23b7c6a5e51f8f3e53dbff +revision: d11107b9d281ba6b9a0b87fbd7665efed71db6742d6733e4be8fee2818525736 projectscmsync: https://src.opensuse.org/HPC/_ObsPrj ++++++ autogen-only-deal-with-json-yaksa-if-enabled.patch ++++++ --- /var/tmp/diff_new_pack.h2C7tE/_old 2026-04-21 12:43:22.850838151 +0200 +++ /var/tmp/diff_new_pack.h2C7tE/_new 2026-04-21 12:43:22.854838317 +0200 @@ -1,4 +1,4 @@ -commit 3c1a93f03031b238eab968773d1e571fd2e1da5a +commit eb5357d70a356ca56798408e41fc594231ab5cfd Author: Nicolas Morey <[email protected]> Date: Tue Jul 25 16:02:22 2023 +0200 @@ -10,10 +10,10 @@ Signed-off-by: Nicolas Morey <[email protected]> diff --git configure.ac configure.ac -index 9563ad2034dc..860617dabbc6 100644 +index 099b8a474ba8..a573233b054c 100644 --- configure.ac +++ configure.ac -@@ -1060,18 +1060,26 @@ AC_SUBST([jsonsrcdir]) +@@ -1071,18 +1071,26 @@ AC_SUBST([jsonsrcdir]) jsonlib="" AC_SUBST([jsonlib]) @@ -41,13 +41,12 @@ - PAC_CONFIG_SUBDIR_ARGS([modules/json-c],[--enable-embedded --disable-werror],[],[AC_MSG_ERROR(json-c configure failed)]) - PAC_POP_ALL_FLAGS() - jsonsrcdir="${main_top_builddir}/modules/json-c" --fi --PAC_APPEND_FLAG([-I${use_top_srcdir}/modules/json-c],[CPPFLAGS]) --PAC_APPEND_FLAG([-I${main_top_builddir}/modules/json-c],[CPPFLAGS]) + AC_MSG_NOTICE([Using an external libjson-c]) + PAC_APPEND_FLAG([-I/usr/include/json-c],[CPPFLAGS]) + PAC_APPEND_FLAG([-ljson-c],[WRAPPER_LIBS]) -+fi + fi +-PAC_APPEND_FLAG([-I${use_top_srcdir}/modules/json-c],[CPPFLAGS]) +-PAC_APPEND_FLAG([-I${main_top_builddir}/modules/json-c],[CPPFLAGS]) # ---------------------------------------------------------------------------- # HWLOC / NETLOC ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-04-20 16:43:59.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ mpich-5.0.0.tar.gz -> mpich-5.0.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/mpich/mpich-5.0.0.tar.gz /work/SRC/openSUSE:Factory/.mpich.new.11940/mpich-5.0.1.tar.gz differ: char 11, line 1
