Hello community, here is the log from the commit of package dump for openSUSE:Factory checked in at 2020-04-04 12:18:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dump (Old) and /work/SRC/openSUSE:Factory/.dump.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dump" Sat Apr 4 12:18:36 2020 rev:24 rq:789864 version:0.4b46 Changes: -------- --- /work/SRC/openSUSE:Factory/dump/dump.changes 2017-06-20 10:59:27.787433781 +0200 +++ /work/SRC/openSUSE:Factory/.dump.new.3248/dump.changes 2020-04-04 12:18:39.479584602 +0200 @@ -1,0 +2,8 @@ +Sun Mar 29 21:05:53 UTC 2020 - Kristyna Streitova <[email protected]> + +- starting with GCC 10, the default of '-fcommon' option will + change to '-fno-common'. Because dump build fails with + 'fno-common', add '-fcommon' option to optflags as a temporary + workaround for this problem till it's properly fixed [bsc#1160263] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dump.spec ++++++ --- /var/tmp/diff_new_pack.fOXxu1/_old 2020-04-04 12:18:40.695585647 +0200 +++ /var/tmp/diff_new_pack.fOXxu1/_new 2020-04-04 12:18:40.699585650 +0200 @@ -1,7 +1,7 @@ # # spec file for package dump # -# Copyright (c) 2017 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Summary: Programs for backing up and restoring ext2/3/4 filesystems License: BSD-3-Clause Group: Productivity/Archiving/Backup -Url: http://dump.sourceforge.net +URL: http://dump.sourceforge.net Source0: http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.gz Source1: ermt.1.in # PATCH-FIX-SUSE dump-0.4b46-pathnames.patch [email protected] -- pathnames and @@ -83,6 +83,7 @@ %build autoreconf -fiv +export CFLAGS="%{optflags} -fcommon" %configure \ --disable-silent-rules \ --enable-sqlite \
