Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package festival for openSUSE:Factory checked in at 2024-09-05 15:47:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/festival (Old) and /work/SRC/openSUSE:Factory/.festival.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "festival" Thu Sep 5 15:47:21 2024 rev:45 rq:1198853 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/festival/festival.changes 2024-08-25 12:10:43.336842603 +0200 +++ /work/SRC/openSUSE:Factory/.festival.new.10096/festival.changes 2024-09-05 15:48:02.458197239 +0200 @@ -7,0 +8,6 @@ +Thu Aug 22 15:03:02 UTC 2024 - Michael Gorse <mgo...@suse.com> + +- Add festival-configure-c99.patch: fix configure failing with gcc + 14. + +------------------------------------------------------------------- New: ---- festival-configure-c99.patch BETA DEBUG BEGIN: New: - Add festival-configure-c99.patch: fix configure failing with gcc 14. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ festival.spec ++++++ --- /var/tmp/diff_new_pack.KrFtww/_old 2024-09-05 15:48:03.518241262 +0200 +++ /var/tmp/diff_new_pack.KrFtww/_new 2024-09-05 15:48:03.522241428 +0200 @@ -59,6 +59,8 @@ Patch18: speech_tools-remove-errneous-decl.patch Patch19: speech_tools-null-fragile.patch Patch20: festival-null-fragile.patch +# PATCH-FIX-OPENSUSE festival-configure-c99.patch -- fix prototype in configure tests. +Patch21: festival-configure-c99.patch BuildRequires: gcc-c++ BuildRequires: ncurses-devel BuildRequires: pkgconfig @@ -105,6 +107,7 @@ %patch -P 19 -p1 cd ../festival %patch -P 20 -p1 +%patch -P 21 -p1 %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects ++++++ festival-configure-c99.patch ++++++ diff -urp festival.orig/configure festival/configure --- festival.orig/configure 2017-09-04 10:54:08.000000000 -0500 +++ festival/configure 2024-08-22 10:00:47.633011215 -0500 @@ -760,7 +760,7 @@ cat > conftest.$ac_ext << EOF #line 761 "configure" #include "confdefs.h" -main(){return(0);} +int main(){return(0);} EOF if { (eval echo configure:766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes @@ -980,7 +980,7 @@ else cat > conftest.$ac_ext <<EOF #line 982 "configure" #include "confdefs.h" -main () { +int main () { /* Are we little or big endian? From Harbison&Steele. */ union {