public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Luya Tshimbalanga <luya@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/blender] f45: Merge branch 'rawhide' into f45
Date: Tue, 22 Sep 2026 00:00:00 GMT	[thread overview]
Message-ID: <179003520020.1.2417446997587357924.rpms-blender-aa0756ddf295@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/blender
Branch : f45
Commit : aa0756ddf29569c2628fa308ce23db2c74c2f050
Author : Luya Tshimbalanga <luya@fedoraproject.org>
Date   : 2026-09-21T16:59:47-07:00
Stats  : +4/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/blender/c/aa0756ddf29569c2628fa308ce23db2c74c2f050?branch=f45

Log:
Merge branch 'rawhide' into f45

---
diff --git a/blender.spec b/blender.spec
index 0306577..373724a 100644
--- a/blender.spec
+++ b/blender.spec
@@ -20,23 +20,23 @@
 %{error:--with clang requires --with llvm}
 %endif
 
-# Cycles and USD are available on Fedora's supported 64-bit little-endian
+# Cycles are available on Fedora's supported 64-bit little-endian
 # architectures.
 %ifarch x86_64 aarch64 ppc64le
 %global cyclesflag ON
-%bcond usd 1
 %else
 %global cyclesflag OFF
-%bcond usd 0
 %endif
 
-# Embree and HIDAPI are available on x86_64 and aarch64.
+# Embree, HIDAPI and USD are available on x86_64 and aarch64.
 %ifarch x86_64 aarch64
 %bcond embree 1
 %bcond hidapi 1
+%bcond usd 1
 %else
 %bcond embree 0
 %bcond hidapi 0
+%bcond usd 0
 %endif
 
 # GPU kernel generation and OSL/path-guiding support are currently x86_64-only.

             reply	other threads:[~2026-09-22  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-22  0:00 Luya Tshimbalanga [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-09-21 23:39 [rpms/blender] f45: Merge branch 'rawhide' into f45 Luya Tshimbalanga
2026-09-20  2:19 Luya Tshimbalanga

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179003520020.1.2417446997587357924.rpms-blender-aa0756ddf295@fedoraproject.org \
    --to=luya@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox