Hello community,

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

Package is "blender"

Mon Jun  4 13:22:01 2018 rev:104 rq:613661 version:2.79b

Changes:
--------
--- /work/SRC/openSUSE:Factory/blender/blender.changes  2018-06-02 
12:15:19.496998888 +0200
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes     2018-06-04 
13:22:56.503716067 +0200
@@ -1,0 +2,5 @@
+Sat Jun  2 11:05:24 UTC 2018 - [email protected]
+
+- Only allow headers for x86_64 arch.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ blender.spec ++++++
--- /var/tmp/diff_new_pack.dUxcb7/_old  2018-06-04 13:22:57.743670662 +0200
+++ /var/tmp/diff_new_pack.dUxcb7/_new  2018-06-04 13:22:57.743670662 +0200
@@ -163,6 +163,7 @@
 as well as an integrated game engine for real-time interactive 3D
 and game creation and playback with cross-platform compatibility.
 
+%ifarch x86_64
 %package devel
 Summary:        Headers for cycles rendering
 License:        Apache-2.0
@@ -172,6 +173,7 @@
 %description devel
 These are the cycles headers that blender uses for rendering with
 specific gpus
+%endif
 
 %lang_package
 
@@ -326,9 +328,11 @@
 %fdupes %{buildroot}%{_datadir}/%{name}/%{_version}/
 %find_lang %{name} %{?no_lang_C}
 rm -rf %{buildroot}%{_datadir}/locale/languages
-%if 1 == 0
+
+%ifnarch x86_64
 find %{buildroot}%{_datadir}/%{name}/%{_version}/scripts/ -name "*.h" -print 
-delete
 %endif
+
 # Factory is now of the opinion that every /usr/bin file needs a man page,
 %if %{wplayer} == 1
 # Generate man page with help2man
@@ -398,7 +402,9 @@
 %{_datadir}/%{name}/%{_version}/datafiles/colormanagement/
 %endif
 %endif
+%ifarch x86_64
 %exclude %{_datadir}/%{name}/%{_version}/scripts/addons/cycles
+%endif
 %{_datadir}/%{name}/%{_version}/scripts/
 %{_datadir}/applications/blender.desktop
 %{_datadir}/applications/x-blend.desktop
@@ -411,7 +417,9 @@
 %{_datadir}/appdata/*.appdata.xml
 %doc %{_docdir}/%{name}
 
+%ifarch x86_64
 %files devel
 %{_datadir}/%{name}/%{_version}/scripts/addons/cycles
+%endif
 
 %changelog



Reply via email to