public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/oidn] rawhide: Update to 2.5.0 (rhbz#2428382)
@ 2026-06-03  3:07 Luya Tshimbalanga
  0 siblings, 0 replies; only message in thread
From: Luya Tshimbalanga @ 2026-06-03  3:07 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/oidn
            Branch : rawhide
            Commit : ef0b76683a59188cb3ef9fa017976c7a1bfed44f
            Author : Luya Tshimbalanga <luya@fedoraproject.org>
            Date   : 2026-06-02T20:07:12-07:00
            Stats  : +9/-7 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/oidn/c/ef0b76683a59188cb3ef9fa017976c7a1bfed44f?branch=rawhide

            Log:
            Update to 2.5.0 (rhbz#2428382)

Use ispc-devel for build requirement

---
diff --git a/.gitignore b/.gitignore
index 7ad8143..3c681d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /oidn-2.3.2.src.tar.gz
 /oidn-2.3.3.src.tar.gz
 /oidn-2.4.0.src.tar.gz
+/oidn-2.5.0.src.tar.gz

diff --git a/oidn.spec b/oidn.spec
index 3a863e8..718c17e 100644
--- a/oidn.spec
+++ b/oidn.spec
@@ -1,8 +1,9 @@
-%bcond 	        hip %{undefined flatpak}
+%bcond          gcc 0 #Use clang by default
+%bcond          hip %{undefined flatpak}
 %bcond          ninja 1
 #%%global	        prerelease beta
 Name:           oidn
-Version:        2.4.0
+Version:        2.5.0
 Release:        %autorelease %{?prerelease: -p -e %{prerelease}}
 Summary:        Library of denoising filters for images rendered with ray tracing
 License:        Apache-2.0
@@ -29,13 +30,13 @@ BuildRequires:  rocm-runtime
 %endif
 # Needed to remove rpath from apps
 BuildRequires:  chrpath
-%if %{with hip}
-BuildRequires:  clang
-%else
+%if %{with gcc}
 BuildRequires:  gcc-c++
+%else
+BuildRequires:  clang
 %endif
 BuildRequires:  help2man
-BuildRequires:  ispc
+BuildRequires:  cmake(ispcrt)
 Recommends:     ispc-gpu
 %if %{with ninja}
 BuildRequires:  ninja-build

diff --git a/sources b/sources
index 855a487..69a139f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (oidn-2.4.0.src.tar.gz) = 900671b78c0e45cf6fb07aa03c9a176757347ac451ef0791979b4d703442c54467302cefd1a89511874f9897bf901c620f4c011535ff48eaad83e703e8ba7180
+SHA512 (oidn-2.5.0.src.tar.gz) = 9015cf1335086062bf3b0440e6b764757cd1b66b73f891b27466fc35430d2dc3af4cfd96d53afcffcbdfd3fa4fecc0bcda611a3befb5557a956c6a8c54ffe1b0

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-03  3:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03  3:07 [rpms/oidn] rawhide: Update to 2.5.0 (rhbz#2428382) Luya Tshimbalanga

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox