Hello community,

here is the log from the commit of package gcc for openSUSE:Factory checked in 
at 2020-05-29 21:16:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc (Old)
 and      /work/SRC/openSUSE:Factory/.gcc.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc"

Fri May 29 21:16:32 2020 rev:64 rq:806858 version:10

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc/gcc.changes  2019-05-25 13:14:51.484456516 
+0200
+++ /work/SRC/openSUSE:Factory/.gcc.new.3606/gcc.changes        2020-05-29 
21:19:39.459469823 +0200
@@ -1,0 +2,11 @@
+Mon May 18 09:08:26 UTC 2020 - Richard Biener <rguent...@suse.com>
+
+- Sync separate_bi{32,64} macros with the GCC side, honoring
+  %disable_32bit.  [bsc#1170466]
+
+-------------------------------------------------------------------
+Tue Mar 31 08:46:16 UTC 2020 - Richard Biener <rguent...@suse.com>
+
+- Switch gcc to default 10.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gcc.spec ++++++
--- /var/tmp/diff_new_pack.zSMUdp/_old  2020-05-29 21:19:40.171471969 +0200
+++ /var/tmp/diff_new_pack.zSMUdp/_new  2020-05-29 21:19:40.175471980 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcc
 #
-# 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
@@ -19,12 +19,14 @@
 Name:           gcc
 %define separate_bi32 0
 %define separate_bi64 0
-%ifarch ppc
+%if 0%{!?disable_32bit:1}
+%ifarch ppc sparcv9
 %define separate_bi64 1
 %endif
-%ifarch x86_64 s390x ppc64
+%ifarch x86_64 s390x ppc64 sparc64
 %define separate_bi32 1
 %endif
+%endif
 # Ada currently fails to build on a few platforms, enable it only
 # on those that work
 # Note that AdaCore only supports %ix86, x86_64 and ia64
@@ -39,10 +41,10 @@
 %else
 %define build_d 0
 %endif
-Url:            http://gcc.gnu.org/
-%define gcc_version 9
-%define gcc_suffix 9
-Version:        9
+URL:            http://gcc.gnu.org/
+%define gcc_version 10
+%define gcc_suffix 10
+Version:        10
 Release:        0
 Summary:        The system GNU C Compiler
 License:        GPL-3.0-or-later


Reply via email to