diff --git a/opencv.spec b/opencv.spec index 1309be3..8f78ddd 100644 --- a/opencv.spec +++ b/opencv.spec @@ -77,7 +77,7 @@ Version: 4.10.0 %global minorver %(foo=%{version}; a=(${foo//./ }); echo ${a[1]} ) %global padding %(digits=00; num=%{minorver}; echo ${digits:${#num}:${#digits}} ) %global abiver %(echo %{majorver}%{padding}%{minorver} ) -Release: 7%{?dist} +Release: 8%{?dist} Summary: Collection of algorithms for computer vision # This is normal three clause BSD. License: BSD-3-Clause AND Apache-2.0 AND ISC @@ -178,7 +178,8 @@ BuildRequires: python3-beautifulsoup4 #for doc/doxygen/bib2xhtml.pl #BuildRequires: perl-open BuildRequires: gflags-devel -BuildRequires: qt5-qtbase-devel +BuildRequires: qt6-qtbase-devel +BuildRequires: qt6-qt5compat-devel BuildRequires: libGL-devel BuildRequires: libGLU-devel BuildRequires: hdf5-devel @@ -579,6 +580,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope %changelog +* Fri Mar 21 2025 Nicolas Chauvet - 4.10.0-8 +- Backport switch to qt6 for epel10 + * Tue Nov 12 2024 Sandro Mani - 4.10.0-7 - Rebuild (tesseract)