From e76718bbc45bcb280bf9aee30c94b4d5ce91e6ce Mon Sep 17 00:00:00 2001 From: kerongw Date: Sat, 22 Oct 2022 07:10:29 +0000 Subject: [PATCH] fix date error in changelog Signed-off-by: kerongw --- xorg-x11-proto-devel.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xorg-x11-proto-devel.spec b/xorg-x11-proto-devel.spec index 9fa9d66..ceeae6f 100644 --- a/xorg-x11-proto-devel.spec +++ b/xorg-x11-proto-devel.spec @@ -1,6 +1,6 @@ Name: xorg-x11-proto-devel Version: 2021.5 -Release: 1 +Release: 2 License: MIT Summary: X.Org X11 Protocol headers URL: https://www.x.org @@ -32,10 +32,13 @@ X.Org X11 Protocol headers %{_docdir}/* %changelog +* Sat Oct 22 2022 wangkerong - 2021.5-2 +- fix date error in changelog + * Tue Nov 30 2021 yangcheng 2021.5-1 - DESC:Upgrade to 2021.5-1 -* Mon Jul 02 2021 wangkerong 2019.1-2 +* Fri Jul 02 2021 wangkerong 2019.1-2 - DESC:solve the issue which display could not resolve keysym XF86FullScreen * Wed Aug 05 2020 chengguipeng 2019.1-1 @@ -45,4 +48,4 @@ X.Org X11 Protocol headers - Upgrade to 2020.1-1 * Thu Nov 28 2019 wangyiru - 2018.4-3 -- Package init +- Package init \ No newline at end of file -- Gitee