Hello community, here is the log from the commit of package blender for openSUSE:Factory checked in at 2019-06-01 09:58:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blender (Old) and /work/SRC/openSUSE:Factory/.blender.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blender" Sat Jun 1 09:58:22 2019 rev:114 rq:706615 version:2.79b Changes: -------- --- /work/SRC/openSUSE:Factory/blender/blender.changes 2019-03-22 15:11:38.325297199 +0100 +++ /work/SRC/openSUSE:Factory/.blender.new.5148/blender.changes 2019-06-01 09:58:23.503134942 +0200 @@ -1,0 +2,5 @@ +Thu May 30 10:41:32 UTC 2019 - Hans-Peter Jansen <[email protected]> + +- switch compiler to clang + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blender.spec ++++++ --- /var/tmp/diff_new_pack.fqiboE/_old 2019-06-01 09:58:25.155134180 +0200 +++ /var/tmp/diff_new_pack.fqiboE/_new 2019-06-01 09:58:25.159134178 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -59,12 +59,12 @@ BuildRequires: OpenEXR-devel BuildRequires: SDL2-devel BuildRequires: binutils-gold +BuildRequires: clang BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: distribution-release BuildRequires: fdupes BuildRequires: fftw3-devel -BuildRequires: gcc-c++ BuildRequires: gettext-tools BuildRequires: graphviz BuildRequires: help2man @@ -198,6 +198,9 @@ for i in `grep -rl "/usr/bin/env python3"`;do sed -i '1s@^#!.*@#!/usr/bin/python3@' ${i} ;done %build +export CC=/usr/bin/clang +export CXX=/usr/bin/clang++ + # sse options only on supported archs %ifarch %{ix86} x86_64 sseflags='-msse -msse2'
