Hello community, here is the log from the commit of package cpio for openSUSE:Factory checked in at 2020-04-04 12:04:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpio (Old) and /work/SRC/openSUSE:Factory/.cpio.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpio" Sat Apr 4 12:04:40 2020 rev:59 rq:789865 version:2.12 Changes: -------- --- /work/SRC/openSUSE:Factory/cpio/cpio.changes 2019-11-11 12:57:00.537475462 +0100 +++ /work/SRC/openSUSE:Factory/.cpio.new.3248/cpio.changes 2020-04-04 12:04:56.214610995 +0200 @@ -1,0 +2,8 @@ +Sun Mar 29 20:54:38 UTC 2020 - Kristyna Streitova <[email protected]> + +- starting with GCC 10, the default of '-fcommon' option will + change to '-fno-common'. Because cpio build fails with + 'fno-common', add '-fcommon' option to optflags as a temporary + workaround for this problem till it's properly fixed [bsc#1160870] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpio.spec ++++++ --- /var/tmp/diff_new_pack.M5zyWo/_old 2020-04-04 12:05:00.990616023 +0200 +++ /var/tmp/diff_new_pack.M5zyWo/_new 2020-04-04 12:05:00.994616027 +0200 @@ -1,7 +1,7 @@ # # spec file for package cpio # -# 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 @@ -92,7 +92,7 @@ %build gettextize -f --no-changelog autoreconf -fiv -export CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" +export CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fcommon" %configure \ --with-rmt="%{_bindir}/rmt" \ --enable-mt \
