forked from pool/hunspell
This commit is contained in:
committed by
Git OBS Bridge
parent
ab449f0546
commit
44f6617d91
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17b3c33649d667addc84ce50479f2b226389798633998db2b80c433dc9f85810
|
||||
size 617580
|
3
hunspell-1.2.6.tar.bz2
Normal file
3
hunspell-1.2.6.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c88bfa865d5aa977957e325f6d9ee3842c892934d93bd20043e1ccadb6825c1a
|
||||
size 616891
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user