Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package suitesparse for openSUSE:Factory checked in at 2021-04-22 18:03:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suitesparse (Old) and /work/SRC/openSUSE:Factory/.suitesparse.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suitesparse" Thu Apr 22 18:03:21 2021 rev:35 rq:885367 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes 2021-03-19 16:39:41.465833423 +0100 +++ /work/SRC/openSUSE:Factory/.suitesparse.new.12324/suitesparse.changes 2021-04-22 18:03:28.394461011 +0200 @@ -1,0 +2,7 @@ +Wed Apr 7 06:18:07 UTC 2021 - Martin Li??ka <mli...@suse.cz> + +- Add disable-Wmisleading-indentation.patch as a temporary workaround + for https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/84 + that will be fixed in the next release (boo#1183575). + +------------------------------------------------------------------- New: ---- disable-Wmisleading-indentation.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suitesparse.spec ++++++ --- /var/tmp/diff_new_pack.Fc7l5G/_old 2021-04-22 18:03:29.110462118 +0200 +++ /var/tmp/diff_new_pack.Fc7l5G/_new 2021-04-22 18:03:29.114462124 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %ifarch %{arm} %define _lto_cflags %{nil} %endif @@ -36,6 +37,8 @@ Source2: %{name}-rpmlintrc # PATCH-FIX-OPENSUSE build_csparse_shared.patch -- Build CSparse as a shared library Patch1: build_csparse_shared.patch +# PATCH-FIX-OPENSUSE disable-Wmisleading-indentation.patch bsc#1183575 +Patch2: disable-Wmisleading-indentation.patch Patch775418: bnc775418-enable-SuiteSparse_time-symbol.patch %if 0%{?suse_version} < 1500 BuildRequires: gcc7 @@ -587,6 +590,7 @@ %prep %setup -q -n SuiteSparse-%{version} %patch1 -p1 +%patch2 -p1 sed 's/^CHOLMOD_CONFIG =.*/CHOLMOD_CONFIG = -DNPARTITION/' -i SuiteSparse_config/SuiteSparse_config.mk %if %{without openblas} sed 's/-lopenblas/-lblas/' -i SuiteSparse_config/SuiteSparse_config.mk ++++++ disable-Wmisleading-indentation.patch ++++++ diff --git a/GraphBLAS/Demo/Include/graphblas_demos.h b/GraphBLAS/Demo/Include/graphblas_demos.h index 62809df..333c0b3 100644 --- a/GraphBLAS/Demo/Include/graphblas_demos.h +++ b/GraphBLAS/Demo/Include/graphblas_demos.h @@ -25,8 +25,6 @@ #pragma GCC diagnostic ignored "-Wint-in-bool-context" #pragma GCC diagnostic ignored "-Wformat-truncation=" #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" -// enable these warnings as errors -#pragma GCC diagnostic error "-Wmisleading-indentation" #endif #pragma GCC diagnostic ignored "-Wunknown-pragmas" diff --git a/GraphBLAS/Source/GB_warnings.h b/GraphBLAS/Source/GB_warnings.h index 9591b84..cefc366 100644 --- a/GraphBLAS/Source/GB_warnings.h +++ b/GraphBLAS/Source/GB_warnings.h @@ -56,8 +56,6 @@ #pragma GCC diagnostic ignored "-Wint-in-bool-context" #pragma GCC diagnostic ignored "-Wformat-truncation=" #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" -// enable these warnings as errors -#pragma GCC diagnostic error "-Wmisleading-indentation" #endif // disable warnings from -Wall -Wextra -Wpendantic