Hello community, here is the log from the commit of package ocr for openSUSE:Leap:15.2 checked in at 2020-03-10 17:13:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ocr (Old) and /work/SRC/openSUSE:Leap:15.2/.ocr.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocr" Tue Mar 10 17:13:26 2020 rev:3 rq:783031 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ocr/ocr.changes 2020-01-15 15:34:52.418920632 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ocr.new.26092/ocr.changes 2020-03-10 17:13:34.793419475 +0100 @@ -1,0 +2,6 @@ +Thu Mar 5 16:36:49 UTC 2020 - Egbert Eich <[email protected]> + +- Disable openmpi1 builds for SLE/Leap > 15.1. +- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocr.spec ++++++ --- /var/tmp/diff_new_pack.nAhTB4/_old 2020-03-10 17:13:36.853420116 +0100 +++ /var/tmp/diff_new_pack.nAhTB4/_new 2020-03-10 17:13:36.853420116 +0100 @@ -1,7 +1,7 @@ # # spec file for package ocr # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,13 +23,10 @@ %define PNAME %(echo %{pname} | tr [a-z] [A-Z]) %define _ver 1_0_1 -%if 0%{?is_opensuse} || 0%{?is_backports} -%undefine DisOMPI1 -%undefine DisOMPI2 -%undefine DisOMPI3 -%else +%if 0%{?sle_version} >= 150200 %define DisOMPI1 ExclusiveArch: do_not_build -%undefine DisOMPI2 +%endif +%if !0%{?is_opensuse} && 0%{?sle_version:1} && 0%{?sle_version} < 150200 %define DisOMPI3 ExclusiveArch: do_not_build %endif
