* Update to version 5.1.
* Drop LineBreakTest.txt, WordBreakTest.txt, and GraphemeBreakTest.txt from upstream; these break tests.
* Add libunibreak-include-test-data.patch: Add data for tests that work with current code, tests fail with upstream Unicode 15 datafiles (gh#adah1972/libunibreak#41); patch taken from upstream commits. Add BuildRequires: libtool as patch modifies build files.
OBS-URL: https://build.opensuse.org/request/show/1136479
OBS-URL: https://build.opensuse.org/package/show/Education/libunibreak?expand=0&rev=13
* Update the code and data to conform to Unicode 11.0.0, especially
adding support for extended pictographs in word and grapheme breaking
* ZWJ support has been much improved (it was broken)
* Make minor tweaks to the project files
- run tests - added:
+ LineBreakTest.txt,
+ WordBreakTest.txt and
+ GraphemeBreakTest.txt
from http://www.unicode.org/Public/UNIDATA/auxiliary/ to run the
tests offline
- spec file cleanup:
+ put documentation into devel package
+ use %%license macro, if possible
OBS-URL: https://build.opensuse.org/package/show/Education/libunibreak?expand=0&rev=7
- New upstream version 1.1
* Add the function documentation comments to the header files
* Adjust code structure
* Applied spec-cleaner to the spec file
* Declare get_next_char_utf* will be changed to lb_get_next_char_utf*
* Define is_line_breakable to alias to is_breakable linebreakdef.h
* Make a few bug fixes
* Make get_lb_prop_lang static and not an exported symbol
* Move the declarations of get_next_char_utf* from linebreak.h to
* Update build files to support libtool 2.4
* Update the code and data to conform to Unicode 6.2.0
OBS-URL: https://build.opensuse.org/request/show/235238
OBS-URL: https://build.opensuse.org/package/show/Education/libunibreak?expand=0&rev=2