diff --git a/blender.spec b/blender.spec index 5c739d1..d859742 100644 --- a/blender.spec +++ b/blender.spec @@ -32,7 +32,7 @@ Name: blender Epoch: 1 Version: %{blender_api}.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -44,10 +44,6 @@ Source1: %{name}.thumbnailer Source2: %{name}.xml Source3: macros.%{name} -# Extracted from -# https://gitlab.com/libeigen/eigen/-/commit/d55d392e7b1136655b4223bea8e99cb2fe0a8afd -# Patch0: blender-2.91-eigen3-log1p-ifelse.patch - # Development stuff BuildRequires: boost-devel BuildRequires: clang-devel @@ -66,7 +62,7 @@ BuildRequires: pkgconfig(eigen3) BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(gmp) %if %{with hidapi} -BuildRequires: pkgconfig(hidapi-hidraw) +BuildRequires: pkgconfig(hidapi-hidraw) %endif BuildRequires: pkgconfig(jemalloc) BuildRequires: pkgconfig(libpcre) @@ -87,14 +83,9 @@ BuildRequires: subversion-devel # Compression stuff BuildRequires: pkgconfig(liblzma) -%if 0%{?fedora} >= 32 BuildRequires: pkgconfig(lzo2) -%else -BuildRequires: lzo-devel -%endif BuildRequires: pkgconfig(zlib) - # 3D modeling stuff %if %{with embree} BuildRequires: cmake(embree) @@ -102,7 +93,7 @@ BuildRequires: cmake(embree) BuildRequires: opensubdiv-devel %if %{with openshading} # Use oslc compiler -BuildRequires: openshadinglanguage +BuildRequires: openshadinglanguage BuildRequires: pkgconfig(oslcomp) %endif %if %{with oidn} @@ -315,6 +306,12 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.appdat %{macrosdir}/macros.%{name} %changelog +* Mon May 10 2021 Luya Tshimbalanga - 1:2.92.0-8 +- Rebuild for openxr 1.10.6 +- Drop no longer needed eigen3 patch +- Use system eigen3 +- Drop conditional for EOL Fedora 31 + * Mon May 10 2021 Luya Tshimbalanga - 1:2.92.0-7 - Rebuild for embree 3.13.0