Package: tomoe / 0.6.0-1.3

Metadata

Package Version Patches format
tomoe 0.6.0-1.3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_avoid_gcc_O2.diff | (download)

module/dict/Makefile.am | 2 2 + 0 - 0 !
module/dict/Makefile.in | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 workaround huge file compilation with -o2
 Upstream needs to re-consider the implementation.
02_make_clean.diff | (download)

data/Makefile.am | 2 1 + 1 - 0 !
data/Makefile.in | 2 1 + 1 - 0 !
test/python/Makefile.am | 2 1 + 1 - 0 !
test/python/Makefile.in | 2 1 + 1 - 0 !
test/python/test_dict_mysql.py | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 fix make clean
03_export_symbols.diff | (download)

lib/tomoe-char.c | 2 1 + 1 - 0 !
lib/tomoe-dict-ptr-array.c | 12 6 + 6 - 0 !
lib/tomoe-dict-ptr-array.h | 8 4 + 4 - 0 !
lib/tomoe-xml-parser.c | 4 2 + 2 - 0 !
lib/tomoe-xml-parser.h | 4 2 + 2 - 0 !
module/dict/tomoe-dict-unihan.c | 2 1 + 1 - 0 !
module/dict/tomoe-dict-xml.c | 8 4 + 4 - 0 !
7 files changed, 20 insertions(+), 20 deletions(-)

 export symbols needed
04_make_check_workaround.diff | (download)

po/Makefile.in.in | 14 8 + 6 - 0 !
1 file changed, 8 insertions(+), 6 deletions(-)

 don't invoke intltool_update for "make check"
 intltool_update scan files under .pc (quilt's patch directory),
 and it fails.
05_fix_tomoe context.diff | (download)

lib/tomoe-context.c | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 bug fix of comparison function
 See module/recognizer/tomoe-recognizer-simple-logic.c
06_ruby_binding_compile.diff | (download)

configure | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 ruby compile workaround for debian installation.
 (1) We should not depends on /usr/local
 (2) We should not install to /usr/local
 Err... yes, we need to change macros/ruby.m4...