diff --git a/blender.spec b/blender.spec index 2b23409..1b6e95f 100644 --- a/blender.spec +++ b/blender.spec @@ -133,8 +133,9 @@ Requires: python3-numpy Requires: python3-requests Provides: blender(ABI) = %{blender_api} -# Temporarily exclude arnv7hl and ppc64le due to failure to build -# ExcludeArch: ppc64le armv7hl +# Obsolete the standalone Blender player retired by upstream +Obsoletes: blenderplayer < 1:2.80-1 +Provides: blenderplayer = 1:2.80-1 %description Blender is the essential software solution you need for 3D, from modeling, @@ -316,6 +317,9 @@ fi %endif %changelog +* Thu Mar 05 2020 Luya Tshimbalanga - 1:2.82-3 +- Add Obsolete blenderplayer line for system upgrade (#1810743) + * Sun Feb 23 2020 Luya Tshimbalanga - 1:2.82-2 - Patch for upstream invalid appdata causing segmentation fault