Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gmp for openSUSE:Factory checked in at 2025-02-28 17:38:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gmp (Old) and /work/SRC/openSUSE:Factory/.gmp.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gmp" Fri Feb 28 17:38:04 2025 rev:63 rq:1248867 version:6.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gmp/gmp.changes 2024-03-01 23:36:03.382437380 +0100 +++ /work/SRC/openSUSE:Factory/.gmp.new.19136/gmp.changes 2025-02-28 17:38:05.861499885 +0100 @@ -1,0 +2,8 @@ +Thu Feb 27 08:25:36 UTC 2025 - Richard Biener <[email protected]> + +- Manually select the z13/z14 architecture level specific assembly routines + for s390x and SLFO since GMP lacks fat binary support there and also lacks + a way to auto-detect the architecture level used at compile-time. + [jsc#PED-3270] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gmp.spec ++++++ --- /var/tmp/diff_new_pack.HJUqSi/_old 2025-02-28 17:38:08.881626280 +0100 +++ /var/tmp/diff_new_pack.HJUqSi/_new 2025-02-28 17:38:08.901627116 +0100 @@ -1,7 +1,7 @@ # # spec file for package gmp # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -82,6 +82,14 @@ %patch -P 2 -p1 %build +# s390x lacks fat binary support and the gmp configury does not figure +# the architecture level enabled by the compiler. For SLFO make it +# use the z13/z14 architecture specific routines. +%ifarch s390x +%if 0%{?suse_version} >= 1600 && !0%{?is_opensuse} +export MPN_PATH="s390_64/z14 s390_64/z13 s390_64 generic" +%endif +%endif export CFLAGS="%{optflags} -fexceptions" %configure \ --disable-static \
