Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package adios for openSUSE:Factory checked 
in at 2023-11-02 20:22:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adios (Old)
 and      /work/SRC/openSUSE:Factory/.adios.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adios"

Thu Nov  2 20:22:30 2023 rev:6 rq:1122565 version:1.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/adios/adios.changes      2021-03-05 
16:52:22.976451344 +0100
+++ /work/SRC/openSUSE:Factory/.adios.new.17445/adios.changes   2023-11-02 
20:22:53.310967613 +0100
@@ -1,0 +2,6 @@
+Mon Oct 23 11:36:32 UTC 2023 - Nicolas Morey <[email protected]>
+
+- Drop support for obsolete openmpi[123]
+- Prepare support for openmpi5 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ adios.spec ++++++
--- /var/tmp/diff_new_pack.l3SbEe/_old  2023-11-02 20:22:53.834986894 +0100
+++ /var/tmp/diff_new_pack.l3SbEe/_new  2023-11-02 20:22:53.834986894 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package adios
+# spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -41,27 +41,6 @@
 %define DisOMPI4 ExclusiveArch:  do_not_build
 %endif
 
-# this is a non-HPC build
-%if "%{flavor}" == "openmpi"
-%{?DisOMPI1}
-%global mpi_flavor openmpi
-%define mpi_ver 1
-%bcond_with hpc
-%endif
-
-%if "%{flavor}" == "openmpi2"
-%global mpi_flavor openmpi
-%define mpi_ver 2
-%bcond_with hpc
-%endif
-
-%if "%{flavor}" == "openmpi3"
-%{?DisOMPI3}
-%global mpi_flavor openmpi
-%define mpi_ver 3
-%bcond_with hpc
-%endif
-
 %if "%{flavor}" == "openmpi4"
 %{?DisOMPI4}
 %global mpi_flavor openmpi
@@ -69,40 +48,29 @@
 %bcond_with hpc
 %endif
 
-# All the HPC builds are below
-%if "%{flavor}" == "gnu-openmpi-hpc"
-%{?DisOMPI1}
-%bcond_without hpc
-%define compiler_family gnu
-%undefine c_f_ver
-%global mpi_flavor openmpi
-%define mpi_ver 1
-%endif
-
-%if "%{flavor}" == "gnu-openmpi2-hpc"
-%bcond_without hpc
-%define compiler_family gnu
-%undefine c_f_ver
+%if "%{flavor}" == "openmpi5"
+%{?DisOMPI5}
 %global mpi_flavor openmpi
-%define mpi_ver 2
+%define mpi_ver 5
+%bcond_with hpc
 %endif
 
-%if "%{flavor}" == "gnu-openmpi3-hpc"
-%{?DisOMPI3}
+%if "%{flavor}" == "gnu-openmpi4-hpc"
+%{?DisOMPI4}
 %bcond_without hpc
 %define compiler_family gnu
 %undefine c_f_ver
 %global mpi_flavor openmpi
-%define mpi_ver 3
+%define mpi_ver 4
 %endif
 
-%if "%{flavor}" == "gnu-openmpi4-hpc"
-%{?DisOMPI4}
+%if "%{flavor}" == "gnu-openmpi5-hpc"
+%{?DisOMPI5}
 %bcond_without hpc
 %define compiler_family gnu
 %undefine c_f_ver
 %global mpi_flavor openmpi
-%define mpi_ver 4
+%define mpi_ver 5
 %endif
 
 %if "%{flavor}" == "gnu-mvapich2-hpc"
@@ -120,39 +88,23 @@
 %endif
 
 # All the HPC builds are below
-%if "%{flavor}" == "gnu7-openmpi-hpc"
-%{?DisOMPI1}
-%bcond_without hpc
-%define compiler_family gnu
-%define c_f_ver 7
-%global mpi_flavor openmpi
-%define mpi_ver 1
-%endif
 
-%if "%{flavor}" == "gnu7-openmpi2-hpc"
-%bcond_without hpc
-%define compiler_family gnu
-%define c_f_ver 7
-%global mpi_flavor openmpi
-%define mpi_ver 2
-%endif
-
-%if "%{flavor}" == "gnu7-openmpi3-hpc"
-%{?DisOMPI3}
+%if "%{flavor}" == "gnu7-openmpi4-hpc"
+%{?DisOMPI4}
 %bcond_without hpc
 %define compiler_family gnu
 %define c_f_ver 7
 %global mpi_flavor openmpi
-%define mpi_ver 3
+%define mpi_ver 4
 %endif
 
-%if "%{flavor}" == "gnu7-openmpi4-hpc"
-%{?DisOMPI4}
+%if "%{flavor}" == "gnu7-openmpi5-hpc"
+%{?DisOMPI5}
 %bcond_without hpc
 %define compiler_family gnu
 %define c_f_ver 7
 %global mpi_flavor openmpi
-%define mpi_ver 4
+%define mpi_ver 5
 %endif
 
 %if "%{flavor}" == "gnu7-mvapich2-hpc"
@@ -169,39 +121,22 @@
 %global mpi_flavor mpich
 %endif
 
-%if "%{flavor}" == "gnu8-openmpi-hpc"
-%{?DisOMPI1}
-%bcond_without hpc
-%define compiler_family gnu
-%define c_f_ver 8
-%global mpi_flavor openmpi
-%define mpi_ver 1
-%endif
-
-%if "%{flavor}" == "gnu8-openmpi2-hpc"
+%if "%{flavor}" == "gnu8-openmpi4-hpc"
+%{?DisOMPI4}
 %bcond_without hpc
 %define compiler_family gnu
 %define c_f_ver 8
 %global mpi_flavor openmpi
-%define mpi_ver 2
+%define mpi_ver 4
 %endif
 
-%if "%{flavor}" == "gnu8-openmpi3-hpc"
-%{?DisOMPI3}
+%if "%{flavor}" == "gnu8-openmpi5-hpc"
+%{?DisOMPI5}
 %bcond_without hpc
 %define compiler_family gnu
 %define c_f_ver 8
 %global mpi_flavor openmpi
-%define mpi_ver 3
-%endif
-
-%if "%{flavor}" == "gnu8-openmpi4-hpc"
-%{?DisOMPI4}
-%bcond_without hpc
-%define compiler_family gnu
-%define c_f_ver 8
-%global mpi_flavor openmpi
-%define mpi_ver 4
+%define mpi_ver 5
 %endif
 
 %if "%{flavor}" == "gnu8-mvapich2-hpc"
@@ -218,39 +153,22 @@
 %global mpi_flavor mpich
 %endif
 
-%if "%{flavor}" == "gnu9-openmpi-hpc"
-%{?DisOMPI1}
-%bcond_without hpc
-%define compiler_family gnu
-%define c_f_ver 9
-%global mpi_flavor openmpi
-%define mpi_ver 1
-%endif
-
-%if "%{flavor}" == "gnu9-openmpi2-hpc"
-%bcond_without hpc
-%define compiler_family gnu
-%define c_f_ver 9
-%global mpi_flavor openmpi
-%define mpi_ver 2
-%endif
-
-%if "%{flavor}" == "gnu9-openmpi3-hpc"
-%{?DisOMPI3}
+%if "%{flavor}" == "gnu9-openmpi4-hpc"
+%{?DisOMPI4}
 %bcond_without hpc
 %define compiler_family gnu
 %define c_f_ver 9
 %global mpi_flavor openmpi
-%define mpi_ver 3
+%define mpi_ver 4
 %endif
 
-%if "%{flavor}" == "gnu9-openmpi4-hpc"
-%{?DisOMPI4}
+%if "%{flavor}" == "gnu9-openmpi5-hpc"
+%{?DisOMPI5}
 %bcond_without hpc
 %define compiler_family gnu
 %define c_f_ver 9
 %global mpi_flavor openmpi
-%define mpi_ver 4
+%define mpi_ver 5
 %endif
 
 %if "%{flavor}" == "gnu9-mvapich2-hpc"
@@ -267,39 +185,23 @@
 %global mpi_flavor mpich
 %endif
 #
-%if "%{flavor}" == "gnu10-openmpi-hpc"
-%{?DisOMPI1}
-%bcond_without hpc
-%define compiler_family gnu
-%define c_f_ver 10
-%global mpi_flavor openmpi
-%define mpi_ver 1
-%endif
 
-%if "%{flavor}" == "gnu10-openmpi2-hpc"
-%bcond_without hpc
-%define compiler_family gnu
-%define c_f_ver 10
-%global mpi_flavor openmpi
-%define mpi_ver 2
-%endif
-
-%if "%{flavor}" == "gnu10-openmpi3-hpc"
-%{?DisOMPI3}
+%if "%{flavor}" == "gnu10-openmpi4-hpc"
+%{?DisOMPI4}
 %bcond_without hpc
 %define compiler_family gnu
 %define c_f_ver 10
 %global mpi_flavor openmpi
-%define mpi_ver 3
+%define mpi_ver 4
 %endif
 
-%if "%{flavor}" == "gnu10-openmpi4-hpc"
-%{?DisOMPI4}
+%if "%{flavor}" == "gnu10-openmpi5-hpc"
+%{?DisOMPI5}
 %bcond_without hpc
 %define compiler_family gnu
 %define c_f_ver 10
 %global mpi_flavor openmpi
-%define mpi_ver 4
+%define mpi_ver 5
 %endif
 
 %if "%{flavor}" == "gnu10-mvapich2-hpc"
@@ -362,7 +264,7 @@
 Version:        %{vers}
 Release:        0
 Summary:        The Adaptable IO System (ADIOS)
-License:        BSD-3-Clause AND LGPL-2.1-or-later AND BSD-2-Clause
+License:        BSD-2-Clause AND BSD-3-Clause AND LGPL-2.1-or-later
 Group:          Productivity/Scientific/Other
 URL:            https://www.olcf.ornl.gov/center-projects/adios/
 Source0:        https://users.nccs.gov/~pnorbert/adios-%{version}.tar.gz

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.l3SbEe/_old  2023-11-02 20:22:53.862987924 +0100
+++ /var/tmp/diff_new_pack.l3SbEe/_new  2023-11-02 20:22:53.866988072 +0100
@@ -1,11 +1,5 @@
 <multibuild>
-  <package>openmpi</package>
-  <package>openmpi2</package>
-  <package>openmpi3</package>
   <package>openmpi4</package>
-  <package>gnu-openmpi-hpc</package>
-  <package>gnu-openmpi2-hpc</package>
-  <package>gnu-openmpi3-hpc</package>
   <package>gnu-openmpi4-hpc</package>
   <package>gnu-mpich-hpc</package>
   <package>gnu-mvapich2-hpc</package>

Reply via email to