Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mtpaint for openSUSE:Factory checked in at 2024-09-17 18:18:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mtpaint (Old) and /work/SRC/openSUSE:Factory/.mtpaint.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mtpaint" Tue Sep 17 18:18:45 2024 rev:3 rq:1201515 version:3.50 Changes: -------- --- /work/SRC/openSUSE:Factory/mtpaint/mtpaint.changes 2023-10-12 11:46:55.227456730 +0200 +++ /work/SRC/openSUSE:Factory/.mtpaint.new.29891/mtpaint.changes 2024-09-17 18:19:42.918765760 +0200 @@ -1,0 +2,5 @@ +Tue Sep 17 06:22:04 UTC 2024 - Adam Mizerski <[email protected]> + +- Added mtpaint-3.50-gcc-14.patch to fix building with gcc 14. + +------------------------------------------------------------------- New: ---- mtpaint-3.50-gcc-14.patch BETA DEBUG BEGIN: New: - Added mtpaint-3.50-gcc-14.patch to fix building with gcc 14. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mtpaint.spec ++++++ --- /var/tmp/diff_new_pack.8wuelj/_old 2024-09-17 18:19:43.538790827 +0200 +++ /var/tmp/diff_new_pack.8wuelj/_new 2024-09-17 18:19:43.542790989 +0200 @@ -1,7 +1,7 @@ # # spec file for package mtpaint # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2013 B1 Systems GmbH, Vohburg, Germany. # # All modifications and additions to the file contributed by third parties @@ -30,8 +30,10 @@ Patch0: mtpaint-3.50-xdg-open.patch # PATCH-FIX-OPENSUSE mtpaint-3.50-strip.patch rh#787462 -- don't strip binary Patch1: mtpaint-3.50-strip.patch -# PATCH-FIX-UPSTREAM https://github.com/wjaguar/mtPaint/issues/60 -- fix gcc version parsing +# PATCH-FIX-UPSTREAM mtpaint-3.50-fix-gcc-version-parsing.patch -- fix gcc version parsing https://github.com/wjaguar/mtPaint/issues/60 Patch2: mtpaint-3.50-fix-gcc-version-parsing.patch +# PATCH-FIX-UPSTREAM mtpaint-3.50-gcc-14.patch -- fix feature detection under gcc-14 https://github.com/wjaguar/mtPaint/issues/78 +Patch3: mtpaint-3.50-gcc-14.patch BuildRequires: desktop-file-utils BuildRequires: freetype2-devel BuildRequires: giflib-devel ++++++ mtpaint-3.50-gcc-14.patch ++++++ Index: mtpaint-3.50/configure =================================================================== --- mtpaint-3.50.orig/configure +++ mtpaint-3.50/configure @@ -360,7 +360,7 @@ else "$PKG_CONFIG" "$@" } MT_TESTLINK="$CCLD $LDFLAGS" - MT_TESTCOMP="$CC -fno-builtin $CPPFLAGS $LDFLAGS" + MT_TESTCOMP="$CC -fno-builtin -fpermissive $CPPFLAGS $LDFLAGS" fi if [ "$OS" != "${OS%/MSYS}" ]
