Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openmpi1 for openSUSE:Factory checked in at 2023-10-10 21:01:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openmpi1 (Old) and /work/SRC/openSUSE:Factory/.openmpi1.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openmpi1" Tue Oct 10 21:01:23 2023 rev:9 rq:1116696 version:1.10.7 Changes: -------- --- /work/SRC/openSUSE:Factory/openmpi1/openmpi1.changes 2023-08-08 15:55:15.101112410 +0200 +++ /work/SRC/openSUSE:Factory/.openmpi1.new.28202/openmpi1.changes 2023-10-10 21:02:58.871915509 +0200 @@ -1,0 +2,5 @@ +Tue Oct 10 09:43:22 UTC 2023 - Nicolas Morey <[email protected]> + +- Drop %vers macro so that the Version tag can be parsed more easily + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openmpi1.spec ++++++ --- /var/tmp/diff_new_pack.MnLAMe/_old 2023-10-10 21:03:01.107996595 +0200 +++ /var/tmp/diff_new_pack.MnLAMe/_new 2023-10-10 21:03:01.111996740 +0200 @@ -24,7 +24,6 @@ # % define build_static_devel 1 %define pname openmpi -%define vers 1.10.7 %define _vers 1_10_7 %define m_f_ver 1 %bcond_with ringdisabled @@ -109,7 +108,7 @@ # ############################################################################# Name: %{package_name}%{?testsuite:-testsuite} -Version: %{vers} +Version: 1.10.7 Release: 0 Summary: A powerful implementation of MPI License: BSD-3-Clause @@ -368,6 +367,10 @@ %endif # ?with_hpc %endif # !testsuite +%if "%(echo %version | tr '.' '_')" != "%_vers" +%{error: Fix _vers variable to match package version!} +%endif + ############################################################################# # # Prepatory Section
