Hello community,

here is the log from the commit of package suitesparse for openSUSE:Factory 
checked in at 2018-07-04 23:50:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suitesparse (Old)
 and      /work/SRC/openSUSE:Factory/.suitesparse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suitesparse"

Wed Jul  4 23:50:06 2018 rev:26 rq:619222 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes  2018-06-02 
11:50:21.931923482 +0200
+++ /work/SRC/openSUSE:Factory/.suitesparse.new/suitesparse.changes     
2018-07-04 23:50:10.140220959 +0200
@@ -1,0 +2,6 @@
+Wed Jun 27 00:38:48 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Fix conditional to select the right gcc-c++ package, also for the
+  devel subpackge
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ suitesparse.spec ++++++
--- /var/tmp/diff_new_pack.0pRGD5/_old  2018-07-04 23:50:11.704219230 +0200
+++ /var/tmp/diff_new_pack.0pRGD5/_new  2018-07-04 23:50:11.708219225 +0200
@@ -34,7 +34,7 @@
 # PATCH-FIX-OPENSUSE build_csparse_shared.patch -- Build CSparse as a shared 
library
 Patch1:         build_csparse_shared.patch
 Patch775418:    bnc775418-enable-SuiteSparse_time-symbol.patch
-%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+%if 0%{?suse_version} < 1500
 BuildRequires:  gcc7
 BuildRequires:  gcc7-c++
 %else
@@ -93,7 +93,11 @@
 Summary:        Development headers for SuiteSparse
 License:        GPL-2.0+ and LGPL-2.1+
 Group:          Development/Libraries/C and C++
+%if 0%{?suse_version} < 1500
+Requires:       gcc7-c++
+%else
 Requires:       gcc-c++ >= 4.9
+%endif
 Requires:       %{amdlib}       = %{amdver}
 Requires:       %{btflib}       = %{btfver}
 Requires:       %{camdlib}      = %{camdver}
@@ -515,7 +519,7 @@
 %patch775418 -p1
 
 %build
-%if 0%{?sle_version} == 120300 && 0%{?is_opensuse}
+%if 0%{?suse_version} < 1500
 export CC=gcc-7
 export CXX=g++-7
 %endif


Reply via email to