Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcc for openSUSE:Factory checked in 
at 2021-05-25 21:07:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc (Old)
 and      /work/SRC/openSUSE:Factory/.gcc.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc"

Tue May 25 21:07:37 2021 rev:67 rq:889462 version:11

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc/gcc.changes  2020-11-23 18:42:16.464857523 
+0100
+++ /work/SRC/openSUSE:Factory/.gcc.new.2988/gcc.changes        2021-05-25 
21:07:38.567157821 +0200
@@ -1,0 +2,6 @@
+Thu Apr 29 08:45:13 UTC 2021 - Richard Biener <[email protected]>
+
+- Switch gcc to default 11.
+- Adjust liblto_plugin.so naming for GCC 11.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gcc.spec ++++++
--- /var/tmp/diff_new_pack.t7nY3N/_old  2021-05-25 21:07:39.167155189 +0200
+++ /var/tmp/diff_new_pack.t7nY3N/_new  2021-05-25 21:07:39.171155171 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gcc
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,9 +42,9 @@
 %define build_d 0
 %endif
 URL:            http://gcc.gnu.org/
-%define gcc_version 10
-%define gcc_suffix 10
-Version:        10
+%define gcc_version 11
+%define gcc_suffix 11
+Version:        11
 Release:        0
 Summary:        The system GNU C Compiler
 License:        GPL-3.0-or-later
@@ -479,7 +479,7 @@
 ln -sf gcc-%{gcc_suffix}.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/cc.1.gz
 # Install the LTO linker plugin so it is auto-loaded by BFD
 mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/bfd-plugins
-ln -s `gcc-%{gcc_suffix} -print-file-name=liblto_plugin.so.0.0.0` 
$RPM_BUILD_ROOT%{_prefix}/lib/bfd-plugins/liblto_plugin.so.0.0.0
+ln -s `gcc-%{gcc_suffix} -print-file-name=liblto_plugin.so` 
$RPM_BUILD_ROOT%{_prefix}/lib/bfd-plugins/liblto_plugin.so
 
 dir=`gcc-%{gcc_suffix} -print-prog-name=cc1`
 dir=${dir%/cc1}
@@ -514,7 +514,7 @@
 %{_prefix}/bin/gcc-nm
 %{_prefix}/bin/gcc-ranlib
 %dir %{_prefix}/lib/bfd-plugins
-%{_prefix}/lib/bfd-plugins/liblto_plugin.so.0.0.0
+%{_prefix}/lib/bfd-plugins/liblto_plugin.so
 %doc %{_mandir}/man1/gcc.1.gz
 %doc %{_mandir}/man1/cc.1.gz
 %doc %{_mandir}/man1/gcov.1.gz

Reply via email to