Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openmpi3 for openSUSE:Factory checked in at 2023-10-10 21:01:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmpi3 (Old) and /work/SRC/openSUSE:Factory/.openmpi3.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmpi3" Tue Oct 10 21:01:26 2023 rev:32 rq:1116698 version:3.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/openmpi3/openmpi3.changes 2023-08-08 15:55:18.669134738 +0200 +++ /work/SRC/openSUSE:Factory/.openmpi3.new.28202/openmpi3.changes 2023-10-10 21:03:03.700090592 +0200 @@ -1,0 +2,5 @@ +Tue Oct 10 09:44:14 UTC 2023 - Nicolas Morey <[email protected]> + +- Drop %vers macro so that the Version tag can be parsed more easily + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi3.spec ++++++ --- /var/tmp/diff_new_pack.GacihQ/_old 2023-10-10 21:03:06.224182123 +0200 +++ /var/tmp/diff_new_pack.GacihQ/_new 2023-10-10 21:03:06.224182123 +0200 @@ -42,7 +42,6 @@ # % define build_static_devel 1 %define pname openmpi -%define vers 3.1.6 %define _vers 3_1_6 %define m_f_ver 3 %bcond_with ringdisabled @@ -162,7 +161,7 @@ ############################################################################# Name: %{package_name}%{?testsuite:-testsuite} -Version: %{vers} +Version: 3.1.6 Release: 0 Summary: An implementation of MPI/SHMEM License: BSD-3-Clause @@ -434,6 +433,10 @@ %endif # ?with_hpc %endif # !testsuite +%if "%(echo %version | tr '.' '_')" != "%_vers" +%{error: Fix _vers variable to match package version!} +%endif + ############################################################################# # # Prepatory Section
