Hello community,

here is the log from the commit of package superlu for openSUSE:Factory checked 
in at 2020-02-28 15:19:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/superlu (Old)
 and      /work/SRC/openSUSE:Factory/.superlu.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "superlu"

Fri Feb 28 15:19:18 2020 rev:23 rq:779514 version:5.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/superlu/superlu.changes  2019-02-25 
17:45:48.842896249 +0100
+++ /work/SRC/openSUSE:Factory/.superlu.new.26092/superlu.changes       
2020-02-28 15:19:21.261650413 +0100
@@ -1,0 +2,5 @@
+Wed Feb 26 12:30:51 UTC 2020 - Egbert Eich <e...@suse.com>
+
+- Add support for gcc8/9 building (jsc#SLE-8604).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ superlu.spec ++++++
--- /var/tmp/diff_new_pack.TVg0S5/_old  2020-02-28 15:19:21.841651593 +0100
+++ /var/tmp/diff_new_pack.TVg0S5/_new  2020-02-28 15:19:21.845651601 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package superlu
 #
-# 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
@@ -38,6 +38,24 @@
 %undefine c_f_ver
 %endif
 
+%if "%{flavor}" == "gnu7-hpc"
+%bcond_without hpc
+%global compiler_family gnu
+%undefine c_f_ver 7
+%endif
+
+%if "%{flavor}" == "gnu8-hpc"
+%bcond_without hpc
+%global compiler_family gnu
+%define c_f_ver 8
+%endif
+
+%if "%{flavor}" == "gnu9-hpc"
+%bcond_without hpc
+%global compiler_family gnu
+%define c_f_ver 9
+%endif
+
 %bcond_with ringdisabled
 
 %if %{with hpc} && %{with ringdisabled}


Reply via email to