Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package quantum-espresso for openSUSE:Factory checked in at 2023-10-26 17:15:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/quantum-espresso (Old) and /work/SRC/openSUSE:Factory/.quantum-espresso.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quantum-espresso" Thu Oct 26 17:15:05 2023 rev:10 rq:1120526 version:6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/quantum-espresso/quantum-espresso.changes 2022-09-03 23:19:29.815881563 +0200 +++ /work/SRC/openSUSE:Factory/.quantum-espresso.new.24901/quantum-espresso.changes 2023-10-26 17:16:02.583847696 +0200 @@ -1,0 +2,6 @@ +Mon Oct 23 12:06:05 UTC 2023 - Nicolas Morey <nicolas.mo...@suse.com> + +- Drop support for obsolete openmpi[123] +- Prepare support for openmpi5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quantum-espresso.spec ++++++ --- /var/tmp/diff_new_pack.QLdm7V/_old 2023-10-26 17:16:03.275873111 +0200 +++ /var/tmp/diff_new_pack.QLdm7V/_new 2023-10-26 17:16:03.275873111 +0200 @@ -1,7 +1,7 @@ # -# spec file for package quantum-espresso +# spec file # -# Copyright (c) 2022 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 @@ -40,39 +40,22 @@ %global mpi_flavor mvapich2 %endif -%if "%{flavor}" == "openmpi1" -%global mpi_flavor openmpi -%define mpi_vers 1 -%{?DisOMPI1} -%endif - -%if "%{flavor}" == "openmpi2" -%global mpi_flavor openmpi -%define mpi_vers 2 -%{?DisOMPI2} -%endif - -%if "%{flavor}" == "openmpi3" -%global mpi_flavor openmpi -%define mpi_vers 3 -%{?DisOMPI3} -%endif - %if "%{flavor}" == "openmpi4" %global mpi_flavor openmpi %define mpi_vers 4 %{?DisOMPI4} %endif +%if "%{flavor}" == "openmpi5" +%global mpi_flavor openmpi +%define mpi_vers 5 +%{?DisOMPI5} +%endif + %{?mpi_flavor:%{bcond_without mpi}}%{!?mpi_flavor:%{bcond_with mpi}} %{?with_mpi:%{!?mpi_flavor:error "No MPI family specified!"}} -# For compatibility package names -%if "%{flavor}" == "openmpi1" && 0%{?suse_version} <= 1500 -%define mpi_ext %{nil} -%else %define mpi_ext %{?mpi_vers} -%endif %if %{without mpi} %define my_prefix %_prefix @@ -119,14 +102,6 @@ BuildRequires: %{mpi_flavor}%{?mpi_ext}-devel BuildRequires: fftw3-mpi-devel BuildRequires: libscalapack2-%{mpi_flavor}%{?mpi_ext}-devel -%if 0%{?suse_version} >= 1550 && "%{mpi_flavor}" == "openmpi" -# hackish workaround for multiple openmpiX-config all providing openmpi-runtime-config -BuildRequires: %{mpi_flavor}%{?mpi_ext}-config -%endif -%if "%{flavor}" == "openmpi1" && 0%{?suse_version} <= 1550 -Provides: %{pname}-openmpi = %{version}-%{release} -Obsoletes: %{pname}-openmpi < %{version}-%{release} -%endif %else BuildRequires: fftw3-devel %endif ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.QLdm7V/_old 2023-10-26 17:16:03.307874286 +0200 +++ /var/tmp/diff_new_pack.QLdm7V/_new 2023-10-26 17:16:03.311874434 +0200 @@ -1,8 +1,5 @@ <multibuild> <package>serial</package> - <package>openmpi1</package> - <package>openmpi2</package> - <package>openmpi3</package> <package>openmpi4</package> </multibuild>