Hello community,

here is the log from the commit of package llvm6 for openSUSE:Factory checked 
in at 2018-06-18 13:49:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/llvm6 (Old)
 and      /work/SRC/openSUSE:Factory/.llvm6.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "llvm6"

Mon Jun 18 13:49:49 2018 rev:7 rq:616831 version:6.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/llvm6/llvm6.changes      2018-06-05 
12:49:52.260320606 +0200
+++ /work/SRC/openSUSE:Factory/.llvm6.new/llvm6.changes 2018-06-18 
13:50:05.853661425 +0200
@@ -1,0 +2,7 @@
+Thu Jun 14 10:21:57 UTC 2018 - m...@suse.com
+
+- Do not requires gcc6 for older sle versions.
+  * llvm6 is not built on <= 12 SP3 and this was preventing build
+    on 12 SP4.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ llvm6.spec ++++++
--- /var/tmp/diff_new_pack.AaThQP/_old  2018-06-18 13:50:12.901400921 +0200
+++ /var/tmp/diff_new_pack.AaThQP/_new  2018-06-18 13:50:12.905400773 +0200
@@ -121,13 +121,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
@@ -638,11 +633,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


Reply via email to