diff --git a/hunspell-1.2.5.tar.bz2 b/hunspell-1.2.5.tar.bz2 deleted file mode 100644 index 54aee76..0000000 --- a/hunspell-1.2.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17b3c33649d667addc84ce50479f2b226389798633998db2b80c433dc9f85810 -size 617580 diff --git a/hunspell-1.2.6.tar.bz2 b/hunspell-1.2.6.tar.bz2 new file mode 100644 index 0000000..11f9385 --- /dev/null +++ b/hunspell-1.2.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88bfa865d5aa977957e325f6d9ee3842c892934d93bd20043e1ccadb6825c1a +size 616891 diff --git a/hunspell.changes b/hunspell.changes index bea0903..dfbd586 100644 --- a/hunspell.changes +++ b/hunspell.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jul 15 15:29:08 CEST 2008 - lmichnovic@suse.cz + +- update to version 1.2.6 + * affentry.cxx: fixes of the affix rule matching algorithm + (affected only the sk_SK dictionary from all OO.o dictionaries) + - fix dot pattern + accented letters matching (if not Unicode) + - word-length conditions work again + * tests/condition.*: extended test for the fix. + * hashmgr.cxx: load multiword expressions: spaces may be parts + of the dictionary words again (but spaces also work as + morphological field separators: word word2 -> "word word2", + word po:noun -> "word"). + * man/hunspell.4: updated manual + * tools/hunspell.cxx: add iconv character conversion support to + stemming and morphological analysis + ------------------------------------------------------------------- Wed Jul 9 17:01:39 CEST 2008 - lmichnovic@suse.cz diff --git a/hunspell.spec b/hunspell.spec index 08c9fc3..1d1e96a 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -1,5 +1,5 @@ # -# spec file for package hunspell (Version 1.2.5) +# spec file for package hunspell (Version 1.2.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,7 +12,7 @@ Summary: Hunspell - a spell checker and morphological analyzer library Name: hunspell -Version: 1.2.5 +Version: 1.2.6 Release: 1 License: GPL v2 or later; LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) Group: System/Libraries @@ -150,6 +150,20 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libhunspell-*.a %changelog +* Tue Jul 15 2008 lmichnovic@suse.cz +- update to version 1.2.6 + * affentry.cxx: fixes of the affix rule matching algorithm + (affected only the sk_SK dictionary from all OO.o dictionaries) + - fix dot pattern + accented letters matching (if not Unicode) + - word-length conditions work again + * tests/condition.*: extended test for the fix. + * hashmgr.cxx: load multiword expressions: spaces may be parts + of the dictionary words again (but spaces also work as + morphological field separators: word word2 -> "word word2", + word po:noun -> "word"). + * man/hunspell.4: updated manual + * tools/hunspell.cxx: add iconv character conversion support to + stemming and morphological analysis * Wed Jul 09 2008 lmichnovic@suse.cz - update to version 1.2.5 * fix affix rule condition checking of en_GB dictionary, also