Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package extension-manager for openSUSE:Factory checked in at 2024-11-22 23:52:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/extension-manager (Old) and /work/SRC/openSUSE:Factory/.extension-manager.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "extension-manager" Fri Nov 22 23:52:43 2024 rev:4 rq:1225786 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/extension-manager/extension-manager.changes 2024-08-26 22:13:26.798075594 +0200 +++ /work/SRC/openSUSE:Factory/.extension-manager.new.28523/extension-manager.changes 2024-11-22 23:53:24.342099440 +0100 @@ -1,0 +2,5 @@ +Fri Nov 22 10:03:01 UTC 2024 - Richard Rahl <[email protected]> + +- fix CFLAGS, as with the earlier try, there was a typo with optflags + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ extension-manager.spec ++++++ --- /var/tmp/diff_new_pack.z5Sshu/_old 2024-11-22 23:53:25.014127436 +0100 +++ /var/tmp/diff_new_pack.z5Sshu/_new 2024-11-22 23:53:25.014127436 +0100 @@ -45,7 +45,7 @@ %autosetup %build -export CFLAGS="$optflags -Wno-error -Wno-unused-variable -Wno-unused-parameter -Wno-incompatible-pointer-types -Wno-return-mismatch -Wno-int-conversion" +export CFLAGS="%{optflags} -Wno-error=return-type -Wno-return-mismatch -Wno-int-conversion -Wno-incompatible-pointer-types" %meson %meson_build
