Hello community,

here is the log from the commit of package asco for openSUSE:Factory checked in 
at 2020-09-01 20:07:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asco (Old)
 and      /work/SRC/openSUSE:Factory/.asco.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "asco"

Tue Sep  1 20:07:46 2020 rev:3 rq:830452 version:0.4.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/asco/asco.changes        2018-08-03 
12:38:23.675666995 +0200
+++ /work/SRC/openSUSE:Factory/.asco.new.3399/asco.changes      2020-09-01 
20:08:53.332635082 +0200
@@ -1,0 +2,5 @@
+Thu Jun 11 11:17:44 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- Add -fcommon to allow building against GCC10 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ asco.spec ++++++
--- /var/tmp/diff_new_pack.Ec0Ekc/_old  2020-09-01 20:08:55.120635918 +0200
+++ /var/tmp/diff_new_pack.Ec0Ekc/_new  2020-09-01 20:08:55.124635920 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package asco
 #
-# 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/
 #
 
 
@@ -22,7 +22,7 @@
 Summary:        A SPICE Circuit Optimizer
 License:        GPL-2.0-only
 Group:          Productivity/Scientific/Electronics
-Url:            http://asco.sourceforge.net/
+URL:            http://asco.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/asco/ASCO-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM asco-0.4.10-fix-implicit-declaration.patch
 Patch0:         asco-0.4.10-fix-implicit-declaration.patch
@@ -59,6 +59,9 @@
 touch NEWS
 
 %build
+# workaround for GCC10 build failure
+export CFLAGS="%(echo %{optflags}) -fcommon"
+export CXXFLAGS="$CFLAGS"
 autoreconf -fi
 %configure
 make %{?_smp_mflags}


Reply via email to