public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Popela <tomas.popela@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Drop unused BR on SFML and disable VTK support on RHEL 8+
Date: Fri, 28 Aug 2026 13:31:51 GMT	[thread overview]
Message-ID: <178792391181.1.12167425441701696114.rpms-opencv-1f613a5952c9@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : 1f613a5952c96a8fb770daca0c9c398cfce57d5a
Author : Tomas Popela <tomas.popela@gmail.com>
Date   : 2021-01-28T08:05:17+01:00
Stats  : +8/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/1f613a5952c96a8fb770daca0c9c398cfce57d5a?branch=opencv5

Log:
Drop unused BR on SFML and disable VTK support on RHEL 8+

---
diff --git a/opencv.spec b/opencv.spec
index d874e8f..03673ef 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -20,7 +20,11 @@
 %bcond_with     atlas
 %bcond_without  openblas
 %bcond_without  gdcm
+%if 0%{?rhel} >= 8
+%bcond_with     vtk
+%else
 %bcond_without  vtk
+%endif
 
 %ifarch x86_64
 %bcond_without  libmfx
@@ -41,7 +45,7 @@ Name:           opencv
 Version:        4.5.1
 %global javaver %(foo=%{version}; echo ${foo//./})
 %global abiver  %(foo=%{version}; echo ${foo:0:3})
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Collection of algorithms for computer vision
 # This is normal three clause BSD.
 License:        BSD
@@ -121,7 +125,6 @@ BuildRequires:  python3-beautifulsoup4
 #for doc/doxygen/bib2xhtml.pl
 #BuildRequires:  perl-open
 BuildRequires:  gflags-devel
-BuildRequires:  SFML-devel
 BuildRequires:  libucil-devel
 BuildRequires:  qt5-qtbase-devel
 BuildRequires:  libGL-devel
@@ -459,6 +462,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
 %{_libdir}/libopencv_xphoto.so.%{abiver}*
 
 %changelog
+* Wed Jan 27 2021 Tomas Popela <tpopela@redhat.com> - 4.5.1-4
+- Drop unused BR on SFML and disable VTK support on RHEL 8+
+
 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
 

                 reply	other threads:[~2026-08-28 13:31 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=178792391181.1.12167425441701696114.rpms-opencv-1f613a5952c9@fedoraproject.org \
    --to=tomas.popela@gmail.com \
    --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