Page MenuHomeSolus

D12565.diff
No OneTemporary

D12565.diff

diff --git a/abi_libs b/abi_libs
--- a/abi_libs
+++ b/abi_libs
@@ -1 +1 @@
-libunibreak.so.3
+libunibreak.so.5
diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -1,18 +1,25 @@
-libunibreak.so.3:init_linebreak
-libunibreak.so.3:init_wordbreak
-libunibreak.so.3:is_line_breakable
-libunibreak.so.3:lb_init_break_context
-libunibreak.so.3:lb_process_next_char
-libunibreak.so.3:lb_prop_default
-libunibreak.so.3:lb_prop_lang_map
-libunibreak.so.3:set_linebreaks
-libunibreak.so.3:set_linebreaks_utf16
-libunibreak.so.3:set_linebreaks_utf32
-libunibreak.so.3:set_linebreaks_utf8
-libunibreak.so.3:set_wordbreaks_utf16
-libunibreak.so.3:set_wordbreaks_utf32
-libunibreak.so.3:set_wordbreaks_utf8
-libunibreak.so.3:ub_get_next_char_utf16
-libunibreak.so.3:ub_get_next_char_utf32
-libunibreak.so.3:ub_get_next_char_utf8
-libunibreak.so.3:unibreak_version
+libunibreak.so.5:init_graphemebreak
+libunibreak.so.5:init_linebreak
+libunibreak.so.5:init_wordbreak
+libunibreak.so.5:is_line_breakable
+libunibreak.so.5:lb_init_break_context
+libunibreak.so.5:lb_process_next_char
+libunibreak.so.5:lb_prop_default
+libunibreak.so.5:lb_prop_lang_map
+libunibreak.so.5:set_graphemebreaks_utf16
+libunibreak.so.5:set_graphemebreaks_utf32
+libunibreak.so.5:set_graphemebreaks_utf8
+libunibreak.so.5:set_linebreaks
+libunibreak.so.5:set_linebreaks_utf16
+libunibreak.so.5:set_linebreaks_utf16_per_code_point
+libunibreak.so.5:set_linebreaks_utf32
+libunibreak.so.5:set_linebreaks_utf8
+libunibreak.so.5:set_linebreaks_utf8_per_code_point
+libunibreak.so.5:set_wordbreaks_utf16
+libunibreak.so.5:set_wordbreaks_utf32
+libunibreak.so.5:set_wordbreaks_utf8
+libunibreak.so.5:ub_get_next_char_utf16
+libunibreak.so.5:ub_get_next_char_utf32
+libunibreak.so.5:ub_get_next_char_utf8
+libunibreak.so.5:ub_is_extended_pictographic
+libunibreak.so.5:unibreak_version
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -1,4 +1,5 @@
libc.so.6:__assert_fail
libc.so.6:__stack_chk_fail
libc.so.6:memset
+libc.so.6:strlen
libc.so.6:strncmp
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,17 +1,15 @@
name : libunibreak
-version : 3.0
-release : 2
+version : '5.0'
+release : 3
source :
- - https://github.com/adah1972/libunibreak/archive/libunibreak_3_0.tar.gz : 2b3f6bfe011f16240e5fa737888b04a58fff17c6295c252a7275b3879c0dbe1f
-license :
- - Zlib
- - Libpng
+ - https://github.com/adah1972/libunibreak/releases/download/libunibreak_5_0/libunibreak-5.0.tar.gz : 58f2fe4f9d9fc8277eb324075ba603479fa847a99a4b134ccb305ca42adf7158
+license : Zlib
component : programming.library
summary : Unibreak Library
description: |
An implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29.
setup : |
- %autogen --disable-static
+ %configure --disable-static
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,11 +2,10 @@
<Source>
<Name>libunibreak</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
</Packager>
<License>Zlib</License>
- <License>Libpng</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">Unibreak Library</Summary>
<Description xml:lang="en">An implementation of the line breaking and word breaking algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29.
@@ -20,8 +19,8 @@
</Description>
<PartOf>programming.library</PartOf>
<Files>
- <Path fileType="library">/usr/lib64/libunibreak.so.3</Path>
- <Path fileType="library">/usr/lib64/libunibreak.so.3.0.0</Path>
+ <Path fileType="library">/usr/lib64/libunibreak.so.5</Path>
+ <Path fileType="library">/usr/lib64/libunibreak.so.5.0.0</Path>
</Files>
</Package>
<Package>
@@ -31,9 +30,10 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="2">libunibreak</Dependency>
+ <Dependency release="3">libunibreak</Dependency>
</RuntimeDependencies>
<Files>
+ <Path fileType="header">/usr/include/graphemebreak.h</Path>
<Path fileType="header">/usr/include/linebreak.h</Path>
<Path fileType="header">/usr/include/linebreakdef.h</Path>
<Path fileType="header">/usr/include/unibreakbase.h</Path>
@@ -44,12 +44,12 @@
</Files>
</Package>
<History>
- <Update release="2">
- <Date>2021-11-19</Date>
- <Version>3.0</Version>
+ <Update release="3">
+ <Date>2021-12-27</Date>
+ <Version>5.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Alexander Vorobyev</Name>
+ <Email>avorobyev@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:35 AM (22 h, 34 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5799766
Default Alt Text
D12565.diff (5 KB)

Event Timeline