Accepting request 62134 from home:adra:branches:graphics

thanks

OBS-URL: https://build.opensuse.org/request/show/62134
OBS-URL: https://build.opensuse.org/package/show/graphics/ocrad?expand=0&rev=15
This commit is contained in:
2011-02-18 22:12:52 +00:00
committed by Git OBS Bridge
parent 3491744f7d
commit 2f46675dd5
5 changed files with 109 additions and 55 deletions

View File

@@ -1,3 +1,47 @@
-------------------------------------------------------------------
Fri Feb 18 20:37:28 UTC 2011 - asterios.dramis@gmail.com
- Update to 0.21
* Fixed some internal errors triggered by noisy input.
* ocrad.texinfo: Added chapter `OCR Results File'.
* main.cc: Set stdin/stdout in binary mode on MSVC and OS2.
- Spec file updates:
* Changes based on rpmdevtools templates and spec-cleaner run.
* Updates in Summary:, %description, %build and %install sections.
* Changed License: to GPLv3+.
* Updates in info files installation.
* Minor other updates.
-------------------------------------------------------------------
Mon Sep 6 17:57:38 UTC 2010 - masterpatricko@gmail.com
- Update to 0.20
* ocradlib.h: Added new function OCRAD_scale.
* ocradlib.h: Added new function OCRAD_result_chars_total.
* ocradlib.h: Added new function OCRAD_result_chars_block.
* ocradlib.h: Added new function OCRAD_result_chars_line.
- add ocrad-build-with-optflags.patch
-------------------------------------------------------------------
Wed Aug 4 12:41:27 UTC 2010 - coolo@novell.com
- put devel files in -devel subpackage
-------------------------------------------------------------------
Wed Apr 7 12:15:49 UTC 2010 - freitag@novell.com
- update to version 0.19
* Version 0.19 released.
* Added library interface (ocradlib.h).
* Option `--crop' replaced with similar but different option
`--cut', which can accept coordinates taken from the ORF file.
* Recognition of files with a single character and without white
space at the edges has been fixed.
* testsuite/check.sh: Added new tests for the library interface
and for single character images.
* New files ocradlib.h, ocradlib.cc, ocrcheck.cc.
* Makefile.in: Added "--name" option to help2man invocation.
-------------------------------------------------------------------
Wed Nov 11 21:49:07 UTC 2009 - freitag@novell.com