Rebuild (tesseract)
This commit is contained in:
parent
305eb44cc9
commit
2076a686c0
@ -74,7 +74,7 @@ Version: 4.7.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: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: Collection of algorithms for computer vision
|
||||
# This is normal three clause BSD.
|
||||
License: BSD
|
||||
@ -521,6 +521,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
|
||||
%{_libdir}/libopencv_xphoto.so.{%{abiver},%{version}}
|
||||
|
||||
%changelog
|
||||
* Fri Jul 14 2023 Sandro Mani <manisandro@gmail.com> - 4.7.0-13
|
||||
- Rebuild (tesseract)
|
||||
|
||||
* Fri Jul 07 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 4.7.0-12
|
||||
- Drop openni support on i686 as it is no longer available
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user