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/oidn] rawhide: Update to 2.5.0 (rhbz#2428382)
Date: Wed, 03 Jun 2026 03:07:47 GMT [thread overview]
Message-ID: <178045606716.1.16191991106122592380.rpms-oidn-ef0b76683a59@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-03 3:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178045606716.1.16191991106122592380.rpms-oidn-ef0b76683a59@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