96 lines
3.7 KiB
Plaintext
96 lines
3.7 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Wed Aug 7 21:45:02 UTC 2024 - llyyr <llyyr.public@gmail.com>
|
||
|
|
||
|
- Add baselibs.conf: 32-bit biarch builds of libass needs it.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Jan 2 11:05:48 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||
|
|
||
|
- Update to version 5.1:
|
||
|
* Speed up line-break property lookup.
|
||
|
* Update the data to conform to Unicode 15.
|
||
|
- 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.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Jan 2 11:03:25 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||
|
|
||
|
- Resolve specfile conflicts with Factory.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sat Nov 27 20:34:26 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
|
||
|
- update to 5.0:
|
||
|
* Update the data to conform to Unicode 14
|
||
|
* Add per_code_point variants of utf8 and utf16 functions
|
||
|
* Do not always break after the last character
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon May 17 08:44:28 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||
|
|
||
|
- update to 4.3:
|
||
|
* conform to Unicode 13
|
||
|
* Change the handling of ellipses as per UAX# 14-45
|
||
|
* Fix the handling of leading spaces
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Mon Mar 18 14:11:13 UTC 2019 - lars@linux-schulserver.de - 4.1
|
||
|
|
||
|
- Update to version 4.1:
|
||
|
* 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
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Feb 14 12:22:53 UTC 2018 - aloisio@gmx.com
|
||
|
|
||
|
- Update to version 4.0
|
||
|
* Update the code and data to conform to Unicode 9.0.0
|
||
|
* Add grapheme breaking support
|
||
|
* Tested and enhanced according to the Unicode test suite
|
||
|
* Make bug fixes
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Jun 25 21:18:49 UTC 2015 - sleep_walker@suse.cz
|
||
|
|
||
|
- bump to 3.0
|
||
|
- removed libunibreak-1.1-destdir.patch as not needed
|
||
|
- patch was fixing symlink for static library and we're running
|
||
|
configure with --disable-static and failure is silently ignored so
|
||
|
dropping patch is safe and has no effect in result
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri May 23 18:25:34 UTC 2014 - trcs@gmx.com
|
||
|
|
||
|
- 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
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Aug 1 15:42:44 UTC 2013 - lars@linux-schulserver.de
|
||
|
|
||
|
- initial version 1.0
|
||
|
|