Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnu-compilers-hpc for
openSUSE:Factory checked in at 2021-07-07 18:29:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-compilers-hpc (Old)
and /work/SRC/openSUSE:Factory/.gnu-compilers-hpc.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu-compilers-hpc"
Wed Jul 7 18:29:33 2021 rev:11 rq:903936 version:1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-compilers-hpc/gnu-compilers-hpc.changes
2020-07-29 17:17:12.568399989 +0200
+++
/work/SRC/openSUSE:Factory/.gnu-compilers-hpc.new.2625/gnu-compilers-hpc.changes
2021-07-07 18:29:35.135411916 +0200
@@ -1,0 +2,6 @@
+Wed Jun 23 06:52:49 UTC 2021 - Egbert Eich <[email protected]>
+
+- Add build support for gcc11 to HPC build (jsc#SLE-18780,
+ jsc#SLE-18781, jsc#SLE-18782).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnu-compilers-hpc.spec ++++++
--- /var/tmp/diff_new_pack.HOxLSo/_old 2021-07-07 18:29:35.531408809 +0200
+++ /var/tmp/diff_new_pack.HOxLSo/_new 2021-07-07 18:29:35.535408777 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gnu
#
-# 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
@@ -51,6 +51,10 @@
%define c_f_ver 10
%endif
+%if "%flavor" == "gnu11-hpc"
+%define c_f_ver 11
+%endif
+
# Keep in sync with macros.hpc-gnu
# ab >= 40 - version: a.b to accompodate for old gcc version scheme of gcc < 5
%global hpc_gnu_bin_version %{?c_f_ver:-%(v=%c_f_ver; [ $v -lt 40 ] && echo $v
||