Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python for openSUSE:Factory checked in at 2024-03-07 18:27:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python (Old) and /work/SRC/openSUSE:Factory/.python.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python" Thu Mar 7 18:27:29 2024 rev:192 rq:1155422 version:2.7.18 Changes: -------- --- /work/SRC/openSUSE:Factory/python/python-base.changes 2024-01-08 23:44:12.364007817 +0100 +++ /work/SRC/openSUSE:Factory/.python.new.1770/python-base.changes 2024-03-07 18:27:34.868950596 +0100 @@ -1,0 +2,5 @@ +Tue Mar 5 17:43:19 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- Build with -std=gnu89 to build correctly with gcc14, bsc#1220970 + +------------------------------------------------------------------- python-doc.changes: same change python.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-base.spec ++++++ --- /var/tmp/diff_new_pack.CRYq4J/_old 2024-03-07 18:27:36.585013919 +0100 +++ /var/tmp/diff_new_pack.CRYq4J/_new 2024-03-07 18:27:36.589014066 +0100 @@ -347,7 +347,8 @@ %build %define _lto_cflags %{nil} -export OPT="%{optflags} -DOPENSSL_LOAD_CONF -fwrapv" +# -std=gnu89 option is needed to build with gcc14, bsc#1220970 +export OPT="%{optflags} -DOPENSSL_LOAD_CONF -fwrapv -std=gnu89" autoreconf -f -i . # Modules/_ctypes/libffi ++++++ python.spec ++++++ --- /var/tmp/diff_new_pack.CRYq4J/_old 2024-03-07 18:27:36.633015690 +0100 +++ /var/tmp/diff_new_pack.CRYq4J/_new 2024-03-07 18:27:36.633015690 +0100 @@ -389,7 +389,8 @@ %build %define _lto_cflags %{nil} -export OPT="%{optflags} -DOPENSSL_LOAD_CONF -fwrapv" +# -std=gnu89 option is needed to build with gcc14, bsc#1220970 +export OPT="%{optflags} -DOPENSSL_LOAD_CONF -fwrapv -std=gnu89" autoreconf -f -i . # Modules/_ctypes/libffi # prevent make from trying to rebuild asdl stuff, which requires existing