Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Nicolas Chauvet
411eb8d6cd Update changelog 2025-03-21 22:08:27 +01:00
Yaakov Selkowitz
be77e92cc5 Use Qt6 in highgui and cvv
Qt5 is deprecated, and kstars (the only package which uses both
opencv-highgui and Qt) is now using Qt6 in F42+.  Other dependents of
highgui are not using Qt directly otherwise, and cvv has no dependents.
2025-03-21 20:58:55 +01:00

View file

@ -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 <kwizart@gmail.com> - 4.10.0-8
- Backport switch to qt6 for epel10
* Tue Nov 12 2024 Sandro Mani <manisandro@gmail.com> - 4.10.0-7
- Rebuild (tesseract)