!1 rv64g test error and symbols update

Merge pull request !1 from 范小气/openkylin/yangtze
This commit is contained in:
周淦清 2024-03-06 06:27:04 +00:00 committed by Gitee
commit 1653989992
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 17 additions and 0 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libxcb (1.14-ok2) yangtze; urgency=medium
* repair rv64g test error and symbols update
-- root <fanxiaoqi@smart-core.cn> Wed, 06 Mar 2024 06:00:53 +0000
libxcb (1.14-ok1) yangtze; urgency=medium
* Build for openKylin.

View File

@ -45,3 +45,5 @@ libxcb-dri3.so.0 libxcb-dri3-0 #MINVER#
xcb_dri3_query_version@Base 0
xcb_dri3_query_version_reply@Base 0
xcb_dri3_query_version_unchecked@Base 0
xcb_dri3_set_drm_device_in_use@Base 1.14-ok1
xcb_dri3_set_drm_device_in_use_checked@Base 1.14-ok1

View File

@ -46,6 +46,9 @@ libxcb-xfixes.so.0 libxcb-xfixes0 #MINVER#
xcb_xfixes_fetch_region_reply@Base 0
xcb_xfixes_fetch_region_sizeof@Base 1.8
xcb_xfixes_fetch_region_unchecked@Base 0
xcb_xfixes_get_client_disconnect_mode@Base 1.14-ok1
xcb_xfixes_get_client_disconnect_mode_reply@Base 1.14-ok1
xcb_xfixes_get_client_disconnect_mode_unchecked@Base 1.14-ok1
xcb_xfixes_get_cursor_image@Base 0
xcb_xfixes_get_cursor_image_and_name@Base 0
xcb_xfixes_get_cursor_image_and_name_cursor_image@Base 0
@ -88,6 +91,8 @@ libxcb-xfixes.so.0 libxcb-xfixes0 #MINVER#
xcb_xfixes_select_cursor_input_checked@Base 0
xcb_xfixes_select_selection_input@Base 0
xcb_xfixes_select_selection_input_checked@Base 0
xcb_xfixes_set_client_disconnect_mode@Base 1.14-ok1
xcb_xfixes_set_client_disconnect_mode_checked@Base 1.14-ok1
xcb_xfixes_set_cursor_name@Base 0
xcb_xfixes_set_cursor_name_checked@Base 0
xcb_xfixes_set_cursor_name_name@Base 1.12

4
debian/rules vendored
View File

@ -1,5 +1,9 @@
#!/usr/bin/make -f
ifeq ($(DEB_HOST_ARCH), rv64g)
CFLAGS += -Wno-error -Wno-format-extra-args
endif
%:
dh $@ --builddirectory=build