Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gzip for openSUSE:Factory checked in at 2023-10-27 22:27:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gzip (Old) and /work/SRC/openSUSE:Factory/.gzip.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gzip" Fri Oct 27 22:27:50 2023 rev:65 rq:1120193 version:1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/gzip/gzip.changes 2023-09-01 14:19:42.441295275 +0200 +++ /work/SRC/openSUSE:Factory/.gzip.new.17445/gzip.changes 2023-10-27 22:28:13.167572267 +0200 @@ -1,0 +2,5 @@ +Tue Oct 24 08:56:10 UTC 2023 - Sarah Kriesch <sarah.krie...@opensuse.org> + +- Fix s390x build with 'gcc -Dalignas=_Alignas' bug#66709 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gzip.spec ++++++ --- /var/tmp/diff_new_pack.KZjXZO/_old 2023-10-27 22:28:13.807595742 +0200 +++ /var/tmp/diff_new_pack.KZjXZO/_new 2023-10-27 22:28:13.811595889 +0200 @@ -59,6 +59,9 @@ %build export CFLAGS="%{optflags} -fomit-frame-pointer \ +%ifarch s390x +-Dalignas=_Alignas \ +%endif -W -Wall -Wno-unused-parameter -Wstrict-prototypes -Wpointer-arith -fPIE" export LDFLAGS="-pie" # added because of gzip-1.10-ibm_dfltcc_support.patch [jsc#SLE-5818]