From d184fcb9dfed398b1073fd8db767ba1a54ab51a3 Mon Sep 17 00:00:00 2001 From: haomi123 Date: Tue, 24 May 2022 16:46:31 +0800 Subject: [PATCH] fix bogus date in changelog --- hunspell-ve.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hunspell-ve.spec b/hunspell-ve.spec index 37cc80e..8249421 100644 --- a/hunspell-ve.spec +++ b/hunspell-ve.spec @@ -1,7 +1,7 @@ Name: hunspell-ve Summary: Dictionaries for Venda hunspell Version: 0.20091030 -Release: 16 +Release: 17 Source: https://downloads.sourceforge.net/project/aoo-extensions/3134/0/dict-ve_za-2009.10.30.oxt URL: https://extensions.openoffice.org/en/project/venda-spell-checker License: LGPLv2+ @@ -32,5 +32,8 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %{_datadir}/myspell/* %changelog -* Wed Apr 22 wutao - 0.20091030-16 +* Tue May 24 2022 haomimi - 0.20091030-17 +- fix "bogus date %changelog" for spec file + +* Tue Jul 7 2020 wutao - 0.20091030-16 - Package init -- Gitee