Hello community,

here is the log from the commit of package tesseract-ocr for openSUSE:Factory 
checked in at 2017-02-21 13:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tesseract-ocr (Old)
 and      /work/SRC/openSUSE:Factory/.tesseract-ocr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tesseract-ocr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tesseract-ocr/tesseract-ocr.changes      
2016-02-22 08:58:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tesseract-ocr.new/tesseract-ocr.changes 
2017-02-21 13:49:49.756754009 +0100
@@ -1,0 +2,20 @@
+Fri Feb 17 14:39:58 UTC 2017 - idon...@suse.com
+
+- Update to 3.05.00
+  * Made some fine tuning to the hOCR output.
+  * Added TSV as another optional output format.
+  * Fixed ABI break introduced in 3.04.00 with the AnalyseLayout()
+    method.
+  * text2image tool - Enable all OpenType ligatures available in
+    a font. This feature requires Pango 1.38 or newer.
+  * Training tools - Replaced asserts with tprintf() and exit(1).
+  * Improved multipage tiff processing.
+  * Improved the embedded pdf font (pdf.ttf).
+  * Enable selection of OCR engine mode from command line.
+  * Changed tesseract command line parameter '-psm' to '--psm'.
+  * Added new C API for orientation and script detection, removed
+    the old one.
+  * Fixed many compiler warning.
+  * Fixed memory and resource leaks.
+
+-------------------------------------------------------------------

Old:
----
  3.04.01.tar.gz

New:
----
  tesseract-ocr-3.05.00.tar.gz

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

Other differences:
------------------
++++++ tesseract-ocr.spec ++++++
--- /var/tmp/diff_new_pack.yGuLTK/_old  2017-02-21 13:49:50.512647626 +0100
+++ /var/tmp/diff_new_pack.yGuLTK/_new  2017-02-21 13:49:50.516647064 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tesseract-ocr
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,23 @@
 %define so_ver 3
 
 Name:           tesseract-ocr
-Version:        3.04.01
+Version:        3.05.00
 Release:        0
 Summary:        Open Source OCR Engine
 License:        Apache-2.0 and GPL-2.0+
 Group:          Productivity/Graphics/Other
 Url:            https://github.com/tesseract-ocr/tesseract
-Source0:        
https://github.com/tesseract-ocr/tesseract/archive/%{version}.tar.gz
+Source0:        
https://github.com/tesseract-ocr/tesseract/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  cairo-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
-BuildRequires:  liblept-devel >= 1.71
+BuildRequires:  liblept-devel >= 1.74
+BuildRequires:  libtool
+BuildRequires:  m4
 BuildRequires:  pango-devel
 BuildRequires:  pkg-config
 Recommends:     tesseract-ocr-traineddata-english
@@ -63,6 +67,7 @@
 
 %prep
 %setup -q -n tesseract-%{version}
+autoreconf -fi
 
 # Remove build time references so build-compare can do its work
 echo "HTML_TIMESTAMP = NO" >> doc/Doxyfile
@@ -96,7 +101,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING ChangeLog README.md ReleaseNotes
+%doc AUTHORS COPYING ChangeLog README.md
 %{_bindir}/*
 %dir %{_datadir}/tessdata
 %{_datadir}/tessdata/configs/


Reply via email to