Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tesseract-ocr for openSUSE:Factory 
checked in at 2024-06-07 15:05:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tesseract-ocr (Old)
 and      /work/SRC/openSUSE:Factory/.tesseract-ocr.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tesseract-ocr"

Fri Jun  7 15:05:06 2024 rev:17 rq:1179190 version:5.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tesseract-ocr/tesseract-ocr.changes      
2024-01-19 23:03:05.283986308 +0100
+++ /work/SRC/openSUSE:Factory/.tesseract-ocr.new.24587/tesseract-ocr.changes   
2024-06-07 15:05:59.629514938 +0200
@@ -1,0 +2,24 @@
+Fri Jun  7 10:57:13 UTC 2024 - Martin Pluskal <[email protected]>
+
+- Update to version 5.4.0:
+  * Build fixes, code refactoring and other smaller changes.
+  * Fix grey result of indexed PNG in pdfrenderer.
+  * Rename frk -> deu_latf (ISO 639-3, ISO 15924).
+  * Remove broken Dockerfile.
+  * Fixes for several issues reported by Coverity Scan.
+  * Remove unsupported OpenCL code and related API functions (#4220).
+  * Facilitate vectorization for generic build (#4223).
+  * Add PAGE XML renderer / export (#4214).
+  * Support training without lstmf files.
+  * Improve CCUtil::main_setup (fixes issue #4230 related to Coda).
+  * Allow for text angle/gradient to be retrieved (#4070).
+  * Fix setup of datadir on installations with Conda (issue #4230) (#4240)
+  * Fix FP exception in Wordrec::angle_change (issue #4242) (#4243)
+  * Small build fixes and code improvements 
+
+-------------------------------------------------------------------
+Fri Jun  7 09:17:16 UTC 2024 - Martin Pluskal <[email protected]>
+
+- Disable opencl support due to boo#1213370:x 
+
+-------------------------------------------------------------------

Old:
----
  tesseract-5.3.4.tar.gz

New:
----
  tesseract-5.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tesseract-ocr.spec ++++++
--- /var/tmp/diff_new_pack.7aCCL7/_old  2024-06-07 15:06:00.321540148 +0200
+++ /var/tmp/diff_new_pack.7aCCL7/_new  2024-06-07 15:06:00.325540294 +0200
@@ -18,7 +18,7 @@
 
 %define lname  libtesseract5
 Name:           tesseract-ocr
-Version:        5.3.4
+Version:        5.4.0
 Release:        0
 Summary:        Open Source OCR Engine
 License:        Apache-2.0 AND GPL-2.0-or-later
@@ -32,11 +32,6 @@
 BuildRequires:  curl-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
-%if 0%{?suse_version} > 1550
-BuildRequires:  gcc-c++
-%else
-BuildRequires:  gcc12-c++
-%endif
 BuildRequires:  libtool
 BuildRequires:  libxslt-tools
 BuildRequires:  opencl-headers
@@ -54,6 +49,11 @@
 BuildRequires:  pkgconfig(pangoft2) >= 1.22.0
 Recommends:     tesseract-ocr-traineddata-english
 %{?suse_build_hwcaps_libs}
+%if 0%{?suse_version} > 1550
+BuildRequires:  gcc-c++
+%else
+BuildRequires:  gcc12-c++
+%endif
 
 %description
 A commercial quality OCR engine originally developed at HP between 1985 and
@@ -82,14 +82,13 @@
 %autosetup -n tesseract-%{version} -p1
 
 %build
-%if 0%{suse_version} < 1550
+%if 0%{?suse_version} < 1550
 export CC=gcc-12
 export CXX=g++-12
 %endif
 
 autoreconf -fiv
 %configure \
-  --enable-opencl \
    --disable-static\
    --with-gnu-ld
 
@@ -108,8 +107,7 @@
 # Fix rpmlint warning "files-duplicate"
 %fdupes -s %{buildroot}
 
-%post -n %{lname} -p /sbin/ldconfig
-%postun -n %{lname} -p /sbin/ldconfig
+%ldconfig_scriptlets -n %{lname}
 
 %files
 %doc AUTHORS ChangeLog README.md

++++++ tesseract-5.3.4.tar.gz -> tesseract-5.4.0.tar.gz ++++++
++++ 8350 lines of diff (skipped)

Reply via email to