Hello community,
here is the log from the commit of package xfce4-sensors-plugin for
openSUSE:Factory checked in at 2020-06-09 00:09:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-sensors-plugin (Old)
and /work/SRC/openSUSE:Factory/.xfce4-sensors-plugin.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-sensors-plugin"
Tue Jun 9 00:09:53 2020 rev:2 rq:812629 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-sensors-plugin/xfce4-sensors-plugin.changes
2019-08-20 10:58:30.556667256 +0200
+++
/work/SRC/openSUSE:Factory/.xfce4-sensors-plugin.new.3606/xfce4-sensors-plugin.changes
2020-06-09 00:12:27.434862364 +0200
@@ -1,0 +2,6 @@
+Mon Jun 8 11:04:50 UTC 2020 - Marcel Kuehlhorn <[email protected]>
+
+- add -fcommon to CFLAGS as temporary workaround for gcc10 default
+ changes
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-sensors-plugin.spec ++++++
--- /var/tmp/diff_new_pack.KTx3Pk/_old 2020-06-09 00:12:29.378868330 +0200
+++ /var/tmp/diff_new_pack.KTx3Pk/_new 2020-06-09 00:12:29.378868330 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-sensors-plugin
#
-# 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
@@ -21,7 +21,7 @@
%bcond_with git
Name: xfce4-%{plugin}-plugin
Version: 1.3.0
-Release: 100
+Release: 0
Summary: Hardware Sensor Plugin for the Xfce Panel
License: GPL-2.0-or-later
Group: System/GUI/XFCE
@@ -85,6 +85,9 @@
%autosetup
%build
+# gcc10 workaround
+export CFLAGS="%{optflags} -fcommon"
+
# --enable-netcat actually enables "hddtemp via netcat"
%if %{with git}
NOCONFIGURE=1 ./autogen.sh