Hello community,

here is the log from the commit of package tesseract-ocr for openSUSE:Factory 
checked in at 2015-10-06 13:26:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2015-09-19 06:55:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tesseract-ocr.new/tesseract-ocr.changes 
2015-10-06 13:26:56.000000000 +0200
@@ -1,0 +2,31 @@
+Fri Oct  2 21:46:07 UTC 2015 - asterios.dra...@gmail.com
+
+- Update to version 3.04.00:
+  * Added OpenCL support (experimental).
+  * Many bug fixes.
+  From version 3.03.00:
+  * Added new training tool text2image to generate box/tif file
+    pairs from text and truetype fonts.
+  * Added support for PDF output with searchable text.
+  * Removed entire IMAGE class and all code in image directory.
+  * Tesseract executable: support for output to stdout; limited
+    support for one page images from stdin  (especially on Windows)
+  * Added Renderer to API to allow document-level processing and
+    output of document formats, like hOCR, PDF.
+  * Major refactor of word-level recognition, beam search,
+    eliminating dead code.
+  * Refactored classifier to make it easier to add new ones.
+  * Generalized feature extractor to allow feature extraction from
+    greyscale.
+  * Improved sub/superscript treatment.
+  * Improved baseline fit.
+  * Added set_unicharset_properties to training tools.
+  * Many bug fixes.
+  * More training source data included.
+- Added new build requirements cairo-devel, doxygen, libicu-devel
+  and pango-devel.
+- Recommend tesseract-ocr-traineddata-english instead of
+  tesseract-ocr-traineddata-american (based on new (3.04.00)
+  tesseract-ocr traineddata files).
+
+-------------------------------------------------------------------

Old:
----
  tesseract-ocr-3.02.02-doc-html.tar.gz
  tesseract-ocr-3.02.02.tar.gz

New:
----
  3.04.00.tar.gz

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

Other differences:
------------------
++++++ tesseract-ocr.spec ++++++
--- /var/tmp/diff_new_pack.zUGrrc/_old  2015-10-06 13:26:57.000000000 +0200
+++ /var/tmp/diff_new_pack.zUGrrc/_new  2015-10-06 13:26:57.000000000 +0200
@@ -19,19 +19,22 @@
 %define so_ver 3
 
 Name:           tesseract-ocr
-Version:        3.02.02
+Version:        3.04.00
 Release:        0
 Summary:        Open Source OCR Engine
 License:        Apache-2.0 and GPL-2.0+
 Group:          Productivity/Graphics/Other
 Url:            http://code.google.com/p/tesseract-ocr/
-Source0:        
http://tesseract-ocr.googlecode.com/files/%{name}-%{version}.tar.gz
-Source1:        
http://tesseract-ocr.googlecode.com/files/%{name}-%{version}-doc-html.tar.gz
+Source0:        
https://github.com/tesseract-ocr/tesseract/archive/%{version}.tar.gz
+BuildRequires:  cairo-devel
+BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libicu-devel
 BuildRequires:  liblept-devel
+BuildRequires:  pango-devel
 BuildRequires:  pkg-config
-Recommends:     tesseract-ocr-traineddata-american
+Recommends:     tesseract-ocr-traineddata-english
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,15 +62,21 @@
 open-sourced by HP and UNLV in 2005. From 2007 it is developed by Google.
 
 %prep
-%setup -q -b1 -n %{name}
+%setup -q -n tesseract-%{version}
+
+# Remove build time references so build-compare can do its work
+echo "HTML_TIMESTAMP = NO" >> doc/Doxyfile
 
 %build
 export CXXFLAGS="%{optflags} -fno-strict-aliasing -fPIC"
 %configure --disable-static
 make %{?_smp_mflags}
+make training %{?_smp_mflags}
+make doc %{?_smp_mflags}
 
 %install
 %make_install
+make DESTDIR=%{buildroot} training-install
 
 # Remove libtool config files
 rm -f %{buildroot}%{_libdir}/libtesseract.la
@@ -92,6 +101,7 @@
 %dir %{_datadir}/tessdata
 %{_datadir}/tessdata/configs/
 %{_datadir}/tessdata/tessconfigs/
+%{_datadir}/tessdata/pdf.ttf
 %{_mandir}/man1/*.1%{ext_man}
 %{_mandir}/man5/*.5%{ext_man}
 

++++++ tesseract-ocr-3.02.02-doc-html.tar.gz -> 3.04.00.tar.gz ++++++
/work/SRC/openSUSE:Factory/tesseract-ocr/tesseract-ocr-3.02.02-doc-html.tar.gz 
/work/SRC/openSUSE:Factory/.tesseract-ocr.new/3.04.00.tar.gz differ: char 5, 
line 1


Reply via email to