Hello community, here is the log from the commit of package openblas for openSUSE:Factory checked in at 2018-01-16 09:25:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openblas (Old) and /work/SRC/openSUSE:Factory/.openblas.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openblas" Tue Jan 16 09:25:35 2018 rev:19 rq:562358 version:0.2.20 Changes: -------- --- /work/SRC/openSUSE:Factory/openblas/openblas.changes 2017-12-03 10:05:35.340074710 +0100 +++ /work/SRC/openSUSE:Factory/.openblas.new/openblas.changes 2018-01-16 09:25:38.832642698 +0100 @@ -1,0 +2,7 @@ +Fri Jan 5 18:27:17 UTC 2018 - [email protected] + +- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES. +- Fix library package requires - use HPC macro (boo#1074890). +- Fix unexpanded rpm macro in environment module file for HPC (boo#1074897). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openblas.spec ++++++ --- /var/tmp/diff_new_pack.zVpndk/_old 2018-01-16 09:25:40.936544266 +0100 +++ /var/tmp/diff_new_pack.zVpndk/_new 2018-01-16 09:25:40.936544266 +0100 @@ -1,7 +1,7 @@ # # spec file for package openblas # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -64,9 +64,9 @@ %{bcond_without hpc} %endif -%if "%flavor" == "gnu6-hpc" +%if "%flavor" == "gnu7-hpc" %define compiler_family gnu -%define c_f_ver 6 +%define c_f_ver 7 %{bcond_without hpc} %endif @@ -78,9 +78,9 @@ %{bcond_without hpc} %endif -%if "%flavor" == "gnu6-hpc-pthreads" +%if "%flavor" == "gnu7-hpc-pthreads" %define compiler_family gnu -%define c_f_ver 6 +%define c_f_ver 7 %define ext pthreads %define build_flags USE_THREAD=1 USE_OPENMP=0 %{bcond_without hpc} @@ -168,7 +168,7 @@ Obsoletes: lib%{pname}o0 %endif %else # with hpc -Requires: lua-lmod +%hpc_requires %endif %description -n lib%{name}%{?so_v} @@ -350,7 +350,7 @@ puts stderr "\nVersion %{version}\n" } -module-whatis "Name: %{PNAME} built with %{compiler_family} toolchain" +module-whatis "Name: %{hpc_upcase %pname} built with %{compiler_family} toolchain" module-whatis "Version: %{version}" module-whatis "Category: runtime library" module-whatis "Description: %{dep_summary}"
