Hello community,

here is the log from the commit of package kbuild for openSUSE:Factory checked 
in at 2020-04-05 20:49:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbuild (Old)
 and      /work/SRC/openSUSE:Factory/.kbuild.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbuild"

Sun Apr  5 20:49:30 2020 rev:39 rq:791116 version:0.1.9998svn3110

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbuild/kbuild.changes    2019-12-23 
22:41:32.629927030 +0100
+++ /work/SRC/openSUSE:Factory/.kbuild.new.3248/kbuild.changes  2020-04-05 
20:49:30.792951171 +0200
@@ -1,0 +2,5 @@
+Fri Apr  3 05:46:51 UTC 2020 - Martin Liška <[email protected]>
+
+- Add gcc10-fno-common-fix.patch in order to fix boo#1160274.
+
+-------------------------------------------------------------------

New:
----
  gcc10-fno-common-fix.patch

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

Other differences:
------------------
++++++ kbuild.spec ++++++
--- /var/tmp/diff_new_pack.50EQ74/_old  2020-04-05 20:49:31.784952120 +0200
+++ /var/tmp/diff_new_pack.50EQ74/_new  2020-04-05 20:49:31.788952124 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kbuild
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,6 +39,7 @@
 Patch12:        use-alloca.patch
 Patch13:        glob-lstat.patch
 Patch14:        glob-interface.patch
+Patch15:        gcc10-fno-common-fix.patch
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
@@ -74,6 +75,7 @@
 %patch12
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 
 %build
 export CFLAGS="%{optflags}"

++++++ gcc10-fno-common-fix.patch ++++++
diff --git a/src/kmk/make.h b/src/kmk/make.h
index 982cd0c..aa64452 100644
--- a/src/kmk/make.h
+++ b/src/kmk/make.h
@@ -472,7 +472,7 @@ extern int unixy_shell;
 #endif
 #ifdef SET_STACK_SIZE
 # include <sys/resource.h>
-struct rlimit stack_limit;
+extern struct rlimit stack_limit;
 #endif
 
 struct floc

Reply via email to