Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
411eb8d6cd | ||
|
|
be77e92cc5 |
1 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue