|
|
|
@ -50,7 +50,7 @@ Name: opencv
|
|
|
|
|
Version: 4.5.5
|
|
|
|
|
%global javaver %(foo=%{version}; echo ${foo//./})
|
|
|
|
|
%global abiver %(foo=%{version}; echo ${foo:0:3})
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: Collection of algorithms for computer vision
|
|
|
|
|
# This is normal three clause BSD.
|
|
|
|
|
License: BSD
|
|
|
|
@ -484,6 +484,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
|
|
|
|
|
%{_libdir}/libopencv_xphoto.so.%{abiver}*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 10 2022 Sandro Mani <manisandro@gmail.com> - 4.5.5-6
|
|
|
|
|
- Rebuild for tesseract 5.1.0
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Sérgio Basto <sergio@serjux.com> - 4.5.5-5
|
|
|
|
|
- The upstream fix https://github.com/opencv/opencv/pull/21614
|
|
|
|
|
and remove the previous workaround
|
|
|
|
|