Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package elfutils for openSUSE:Factory 
checked in at 2023-03-02 23:01:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elfutils (Old)
 and      /work/SRC/openSUSE:Factory/.elfutils.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elfutils"

Thu Mar  2 23:01:47 2023 rev:105 rq:1067346 version:0.188

Changes:
--------
--- /work/SRC/openSUSE:Factory/elfutils/elfutils-debuginfod.changes     
2023-02-19 18:18:39.993368410 +0100
+++ /work/SRC/openSUSE:Factory/.elfutils.new.31432/elfutils-debuginfod.changes  
2023-03-02 23:01:50.666713805 +0100
@@ -1,0 +2,5 @@
+Thu Feb 23 09:29:20 UTC 2023 - Martin Liška <mli...@suse.cz>
+
+- Disable a false-positive -Werror=use-after-free warning.
+
+-------------------------------------------------------------------
elfutils.changes: same change

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ elfutils-debuginfod.spec ++++++
--- /var/tmp/diff_new_pack.rSSkUZ/_old  2023-03-02 23:01:51.626718154 +0100
+++ /var/tmp/diff_new_pack.rSSkUZ/_new  2023-03-02 23:01:51.630718172 +0100
@@ -118,7 +118,7 @@
 
 %build
 %sysusers_generate_pre %{SOURCE4} %{name} %{name}.conf
-export CFLAGS="%optflags -Werror=date-time"
+export CFLAGS="%optflags -Werror=date-time -Wno-use-after-free"
 CFLAGS+=" -g" # tests need debug info enabled (boo#1031556)
 %ifarch %sparc
 # Small PIC model not sufficient

++++++ elfutils.spec ++++++
--- /var/tmp/diff_new_pack.rSSkUZ/_old  2023-03-02 23:01:51.666718335 +0100
+++ /var/tmp/diff_new_pack.rSSkUZ/_new  2023-03-02 23:01:51.670718353 +0100
@@ -155,7 +155,7 @@
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
-export CFLAGS="%optflags -Werror=date-time"
+export CFLAGS="%optflags -Werror=date-time -Wno-use-after-free"
 CFLAGS+=" -g" # tests need debug info enabled (boo#1031556)
 %ifarch %sparc
 # Small PIC model not sufficient

Reply via email to