Hello community, here is the log from the commit of package llvm5 for openSUSE:Factory checked in at 2018-06-19 12:01:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm5 (Old) and /work/SRC/openSUSE:Factory/.llvm5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm5" Tue Jun 19 12:01:37 2018 rev:12 rq:616832 version:5.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm5/llvm5.changes 2018-05-23 16:09:18.925512729 +0200 +++ /work/SRC/openSUSE:Factory/.llvm5.new/llvm5.changes 2018-06-19 12:01:41.626419983 +0200 @@ -1,0 +2,7 @@ +Thu Jun 14 10:20:30 UTC 2018 - [email protected] + +- Do not requires gcc6 for older sle versions. + * llvm5 is not built on <= 12 SP3 and this was preventing build + on 12 SP4. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm5.spec ++++++ --- /var/tmp/diff_new_pack.qYuc6h/_old 2018-06-19 12:01:44.658307411 +0200 +++ /var/tmp/diff_new_pack.qYuc6h/_new 2018-06-19 12:01:44.670306966 +0200 @@ -119,13 +119,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build # llvm does not work on ppc or s390 ExcludeArch: ppc s390 -%if 0%{?sle_version} && 0%{?sle_version} <= 130000 && !0%{?is_opensuse} -BuildRequires: gcc6 -BuildRequires: gcc6-c++ -%else BuildRequires: gcc BuildRequires: gcc-c++ -%endif %if %{with ffi} BuildRequires: pkgconfig(libffi) %endif @@ -619,11 +614,6 @@ test "$max_compile_jobs" -le 0 && max_compile_jobs=1 && echo "Warning: Not compiling in parallel at all becuse of memory limits" fi -%if 0%{?sle_version} && 0%{?sle_version} <= 130000 && !0%{?is_opensuse} -export CC=gcc-6 -export CXX=g++-6 -%endif - %define __builder ninja %define __builddir stage1 # -z,now is breaking now, it needs to be fixed
