Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gsl for openSUSE:Factory checked in 
at 2021-02-15 23:10:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsl (Old)
 and      /work/SRC/openSUSE:Factory/.gsl.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsl"

Mon Feb 15 23:10:19 2021 rev:47 rq:870440 version:2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsl/gsl.changes  2019-12-10 22:42:06.265816212 
+0100
+++ /work/SRC/openSUSE:Factory/.gsl.new.28504/gsl.changes       2021-02-15 
23:10:20.690862113 +0100
@@ -1,0 +2,7 @@
+Sat Feb  6 08:08:30 UTC 2021 - Egbert Eich <e...@suse.com>
+
+- Add support for gcc8 and gcc9 builds for HPC (jsc#SLE-7766,
+  jsc#SLE-8604).
+- Add build support for gcc10 to HPC build (bsc#1174439).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gsl.spec ++++++
--- /var/tmp/diff_new_pack.sKmj0R/_old  2021-02-15 23:10:21.406863182 +0100
+++ /var/tmp/diff_new_pack.sKmj0R/_new  2021-02-15 23:10:21.406863182 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gsl
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -48,6 +48,34 @@
 %define manext %{nil}
 %bcond_without hpc
 %endif
+
+%if "%{flavor}" == "gnu7-hpc"
+%define compiler_family gnu
+%define c_f_ver 7
+%define manext %{nil}
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu8-hpc"
+%define compiler_family gnu
+%define c_f_ver 8
+%define manext %{nil}
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu9-hpc"
+%define compiler_family gnu
+%define c_f_ver 9
+%define manext %{nil}
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu10-hpc"
+%define compiler_family gnu
+%define c_f_ver 10
+%define manext %{nil}
+%bcond_without hpc
+%endif
 
 %if %{without hpc}
 %if 0%{!?package_name:1}

Reply via email to