Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocr for openSUSE:Factory checked in at 2023-10-24 20:08:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocr (Old) and /work/SRC/openSUSE:Factory/.ocr.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocr" Tue Oct 24 20:08:08 2023 rev:6 rq:1119888 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ocr/ocr.changes 2021-02-11 12:52:46.485950546 +0100 +++ /work/SRC/openSUSE:Factory/.ocr.new.24901/ocr.changes 2023-10-24 20:08:16.532346412 +0200 @@ -1,0 +2,11 @@ +Mon Oct 23 19:19:42 UTC 2023 - Egbert Eich <[email protected]> + +- Disable HPC flavors on i586 + +------------------------------------------------------------------- +Mon Oct 23 11:59:56 UTC 2023 - Nicolas Morey <[email protected]> + +- Drop support for obsolete openmpi[123] +- Prepare support for openmpi5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocr.spec ++++++ --- /var/tmp/diff_new_pack.wQbVUz/_old 2023-10-24 20:08:17.016364009 +0200 +++ /var/tmp/diff_new_pack.wQbVUz/_new 2023-10-24 20:08:17.020364154 +0200 @@ -1,7 +1,7 @@ # -# spec file for package ocr +# 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 @@ -18,6 +18,7 @@ %global flavor @BUILD_FLAVOR@%{nil} +ExcludeArch: %ix86 # Base package name %define pname ocr %define PNAME %(echo %{pname} | tr [a-z] [A-Z]) @@ -62,41 +63,24 @@ %bcond_without mpi %endif -%if "%{flavor}" == "gnu-openmpi-hpc" -%define compiler_family gnu -%undefine c_f_ver -%global mpi_family openmpi -%define mpi_vers 1 -%bcond_without mpi -%{?DisOMPI1} -%endif - -%if "%{flavor}" == "gnu-openmpi2-hpc" +%if "%{flavor}" == "gnu-openmpi4-hpc" %define compiler_family gnu %undefine c_f_ver %global mpi_family openmpi -%define mpi_vers 2 +%define mpi_vers 4 %bcond_without mpi -%{?DisOMPI2} +%{?DisOMPI4} %endif -%if "%{flavor}" == "gnu-openmpi3-hpc" +%if "%{flavor}" == "gnu-openmpi5-hpc" %define compiler_family gnu %undefine c_f_ver %global mpi_family openmpi -%define mpi_vers 3 +%define mpi_vers 5 %bcond_without mpi -%{?DisOMPI3} +%{?DisOMPI5} %endif -%if "%{flavor}" == "gnu-openmpi4-hpc" -%define compiler_family gnu -%undefine c_f_ver -%global mpi_family openmpi -%define mpi_vers 4 -%bcond_without mpi -%{?DisOMPI4} -%endif # %if "%{flavor}" == "gnu10-hpc" %define compiler_family gnu @@ -118,40 +102,22 @@ %bcond_without mpi %endif -%if "%{flavor}" == "gnu10-openmpi-hpc" -%define compiler_family gnu -%define c_f_ver 10 -%global mpi_family openmpi -%define mpi_vers 1 -%bcond_without mpi -%{?DisOMPI1} -%endif - -%if "%{flavor}" == "gnu10-openmpi2-hpc" -%define compiler_family gnu -%define c_f_ver 10 -%global mpi_family openmpi -%define mpi_vers 2 -%bcond_without mpi -%{?DisOMPI2} -%endif - -%if "%{flavor}" == "gnu10-openmpi3-hpc" +%if "%{flavor}" == "gnu10-openmpi4-hpc" %define compiler_family gnu %define c_f_ver 10 %global mpi_family openmpi -%define mpi_vers 3 +%define mpi_vers 4 %bcond_without mpi -%{?DisOMPI3} +%{?DisOMPI4} %endif -%if "%{flavor}" == "gnu10-openmpi4-hpc" +%if "%{flavor}" == "gnu10-openmpi5-hpc" %define compiler_family gnu %define c_f_ver 10 %global mpi_family openmpi -%define mpi_vers 4 +%define mpi_vers 5 %bcond_without mpi -%{?DisOMPI4} +%{?DisOMPI5} %endif %{hpc_init -c %compiler_family %{?c_f_ver:-v %{c_f_ver}} %{?with_mpi:-m {%mpi_family}} %{?mpi_vers:-V %{mpi_vers}} %{?ext:-e %{ext}}} ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.wQbVUz/_old 2023-10-24 20:08:17.052365318 +0200 +++ /var/tmp/diff_new_pack.wQbVUz/_new 2023-10-24 20:08:17.056365463 +0200 @@ -1,7 +1,4 @@ <multibuild> - <package>gnu-openmpi-hpc</package> - <package>gnu-openmpi2-hpc</package> - <package>gnu-openmpi3-hpc</package> <package>gnu-openmpi4-hpc</package> <package>gnu-mvapich2-hpc</package> <package>gnu-mpich-hpc</package>
