From 92178bb4cda8f14df37c2125092c152c555ec929 Mon Sep 17 00:00:00 2001 From: konglidong Date: Sat, 7 May 2022 17:49:57 +0800 Subject: [PATCH] modify bogus date in %changelog --- vim.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vim.spec b/vim.spec index 33db6fe..b25c444 100644 --- a/vim.spec +++ b/vim.spec @@ -11,7 +11,7 @@ Name: vim Epoch: 2 Version: 8.2 -Release: 24 +Release: 25 Summary: Vim is a highly configurable text editor for efficiently creating and changing any kind of text. License: Vim and MIT URL: http://www.vim.org @@ -484,6 +484,9 @@ LC_ALL=en_US.UTF-8 make -j1 test %{_mandir}/man1/evim.* %changelog +* Mon May 16 2022 konglidong - 2:8.2-25 +- modify bogus date in %changelog + * Thu Mar 24 2022 yuanxin - 2:8.2-24 - Type:CVE - ID:CVE-2022-0943 @@ -631,7 +634,7 @@ LC_ALL=en_US.UTF-8 make -j1 test * Sat Feb 29 2020 openEuler Buildteam - 2:8.1.450-8 - update virc/vimrc to make escape work in insert mode -* Thu Jan 21 2020 openEuler Buildteam - 2:8.1.450-7 +* Tue Jan 21 2020 openEuler Buildteam - 2:8.1.450-7 - make vi/vim easy to uses * Sun Jan 19 2020 openEuler Buildteam - 2:8.1.450-6 -- Gitee