Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2016-06-19 12:52:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blender (Old)
 and      /work/SRC/openSUSE:Factory/.blender.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blender"

Changes:
--------
--- /work/SRC/openSUSE:Factory/blender/blender.changes  2016-06-07 
23:50:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes     2016-06-19 
12:53:00.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jun 17 06:18:04 UTC 2016 - [email protected]
+
+- use sse compiler options only on supported architectures
+- fix build on ppc by skipping colormanagement
+- drop SUPPORT_SSE2_BUILD since it is not used by cmake anymore
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ blender.spec ++++++
--- /var/tmp/diff_new_pack.KCT33A/_old  2016-06-19 12:53:02.000000000 +0200
+++ /var/tmp/diff_new_pack.KCT33A/_new  2016-06-19 12:53:02.000000000 +0200
@@ -216,8 +216,8 @@
 echo %{_version}
 
 %build
-# sse options not supported by PowerPC
-%ifnarch ppc ppc64 ppc64le
+# sse options only on supported archs
+%ifarch %{ix86} x86_64
 sseflags='-msse -msse2'
 %endif
 # Find python3 version and abiflags
@@ -279,7 +279,6 @@
       -DWITH_SDL:BOOL=ON \
       -DWITH_SDL_DYNLOAD:BOOL=on \
 %ifnarch x86_64
-      -DSUPPORT_SSE2_BUILD=false \
       -DWITH_RAYOPTIMIZATION:BOOL=OFF \
       -DWITH_MOD_OCEANSIM:BOOL=OFF \
 %else
@@ -414,7 +413,9 @@
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/%{_version}
 %dir %{_datadir}/%{name}/%{_version}/datafiles
+%ifnarch ppc %power64
 %{_datadir}/%{name}/%{_version}/datafiles/colormanagement/
+%endif
 %{_datadir}/%{name}/%{_version}/scripts/
 %{_datadir}/applications/blender.desktop
 %{_datadir}/applications/x-blend.desktop



Reply via email to