Changelog for
hunspell-tools-1.3.2-lp150.8.4.x86_64.rpm :
* Thu May 12 2016 tchvatalAATTsuse.com- Update baselibs to provide hunspell-devel bnc#977784
* Thu Mar 28 2013 mmeisterAATTsuse.com- Added url as source. Please see http://en.opensuse.org/SourceUrls
* Mon Sep 03 2012 pgajdosAATTsuse.com- added /usr/lib64/libhunspell.so on request from egdfreeAATTopensuse.org
* Wed Dec 14 2011 cfarrellAATTsuse.com- license update: (GPL-2.0+ or LGPL-2.1+ or MPL-1.1+) and LGPL-2.1+ SPDX syntax describing the COPYING file statesments
* Fri Dec 09 2011 jengelhAATTmedozas.de- Remove redundant/unwanted tags/section (cf. specfile guidelines)
* Fri Dec 09 2011 cooloAATTsuse.com- fix license to be in spdx.org format
* Mon Sep 26 2011 pgajdosAATTsuse.com- enhanced description [bnc#718111]
* Mon Mar 28 2011 pgajdosAATTsuse.cz- update to version 1.3.2:
* fixes library version inconsistency [bnc#682768]
* Fri Mar 25 2011 idoenmezAATTnovell.com- Spec cleanup- Removed hunspell-disable-fortify.patch: we want to build with fortify again now that the code is fixed.
* Fri Mar 11 2011 pgajdosAATTsuse.cz- updated to 1.3.1: - new branch - bug fixes
* Tue Mar 01 2011 dmuellerAATTsuse.de- update to 1.2.15: - bug fixes - new options: -r to filter potential mistakes (rare words signed by flag WARN in the dictionary) - limited and optimized suggestions
* Mon Aug 30 2010 pgajdosAATTsuse.cz- update to 1.2.12:
* Maintenance release bug fixes and warnings- upstreamed fix-format.patch
* Sat Apr 24 2010 cooloAATTnovell.com- buildrequire pkg-config to fix provides
* Mon Feb 22 2010 meissnerAATTsuse.de- disable FORTIFY_SOURCE, as HashMgr::add_word() and struct hentry with \"char word;\" at the end is not going to work out.- run \"make check\" to spot such problems earlier- added missing format arguments
* Thu Dec 17 2009 jengelhAATTmedozas.de- add baselibs.conf as a source
* Fri Jul 31 2009 msebenAATTsuse.cz- update to version 1.2.8
* replist.
*, hunspell.cxx, affixmgr.cxx: new input and output conversion support
* tools/wordforms: word generation script for dictionary developers
* hunspell/hunspell.cxx: extended BREAK feature: ^ and $ mean in break patterns the beginning and end of the word.
* hunspell/hunspell.cxx: set default break at hyphen characters.
* affixmgr.cxx: SIMPLIFIEDTRIPLE is a new affix file keyword to allow simplified forms of the compound words with triple repeating letters.
* affixmgr.cxx: extend CHECKCOMPOUNDPATTERN to support alternations of compound words for example by sandhi feature of Indian and other languages.
* tools/hunspell.cxx: add empty lines as separators to the output of the stemming and morphological analysis.
* affixmgr.cxx: fix condition checking algorithm.
* affixmgr,cxx: fix COMPOUNDWORDMAX feature.
* csutil.cxx: fix bad conditional code for Mozilla compilation.
* hunspell/hunspell.cxx: add missing ngram suggestion for HUHINITCAP (capitalized mixed case) words.
* w_char.hxx: use GCC conditions for GCC related code.
* affixmgr.cxx: check morphological description in morphgen()
* tools/affixcompress: extended help for -h (use LC_ALL=C sort for input word list)
* hunspell/hunspell.cxx: remove deprecated word breaking codes.