!97 fix changelog error date and format

From: @zhangruifang2020 
Reviewed-by: @lvying6, @openeuler-basic 
Signed-off-by: @lvying6, @openeuler-basic
This commit is contained in:
openeuler-ci-bot 2023-01-04 06:23:43 +00:00 committed by Gitee
commit 1e8aa40258
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: ruby
Version: 2.5.8
Release: 116
Release: 117
Summary: Object-oriented scripting language interpreter
License: (Ruby or BSD) and Public Domain and MIT and CC0 and zlib and UCD
URL: https://www.ruby-lang.org/
@ -583,7 +583,10 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13}
%exclude %{gem_dir}/gems/xmlrpc-0.3.0/.*
%changelog
* Fri May 27 2022 shixuantong <shixuantong@h-partners.com> - 2.5.8-116
* Wed Jan 4 2023 zhangruifang <zhangruifang1@h-partners.com> - 2.5.8-117
- fix changelog error date and format
* Fri May 27 2022 shixuantong <shixuantong@h-partners.com> - 2.5.8-116
- fix CVE-2022-28739
* Fri Jan 14 2022 yaoxin <yaoxin30@huawei.com> - 2.5.8-115
@ -607,7 +610,7 @@ make runruby TESTRUN_SCRIPT=%{SOURCE13}
- SUG:NA
- DESC:change release number for rebuild
* Thu Nov 5 2020 wutao <wutao61@huawei.com> - 2.5.8-3
* Mon Nov 9 2020 wutao <wutao61@huawei.com> - 2.5.8-3
- fix CVE-2020-25613
- WEBrick,a simple HTTP server bundled with Ruby,had not
- checked the transfer-encoding header value rigorously.