File tree Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Expand file tree Collapse file tree 4 files changed +18
-8
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ libc.so.6:fwrite
60
60
libc.so.6:getenv
61
61
libc.so.6:localeconv
62
62
libc.so.6:malloc
63
+ libc.so.6:memcmp
63
64
libc.so.6:memcpy
64
65
libc.so.6:memmove
65
66
libc.so.6:memset
@@ -579,6 +580,10 @@ libharfbuzz.so.0:hb_shape
579
580
libharfbuzz.so.0:hb_tag_to_string
580
581
libharfbuzz.so.0:hb_variation_from_string
581
582
libm.so.6:atan2
583
+ libm.so.6:ceil
584
+ libm.so.6:ceilf
582
585
libm.so.6:cos
586
+ libm.so.6:floor
583
587
libm.so.6:sincos
588
+ libm.so.6:sqrt
584
589
libm.so.6:tan
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ libc.so.6:funlockfile
26
26
libc.so.6:getenv
27
27
libc.so.6:localeconv
28
28
libc.so.6:malloc
29
+ libc.so.6:memcmp
29
30
libc.so.6:memcpy
30
31
libc.so.6:memmove
31
32
libc.so.6:memset
@@ -492,7 +493,9 @@ libharfbuzz.so.0:hb_tag_to_string
492
493
libharfbuzz.so.0:hb_variation_from_string
493
494
libm.so.6:atan2
494
495
libm.so.6:ceil
496
+ libm.so.6:ceilf
495
497
libm.so.6:cos
496
498
libm.so.6:floor
497
499
libm.so.6:sincos
500
+ libm.so.6:sqrt
498
501
libm.so.6:tan
Original file line number Diff line number Diff line change 1
1
name : pango
2
2
version : 1.51.2
3
- release : 57
3
+ release : 58
4
4
source :
5
5
- https://gitlab.gnome.org/GNOME/pango/-/archive/1.51.2/pango-1.51.2.tar.gz : 82b4c5232e448865865e595008b6aef2481032c898d8bbfc60fd36b680585d75
6
6
homepage : http://www.pango.org
@@ -36,7 +36,9 @@ setup : |
36
36
%meson_configure -Dgtk_doc=false -Dintrospection=$build_gobject
37
37
build : |
38
38
%ninja_build
39
+ profile : |
40
+ %ninja_check || :
39
41
install : |
40
42
%ninja_install
41
43
check : |
42
- %ninja check || :
44
+ %ninja_check || :
Original file line number Diff line number Diff line change 52
52
</Description >
53
53
<PartOf >emul32</PartOf >
54
54
<RuntimeDependencies >
55
- <Dependency release =" 57 " >pango</Dependency >
55
+ <Dependency release =" 58 " >pango</Dependency >
56
56
</RuntimeDependencies >
57
57
<Files >
58
58
<Path fileType =" library" >/usr/lib32/libpango-1.0.so.0</Path >
72
72
</Description >
73
73
<PartOf >programming.devel</PartOf >
74
74
<RuntimeDependencies >
75
- <Dependency release =" 57 " >pango-32bit</Dependency >
76
- <Dependency release =" 57 " >pango-devel</Dependency >
75
+ <Dependency release =" 58 " >pango-32bit</Dependency >
76
+ <Dependency release =" 58 " >pango-devel</Dependency >
77
77
</RuntimeDependencies >
78
78
<Files >
79
79
<Path fileType =" library" >/usr/lib32/libpango-1.0.so</Path >
95
95
</Description >
96
96
<PartOf >programming.devel</PartOf >
97
97
<RuntimeDependencies >
98
- <Dependency release =" 57 " >pango</Dependency >
98
+ <Dependency release =" 58 " >pango</Dependency >
99
99
</RuntimeDependencies >
100
100
<Files >
101
101
<Path fileType =" header" >/usr/include/pango-1.0/pango/pango-attributes.h</Path >
149
149
</Files >
150
150
</Package >
151
151
<History >
152
- <Update release =" 57 " >
153
- <Date >2024-02-13 </Date >
152
+ <Update release =" 58 " >
153
+ <Date >2024-03-25 </Date >
154
154
<Version >1.51.2</Version >
155
155
<Comment >Packaging update</Comment >
156
156
<Name >Joey Riches</Name >
You can’t perform that action at this time.
0 commit comments