Hello community,

here is the log from the commit of package python-tesserocr for 
openSUSE:Factory checked in at 2018-08-03 12:40:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-tesserocr (Old)
 and      /work/SRC/openSUSE:Factory/.python-tesserocr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-tesserocr"

Fri Aug  3 12:40:44 2018 rev:3 rq:627286 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-tesserocr/python-tesserocr.changes        
2018-07-01 21:26:30.612759628 +0200
+++ /work/SRC/openSUSE:Factory/.python-tesserocr.new/python-tesserocr.changes   
2018-08-03 12:40:49.083883565 +0200
@@ -1,0 +2,11 @@
+Thu Aug  2 09:40:45 UTC 2018 - tchva...@suse.com
+
+- Ensure we require some of the tesseract data so we can do at
+  least some basic ocr operations
+
+-------------------------------------------------------------------
+Thu Aug  2 08:59:20 UTC 2018 - tchva...@suse.com
+
+- Drop unused bcond
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-tesserocr.spec ++++++
--- /var/tmp/diff_new_pack.6CdzFy/_old  2018-08-03 12:40:49.479884156 +0200
+++ /var/tmp/diff_new_pack.6CdzFy/_new  2018-08-03 12:40:49.483884162 +0200
@@ -17,14 +17,13 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-tesserocr
 Version:        2.3.0
 Release:        0
 Summary:        A simple, Pillow-friendly, Python wrapper around tesseract-ocr
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/sirfz/tesserocr
+URL:            https://github.com/sirfz/tesserocr
 Source:         
https://files.pythonhosted.org/packages/source/t/tesserocr/tesserocr-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module Pillow}
@@ -38,6 +37,8 @@
 BuildRequires:  tesseract-ocr-traineddata-english
 BuildRequires:  tesseract-ocr-traineddata-orientation_and_script_detection
 BuildRequires:  pkgconfig(tesseract)
+Requires:       tesseract-ocr-traineddata-english
+Requires:       tesseract-ocr-traineddata-orientation_and_script_detection
 Recommends:     python-Pillow
 %python_subpackages
 


Reply via email to