Hello community,
here is the log from the commit of package xfce4-cpufreq-plugin for
openSUSE:Factory checked in at 2020-06-09 00:08:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-cpufreq-plugin (Old)
and /work/SRC/openSUSE:Factory/.xfce4-cpufreq-plugin.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-cpufreq-plugin"
Tue Jun 9 00:08:01 2020 rev:2 rq:812561 version:1.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin.changes
2019-08-20 10:57:35.192678766 +0200
+++
/work/SRC/openSUSE:Factory/.xfce4-cpufreq-plugin.new.3606/xfce4-cpufreq-plugin.changes
2020-06-09 00:09:50.578380978 +0200
@@ -1,0 +2,6 @@
+Mon Jun 8 10:34:43 UTC 2020 - Maurizio Galli <[email protected]>
+
+- add -fcommon to CFLAGS as temporary work around for gcc10 default
+ changes
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-cpufreq-plugin.spec ++++++
--- /var/tmp/diff_new_pack.tGD2XF/_old 2020-06-09 00:09:52.030385434 +0200
+++ /var/tmp/diff_new_pack.tGD2XF/_new 2020-06-09 00:09:52.034385446 +0200
@@ -66,6 +66,8 @@
%autosetup
%build
+# gcc10 workaround
+export CFLAGS="%{optflags} -fcommon"
%if %{with git}
NOCONFIGURE=1 ./autogen.sh
%configure \