From 30d51f5a61ea3e70935d3369b8d3b442828b334e Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 10 Mar 2022 00:16:09 +0100 Subject: [PATCH] Rebuild for tesseract-5.1.0 --- opencv.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/opencv.spec b/opencv.spec index c3c47d6..6334b6a 100644 --- a/opencv.spec +++ b/opencv.spec @@ -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 - 4.5.5-6 +- Rebuild for tesseract 5.1.0 + * Tue Feb 15 2022 Sérgio Basto - 4.5.5-5 - The upstream fix https://github.com/opencv/opencv/pull/21614 and remove the previous workaround