From 45cdce074375a8d5e2cb9fab72146884fc165af6 Mon Sep 17 00:00:00 2001 From: Simone Caronni Date: Aug 22 2020 07:06:22 +0000 Subject: Add Embree 3.10 patch --- diff --git a/blender.spec b/blender.spec index 763baeb..bc3ee06 100644 --- a/blender.spec +++ b/blender.spec @@ -53,6 +53,9 @@ Patch0: %{name}-%{blender_api}-droid.patch Patch1: %{name}-support-python-3.9.diff %endif +# https://developer.blender.org/rBecc15c55d4e2004fc2d6347f8437d8c06c5b55b3 +Patch2: %{name}-embree-3.10.patch + # Development stuff BuildRequires: boost-devel BuildRequires: cmake @@ -311,12 +314,13 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}-fonts. %{_metainfodir}/%{name}-fonts.metainfo.xml %changelog -* Thu Aug 20 2020 Simone Caronni - 1:2.83.5-2 +* Sat Aug 22 2020 Simone Caronni - 1:2.83.5-2 - Be consistent with build options format and distribution conditionals. - rpmlint fixes. - Fix build dependencies. - Fix Python 3.9 patch. -- Disable OpenShadingLanguage. +- Disable OpenShadingLanguage, 1.11 is not supported. +- Add patch for newer Embree. * Wed Aug 19 2020 Luya Tshimbalanga - 1:2.83.5-1 - Update to 2.83.5 (#1855165)