From 22442a59077849f91a2f31b3e8078553df8e0418 Mon Sep 17 00:00:00 2001 From: Jiakun Shuai Date: Thu, 30 May 2024 16:32:00 +0800 Subject: [PATCH] spec: phytium: xfree86: Fixed display error for ps23xx when using ast and pe2201 bmc card bugzilla: https://gitee.com/openeuler/kernel/issues/I9NGXP Used in conjunction with issue number I9NGXP to fix display error for ps23xx when using ast and pe2201 bmc card. Edit spec file to involve the patch and add some changelogs. Signed-off-by: Jiakun Shuai (cherry picked from commit e86b6f108eab7044d0ad6403b67af9b54550a748) --- xorg-x11-server.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index ce112ca..8363b14 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -16,7 +16,7 @@ Name: xorg-x11-server Version: 1.20.11 -Release: 31 +Release: 32 Summary: X.Org X11 X server License: MIT and GPLv2 URL: https://www.x.org @@ -79,6 +79,7 @@ Patch0028: 0024-xwayland-Remove-unnecessary-xwl_window_is_toplevel-c.patch Patch0100: 0001-Fix-the-crash-in-shadowUpdatePacked-because-of-memcp.patch Patch0101: 0002-present-Crash-in-present_scmd_get_crtc-and-present_flush.patch +Patch0102: 0025-phytium-xfree86-Fixed-display-error-for-ps23xx-when-.patch Patch0029: xorg-s11-server-CVE-2018-20839.patch Patch6000: backport-CVE-2021-4008.patch @@ -465,6 +466,12 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %{_mandir}/man*/* %changelog +* Thu May 30 2024 shuaijiakun -1.20.11-32 +- Type:feature +- CVE:NA +- SUG:NA +- DESC:fix display error for ps23xx when using ast and pe2201 bmc card. + * Fri Apr 26 2024 yanglu -1.20.11-31 - Type:bugfix - CVE:NA -- Gitee