Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openmpi4 for openSUSE:Factory checked in at 2023-10-11 23:54:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmpi4 (Old) and /work/SRC/openSUSE:Factory/.openmpi4.new.1807 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmpi4" Wed Oct 11 23:54:07 2023 rev:12 rq:1116699 version:4.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/openmpi4/openmpi4.changes 2023-10-04 22:30:44.050085644 +0200 +++ /work/SRC/openSUSE:Factory/.openmpi4.new.1807/openmpi4.changes 2023-10-12 11:47:49.641465600 +0200 @@ -1,0 +2,5 @@ +Tue Oct 10 09:44:40 UTC 2023 - Nicolas Morey <nicolas.mo...@suse.com> + +- Drop %vers macro so that the Version tag can be parsed more easily + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi4.spec ++++++ --- /var/tmp/diff_new_pack.GkfKTU/_old 2023-10-12 11:47:50.321490816 +0200 +++ /var/tmp/diff_new_pack.GkfKTU/_new 2023-10-12 11:47:50.321490816 +0200 @@ -42,7 +42,6 @@ # % define build_static_devel 1 %global pname openmpi -%global vers 4.1.6 %define _vers 4_1_6 %define m_f_ver 4 %bcond_with ringdisabled @@ -133,7 +132,7 @@ ############################################################################# Name: %{package_name}%{?testsuite:-testsuite} -Version: %{vers} +Version: 4.1.6 Release: 0 Summary: An implementation of MPI/SHMEM (Version %{m_f_ver}) License: BSD-3-Clause @@ -396,6 +395,10 @@ %endif # ?with_hpc %endif # !testsuite +%if "%(echo %version | tr '.' '_')" != "%_vers" +%{error: Fix _vers variable to match package version!} +%endif + ############################################################################# # # Prepatory Section