public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: remove unused patch
Date: Fri, 28 Aug 2026 13:32:15 GMT [thread overview]
Message-ID: <178792393511.1.5991192946493620736.rpms-opencv-e8bdd3b6ca9f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : e8bdd3b6ca9f665c405d97e86e597095895a37e0
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2022-06-20T20:15:36+01:00
Stats : +0/-23 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/e8bdd3b6ca9f665c405d97e86e597095895a37e0?branch=opencv5
Log:
remove unused patch
---
diff --git a/8d88bb06b230b5c4b5bca78d84102f5d1adf48cf.patch b/8d88bb06b230b5c4b5bca78d84102f5d1adf48cf.patch
deleted file mode 100644
index 114a6d6..0000000
--- a/8d88bb06b230b5c4b5bca78d84102f5d1adf48cf.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 8d88bb06b230b5c4b5bca78d84102f5d1adf48cf Mon Sep 17 00:00:00 2001
-From: Alexander Alekhin <alexander.a.alekhin@gmail.com>
-Date: Tue, 15 Feb 2022 07:23:32 +0300
-Subject: [PATCH] core(vsx): update vec_absd() workaround condition
-
----
- modules/core/include/opencv2/core/vsx_utils.hpp | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/modules/core/include/opencv2/core/vsx_utils.hpp b/modules/core/include/opencv2/core/vsx_utils.hpp
-index 68863ffb36f2..5cbc066784d0 100644
---- a/modules/core/include/opencv2/core/vsx_utils.hpp
-+++ b/modules/core/include/opencv2/core/vsx_utils.hpp
-@@ -684,7 +684,8 @@ VSX_IMPL_LOAD_L8(vec_double2, double)
- #endif
-
- // absolute difference
--#ifndef vec_absd
-+#ifndef _ARCH_PWR9
-+# undef vec_absd
- # define vec_absd(a, b) vec_sub(vec_max(a, b), vec_min(a, b))
- #endif
-
next reply other threads:[~2026-08-28 13:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-28 13:32 [this message]
2026-08-28 13:32 [rpms/opencv] opencv5: Remove unused patch
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=178792393511.1.5991192946493620736.rpms-opencv-e8bdd3b6ca9f@fedoraproject.org \
--to=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