Hello community, here is the log from the commit of package openmpi3 for openSUSE:Factory checked in at 2020-03-24 22:35:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmpi3 (Old) and /work/SRC/openSUSE:Factory/.openmpi3.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmpi3" Tue Mar 24 22:35:52 2020 rev:24 rq:787699 version:3.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/openmpi3/openmpi3.changes 2020-03-21 00:00:35.457067313 +0100 +++ /work/SRC/openSUSE:Factory/.openmpi3.new.3160/openmpi3.changes 2020-03-24 22:37:54.801251858 +0100 @@ -1,0 +2,9 @@ +Fri Mar 20 11:26:15 UTC 2020 - Nicolas Morey-Chaisemartin <[email protected]> + +- Update to openmpi3 3.1.6 + - See changelog in NEWS +- Remove add-gen-p5-chip-pci-id-to-ini-file.patch that was merged upstream +- Add patch memory-patcher-fix-compiler-warning.patch to fix cast warning + causing RPM to fail building + +------------------------------------------------------------------- Old: ---- add-gen-p5-chip-pci-id-to-ini-file.patch openmpi-3.1.4.0.57629e7cffb0.tar.bz2 New: ---- memory-patcher-fix-compiler-warning.patch openmpi-3.1.6.0.ea348728b4c8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi3.spec ++++++ --- /var/tmp/diff_new_pack.InV9pi/_old 2020-03-24 22:37:55.513252204 +0100 +++ /var/tmp/diff_new_pack.InV9pi/_new 2020-03-24 22:37:55.517252206 +0100 @@ -42,8 +42,8 @@ # % define build_static_devel 1 %define pname openmpi -%define vers 3.1.4 -%define _vers 3_1_4 +%define vers 3.1.6 +%define _vers 3_1_6 %define m_f_ver 3 %bcond_with ringdisabled @@ -115,7 +115,7 @@ %global hpc_openmpi_pack_version %{hpc_openmpi_dep_version} %endif -%define git_ver .0.57629e7cffb0 +%define git_ver .0.ea348728b4c8 ############################################################################# # @@ -137,7 +137,7 @@ Source5: mpivars.csh Patch0: Build-warning-stringop-overflow-in.patch Patch1: reproducible.patch -Patch2: add-gen-p5-chip-pci-id-to-ini-file.patch +Patch2: memory-patcher-fix-compiler-warning.patch Provides: mpi BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf ++++++ _service ++++++ --- /var/tmp/diff_new_pack.InV9pi/_old 2020-03-24 22:37:55.565252229 +0100 +++ /var/tmp/diff_new_pack.InV9pi/_new 2020-03-24 22:37:55.565252229 +0100 @@ -8,7 +8,7 @@ <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> - <param name="revision">57629e7cffb0a34ed95624f95faf1c26a0a5846a</param> + <param name="revision">ea348728b4c856973b48252c8b843078b4784cc3</param> </service> <service name="recompress" mode="disabled"> <param name="file">openmpi*.tar</param> ++++++ memory-patcher-fix-compiler-warning.patch ++++++ commit a0242346788a31050effb025b43da5f3e6a1bb9b Author: Maxwell Coil <[email protected]> Date: Sun Dec 8 13:56:00 2019 -0500 memory/patcher: fix compiler warning syscall() returns a long, but we are invoking shmat(), which returns a void*. Signed-off-by: Maxwell Coil <[email protected]> diff --git opal/mca/memory/patcher/memory_patcher_component.c opal/mca/memory/patcher/memory_patcher_component.c index 687d430fa362..272ec721225b 100644 --- opal/mca/memory/patcher/memory_patcher_component.c +++ opal/mca/memory/patcher/memory_patcher_component.c @@ -440,7 +440,7 @@ static void *_intercept_shmat(int shmid, const void *shmaddr, int shmflg) if (!original_shmat) { #if defined(SYS_shmat) - result = memory_patcher_syscall(SYS_shmat, shmid, shmaddr, shmflg); + result = (void*) memory_patcher_syscall(SYS_shmat, shmid, shmaddr, shmflg); #else // IPCOP_shmat unsigned long ret; ret = memory_patcher_syscall(SYS_ipc, IPCOP_shmat, ++++++ openmpi-3.1.4.0.57629e7cffb0.tar.bz2 -> openmpi-3.1.6.0.ea348728b4c8.tar.bz2 ++++++ ++++ 60195 lines of diff (skipped)
