Hello community,

here is the log from the commit of package ltrace for openSUSE:Factory checked 
in at 2019-05-06 13:17:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ltrace (Old)
 and      /work/SRC/openSUSE:Factory/.ltrace.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ltrace"

Mon May  6 13:17:12 2019 rev:41 rq:699688 version:0.7.91

Changes:
--------
--- /work/SRC/openSUSE:Factory/ltrace/ltrace.changes    2019-04-02 
09:18:23.652534565 +0200
+++ /work/SRC/openSUSE:Factory/.ltrace.new.5148/ltrace.changes  2019-05-06 
13:17:13.251938871 +0200
@@ -1,0 +2,6 @@
+Tue Apr 30 10:35:37 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Add gcc9-Wlto-type-mismatch.patch in order to address LTO warnings
+  (boo#1133256).
+
+-------------------------------------------------------------------

New:
----
  gcc9-Wlto-type-mismatch.patch

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

Other differences:
------------------
++++++ ltrace.spec ++++++
--- /var/tmp/diff_new_pack.WvvcIA/_old  2019-05-06 13:17:14.211941158 +0200
+++ /var/tmp/diff_new_pack.WvvcIA/_new  2019-05-06 13:17:14.255941263 +0200
@@ -48,6 +48,7 @@
 Patch4:         arm-trace.patch
 Patch5:         gcc9-printf-s-null-argument.patch
 Patch6:         lens-double-free.patch
+Patch7:         gcc9-Wlto-type-mismatch.patch
 
 %description
 Ltrace is a program that runs the specified command until it exits. It
@@ -69,6 +70,7 @@
 %patch4 -p1
 %patch5
 %patch6 -p1
+%patch7 -p1
 
 %build
 ./autogen.sh

++++++ gcc9-Wlto-type-mismatch.patch ++++++
diff --git a/filter.c b/filter.c
index ba50c40..b529c61 100644
--- a/filter.c
+++ b/filter.c
@@ -18,6 +18,8 @@
  * 02110-1301 USA
  */
 
+#include "config.h"
+
 #include <stdlib.h>
 #include <assert.h>
 #include <stdio.h>
diff --git a/options.h b/options.h
index 38f4ecd..dff401d 100644
--- a/options.h
+++ b/options.h
@@ -25,6 +25,8 @@
 #ifndef OPTIONS_H
 #define OPTIONS_H
 
+#include "config.h"
+
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/time.h>

Reply via email to