The package rpms/blender.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/blender.git/commit/?id=e3c645f32fa13....
Change: -ExcludeArch: s390x
Thanks.
Full change: ============
commit 4132bb0d4d6904557007be3555795b39593955e3 Merge: feccd20 e3c645f Author: Luya Tshimbalanga luya@fedoraproject.org Date: Thu Jul 25 00:34:03 2024 -0700
Merge branch 'rawhide' into f40
commit e3c645f32fa13ffbe56010b010ab806f10197684 Author: Luya Tshimbalanga luya@fedoraproject.org Date: Thu Jul 25 00:30:23 2024 -0700
Restore s390x architecture support ... This update also update path to install new Blender extension system wide.
diff --git a/.gitignore b/.gitignore index 31408dc..e3b5aaf 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ blender-*.tar.gz blender-*.tar.bz2 blender-*.tar.xz /8159bd90e5.patch +/blender-arch-s390x.diff diff --git a/blender.spec b/blender.spec index b38c991..335d8b9 100644 --- a/blender.spec +++ b/blender.spec @@ -1,11 +1,6 @@ %global blender_api 4.2 %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
-# not compatible with newer clang versions -#%%if 0%%{?fedora} >= 38 || 0%%{?rhel} >= 8 -#%%global llvm_compat 16 -#%%endif - %bcond clang 1 %bcond draco 1 # Needed to enable osl support for cycles rendering @@ -58,6 +53,9 @@ Source0: https://download.%%7Bname%7D.org/source/%%7Bname%7D-%%7Bversion%7D.tar.xz # Rename macros extension to avoid clashing with upstream version Source1: %{name}-macros.tar.xz
+# https://projects.blender.org/blender/blender/issues/125395#issuecomment-1250... +Patch: %{name}-arch-s390x.diff + # Development stuff BuildRequires: boost-devel BuildRequires: ccache @@ -302,10 +300,6 @@ Obsoletes: blender-fonts < 1:2.91.0-5 # Starting from 2.90, Blender support only 64-bits architectures ExcludeArch: %{ix86} %{arm}
-# # S390x got failure with ‘BLI_endian_switch_uint32’ -# https://koji.fedoraproject.org/koji/taskinfo?taskID=120945932 -ExcludeArch: s390x - %description Blender is the essential software solution you need for 3D, from modeling, animation, rendering and post-production to interactive creation and playback.
arch-excludes@lists.fedoraproject.org