Hello community,

here is the log from the commit of package galculator for openSUSE:Factory 
checked in at 2020-06-15 20:31:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/galculator (Old)
 and      /work/SRC/openSUSE:Factory/.galculator.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "galculator"

Mon Jun 15 20:31:24 2020 rev:25 rq:814645 version:2.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/galculator/galculator.changes    2019-12-31 
15:49:08.832352750 +0100
+++ /work/SRC/openSUSE:Factory/.galculator.new.3606/galculator.changes  
2020-06-15 20:31:42.870626335 +0200
@@ -1,0 +2,5 @@
+Thu Jun 11 14:48:02 UTC 2020 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Add -fcommon to allow building against GCC10 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ galculator.spec ++++++
--- /var/tmp/diff_new_pack.oDUx2G/_old  2020-06-15 20:31:44.142630901 +0200
+++ /var/tmp/diff_new_pack.oDUx2G/_new  2020-06-15 20:31:44.150630930 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package galculator
 #
-# Copyright (c) 2018 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/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        2.1.4
 Release:        0
 Summary:        A GTK 3 based calculator
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
-Url:            http://galculator.mnim.org/
+URL:            http://galculator.mnim.org/
 Source0:        http://galculator.mnim.org/downloads/%{name}-%{version}.tar.bz2
 BuildRequires:  flex
 BuildRequires:  intltool
@@ -32,7 +32,6 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 Recommends:     %{name}-lang
 
-
 %description
 galculator is a GTK 3 based calculator with ordinary notation/reverse
 polish notation (RPN), a formula entry mode, different number bases
@@ -45,6 +44,9 @@
 %setup -q
 
 %build
+# workaround for GCC10 build failure
+export CFLAGS="%(echo %{optflags}) -fcommon"
+export CXXFLAGS="$CFLAGS"
 %configure
 make %{?_smp_mflags}
 


Reply via email to