Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qemu for openSUSE:Factory checked in at 2023-03-11 18:22:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qemu (Old) and /work/SRC/openSUSE:Factory/.qemu.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qemu" Sat Mar 11 18:22:56 2023 rev:248 rq:1070451 version:7.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qemu/qemu.changes 2023-02-28 12:48:06.988275535 +0100 +++ /work/SRC/openSUSE:Factory/.qemu.new.31432/qemu.changes 2023-03-11 18:22:57.614542979 +0100 @@ -1,0 +2,7 @@ +Thu Mar 9 15:21:18 UTC 2023 - Martin Liška <mli...@suse.cz> + +- Disable -Werror as it is very sensitive when one + updates a new compiler. -Werror is fine for upstream development, + but not when it comes to stability of a package build. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qemu.spec ++++++ --- /var/tmp/diff_new_pack.vvPEaG/_old 2023-03-11 18:22:59.558553110 +0100 +++ /var/tmp/diff_new_pack.vvPEaG/_new 2023-03-11 18:22:59.562553130 +0100 @@ -1830,7 +1830,7 @@ # because, for them, ix86 == i686 (while for us it's i586). # Let's try to stick to _FORTIFY_SOURCE=2 for now -EXTRA_CFLAGS="$(echo %{optflags} | sed -E 's/-[A-Z]?_FORTIFY_SOURCE[=]?[0-9]*//g') -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2" +EXTRA_CFLAGS="$(echo %{optflags} | sed -E 's/-[A-Z]?_FORTIFY_SOURCE[=]?[0-9]*//g') -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-error" %srcdir/configure \ --docdir=%_docdir \ ++++++ qemu.spec.in ++++++ --- /var/tmp/diff_new_pack.vvPEaG/_old 2023-03-11 18:22:59.946555132 +0100 +++ /var/tmp/diff_new_pack.vvPEaG/_new 2023-03-11 18:22:59.950555153 +0100 @@ -1727,7 +1727,7 @@ # because, for them, ix86 == i686 (while for us it's i586). # Let's try to stick to _FORTIFY_SOURCE=2 for now -EXTRA_CFLAGS="$(echo %{optflags} | sed -E 's/-[A-Z]?_FORTIFY_SOURCE[=]?[0-9]*//g') -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2" +EXTRA_CFLAGS="$(echo %{optflags} | sed -E 's/-[A-Z]?_FORTIFY_SOURCE[=]?[0-9]*//g') -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Wno-error" %srcdir/configure \ --docdir=%_docdir \