Changelog for
mingw32-libdatrie-debug-0.2.13-lp156.3.4.noarch.rpm :
* Tue Mar 22 2022 Ralf Habacker
- Port to mingw- Add runtime dependency to libdatrie to include native tools
* Thu Feb 11 2021 Dirk Müller - update to 0.2.13: - Fix wrong key listing in byte trie - Fix cross-compiling issue caused by AC_FUNC_MALLOC - Fix isspace() arg problem on NetBSD. - Fix some documentations. - Really use TRIE_CHAR_TERM in TrieChar string termination. Changing TRIE_CHAR_TERM definition now won\'t break the code. - Fix Windows build issue by avoiding include. - [New APIs] Add serialization of the trie into memory buffer.
* Tue Aug 25 2020 Dirk Mueller - update to 0.2.12: - More C90 (ANSI C) compliance. - Prevent some compiling conflicts with other sources. - Fix miscellaneous compiler warnings. - Prevent trimming on extremely long dictionary path names. - Detect iconv() error more correctly in trietool. - Clarify package description that search time is O(m), where m is key length, not O(1), while still claiming that it\'s independent of database size. - Fix trie_state_get_data() on a prefix key. - Fix reported segfault on full-range alpha map.
* Mon Feb 19 2018 jengelhAATTinai.de- Fix RPM groups. Remove ineffective --with-pic.
* Sun Feb 18 2018 avindraAATTopensuse.org- update to version 0.2.10
* Correctly check doxygen version on configure
* Optimization on AlphaMap mapping- remove libdatrie-doxygen-version-check.patch
* upstreamed in 7db54c662357dba5f109eaf1b24490f46ca23d44- use https urls
* Tue Aug 18 2015 pgajdosAATTsuse.com- update to version 0.2.9
* Fix infinite loop on empty trie iteration.
* Document about alphabet size.
* Disable timestamp in Doxygen-generated doc.
* etc. see ChangeLog- remove libdatrie-doxygen-found-is-enough.patch in favour of libdatrie-doxygen-version-check.patch
* Tue Aug 18 2015 dimstarAATTopensuse.org- Add libdatrie-doxygen-found-is-enough.patch: when we find doxygen, we assume it is new enough. The configure script uses \'expr 1.8.4 \\< $DOXYGEN_VER\', which returns false for 1.8.10.- For safeguard, we specify the minimal required version of doxygen (1.8.4) in the buildrequirements.
* Wed Feb 04 2015 p.drouandAATTgmail.com- Update to version 0.2.8
* Fix compiler warnings in test suites.
* Fix edge-case error on alphabet set of size 255.
* Fail trie operations on non-alphabet inputs, rather than silently allowing them to sneak in as false keys.
* Improved documentation.- Add xz build require to keep SLE11 support
* Thu Apr 11 2013 mmeisterAATTsuse.com- Added url as source. Please see http://en.opensuse.org/SourceUrls
* Wed Feb 01 2012 jengelhAATTmedozas.de- Remove redundant tags/sections per specfile guideline suggestions- Parallel building using %_smp_mflags