Hello community, here is the log from the commit of package cpupower for openSUSE:Factory checked in at 2020-06-18 10:25:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cpupower (Old) and /work/SRC/openSUSE:Factory/.cpupower.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cpupower" Thu Jun 18 10:25:34 2020 rev:48 rq:815512 version:5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/cpupower/cpupower.changes 2020-05-19 14:50:37.484354897 +0200 +++ /work/SRC/openSUSE:Factory/.cpupower.new.3606/cpupower.changes 2020-06-18 10:26:37.764552690 +0200 @@ -1,0 +2,5 @@ +Wed Jun 17 12:17:02 UTC 2020 - Paolo Stivanin <[email protected]> + +- Add -fcommon to allow building against GCC10 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cpupower.spec ++++++ --- /var/tmp/diff_new_pack.ZBRglh/_old 2020-06-18 10:26:43.968571414 +0200 +++ /var/tmp/diff_new_pack.ZBRglh/_new 2020-06-18 10:26:43.972571426 +0200 @@ -1,7 +1,7 @@ # # spec file for package cpupower # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Author: Thomas Renninger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -116,12 +116,12 @@ %build CONF="PACKAGE_BUGREPORT=https://bugs.opensuse.org mandir=%{_mandir} libdir=%{_libdir} CPUFRQ_BENCH=true VERSION=%{version}" -export CFLAGS="%{optflags} -I ." +export CFLAGS="%{optflags} -fcommon -I ." make $CONF %{?_smp_mflags} %ifarch ix86 x86_64 cd ../turbostat-%{tsversion} -export CFLAGS="%{optflags} -I ." +export CFLAGS="%{optflags} -fcommon -I ." make %{?_smp_mflags} cd ../x86_energy_perf_policy-%{pbversion} make %{?_smp_mflags}
