Hello community, here is the log from the commit of package amanda for openSUSE:Factory checked in at 2020-06-15 20:33:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/amanda (Old) and /work/SRC/openSUSE:Factory/.amanda.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amanda" Mon Jun 15 20:33:04 2020 rev:3 rq:814700 version:3.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/amanda/amanda.changes 2019-12-09 21:34:21.778118483 +0100 +++ /work/SRC/openSUSE:Factory/.amanda.new.3606/amanda.changes 2020-06-15 20:33:14.358954735 +0200 @@ -1,0 +2,5 @@ +Mon Jun 8 13:04:22 UTC 2020 - Kristyna Streitova <[email protected]> + +- add amanda-3.5.1-GCC10_extern.patch to fix build with GCC10 + +------------------------------------------------------------------- New: ---- amanda-3.5.1-GCC10_extern.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amanda.spec ++++++ --- /var/tmp/diff_new_pack.BrQOZp/_old 2020-06-15 20:33:15.338958253 +0200 +++ /var/tmp/diff_new_pack.BrQOZp/_new 2020-06-15 20:33:15.342958267 +0200 @@ -1,7 +1,7 @@ # # spec file for package amanda # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -34,6 +34,7 @@ Patch5: amanda-timestamp.patch Patch6: amanda-3.5-no_return_in_nonvoid_fnc.patch Patch7: amanda-libnsl.patch +Patch8: amanda-3.5.1-GCC10_extern.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -90,6 +91,7 @@ %patch5 -p1 %patch6 -p1 %patch7 -p1 +%patch8 -p1 %build ./autogen ++++++ amanda-3.5.1-GCC10_extern.patch ++++++ diff --git a/common-src/testutils.h b/common-src/testutils.h index 31f89737..2e9bb0b3 100644 --- a/common-src/testutils.h +++ b/common-src/testutils.h @@ -75,7 +75,7 @@ typedef struct TestUtilsTest { #define tu_dbg(...) if (tu_debugging_enabled) { g_fprintf(stderr, __VA_ARGS__); } /* Is debugging enabled for this test run? (set internally) */ -int tu_debugging_enabled; +extern gboolean tu_debugging_enabled; /* * Main loop
