Update to 5.3.4
This commit is contained in:
parent
c2c0cf5459
commit
c3cf153dfd
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ tesseract-2.00.eng.tar.gz
|
||||
/tesseract-5.3.1.tar.gz
|
||||
/tesseract-5.3.2.tar.gz
|
||||
/tesseract-5.3.3.tar.gz
|
||||
/tesseract-5.3.4.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (tesseract-5.3.3.tar.gz) = c04ae68ac4ecf85243c54feb4233e282cd420522588fd4b3eaa87619cb236a575052e3667a806c2f56de06dc013b88926c2dbea4cb4ee02f0119c032598169f2
|
||||
SHA512 (tesseract-5.3.4.tar.gz) = a81c98c3754a71093df7b51390ccd43d05f661352b4cb564e403b96d81909664c2ecbf2eb6f37614c4639e6dadbf2329b926d09271dbbdaa302f2d7b6b0d628a
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
%endif
|
||||
|
||||
Name: tesseract
|
||||
Version: 5.3.3
|
||||
Version: 5.3.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Raw OCR Engine
|
||||
|
||||
@ -245,6 +245,9 @@ cp -a doc/*.5 %{buildroot}%{_mandir}/man5/
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 21 2024 Sandro Mani <manisandro@gmail.com> - 5.3.4-1
|
||||
- Update to 5.3.4
|
||||
|
||||
* Sat Oct 07 2023 Sandro Mani <manisandro@gmail.com> - 5.3.3-1
|
||||
- Update to 5.3.3
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference tesseract-5.3.3/CMakeLists.txt tesseract-5.3.3-new/CMakeLists.txt
|
||||
--- tesseract-5.3.3/CMakeLists.txt 2023-10-05 18:27:23.000000000 +0200
|
||||
+++ tesseract-5.3.3-new/CMakeLists.txt 2023-10-07 22:52:37.613539931 +0200
|
||||
diff -rupN --no-dereference tesseract-5.3.4/CMakeLists.txt tesseract-5.3.4-new/CMakeLists.txt
|
||||
--- tesseract-5.3.4/CMakeLists.txt 2024-01-18 08:48:04.000000000 +0100
|
||||
+++ tesseract-5.3.4-new/CMakeLists.txt 2024-01-21 09:25:25.006991375 +0100
|
||||
@@ -365,7 +365,7 @@ elseif(UNIX)
|
||||
set(LIB_pthread pthread)
|
||||
endif()
|
||||
@ -46,9 +46,9 @@ diff -rupN --no-dereference tesseract-5.3.3/CMakeLists.txt tesseract-5.3.3-new/C
|
||||
endif()
|
||||
|
||||
# ##############################################################################
|
||||
diff -rupN --no-dereference tesseract-5.3.3/src/training/CMakeLists.txt tesseract-5.3.3-new/src/training/CMakeLists.txt
|
||||
--- tesseract-5.3.3/src/training/CMakeLists.txt 2023-10-05 18:27:23.000000000 +0200
|
||||
+++ tesseract-5.3.3-new/src/training/CMakeLists.txt 2023-10-07 22:52:37.613539931 +0200
|
||||
diff -rupN --no-dereference tesseract-5.3.4/src/training/CMakeLists.txt tesseract-5.3.4-new/src/training/CMakeLists.txt
|
||||
--- tesseract-5.3.4/src/training/CMakeLists.txt 2024-01-18 08:48:04.000000000 +0100
|
||||
+++ tesseract-5.3.4-new/src/training/CMakeLists.txt 2024-01-21 09:25:25.010991182 +0100
|
||||
@@ -115,7 +115,7 @@ if(NOT DISABLED_LEGACY_ENGINE)
|
||||
common/trainingsampleset.h)
|
||||
endif()
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
diff -rupN --no-dereference tesseract-5.3.3/CMakeLists.txt tesseract-5.3.3-new/CMakeLists.txt
|
||||
--- tesseract-5.3.3/CMakeLists.txt 2023-10-07 22:52:37.656540468 +0200
|
||||
+++ tesseract-5.3.3-new/CMakeLists.txt 2023-10-07 22:52:37.662540543 +0200
|
||||
diff -rupN --no-dereference tesseract-5.3.4/CMakeLists.txt tesseract-5.3.4-new/CMakeLists.txt
|
||||
--- tesseract-5.3.4/CMakeLists.txt 2024-01-21 09:25:25.058988861 +0100
|
||||
+++ tesseract-5.3.4-new/CMakeLists.txt 2024-01-21 09:25:25.068988378 +0100
|
||||
@@ -249,7 +249,7 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "a
|
||||
set(HAVE_AVX512F FALSE)
|
||||
set(HAVE_FMA FALSE)
|
||||
@ -10,9 +10,9 @@ diff -rupN --no-dereference tesseract-5.3.3/CMakeLists.txt tesseract-5.3.3-new/C
|
||||
|
||||
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "arm.*")
|
||||
|
||||
diff -rupN --no-dereference tesseract-5.3.3/src/arch/simddetect.cpp tesseract-5.3.3-new/src/arch/simddetect.cpp
|
||||
--- tesseract-5.3.3/src/arch/simddetect.cpp 2023-10-05 18:27:23.000000000 +0200
|
||||
+++ tesseract-5.3.3-new/src/arch/simddetect.cpp 2023-10-07 22:52:37.663540555 +0200
|
||||
diff -rupN --no-dereference tesseract-5.3.4/src/arch/simddetect.cpp tesseract-5.3.4-new/src/arch/simddetect.cpp
|
||||
--- tesseract-5.3.4/src/arch/simddetect.cpp 2024-01-18 08:48:04.000000000 +0100
|
||||
+++ tesseract-5.3.4-new/src/arch/simddetect.cpp 2024-01-21 09:25:25.071988233 +0100
|
||||
@@ -254,7 +254,7 @@ SIMDDetect::SIMDDetect() {
|
||||
// SSE detected.
|
||||
SetDotProduct(DotProductSSE, &IntSimdMatrix::intSimdMatrixSSE);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user