From f56681de64187a5fed6bec08e0193ba01d9f53c0 Mon Sep 17 00:00:00 2001 From: ctyunsystem Date: Thu, 8 Sep 2022 02:12:32 +0000 Subject: [PATCH] =?UTF-8?q?update=20firefox.spec=20fix=20bad=20date=20in?= =?UTF-8?q?=20changelog=20=E4=BF=AE=E6=AD=A3changelog=E4=B8=AD=E6=98=8E?= =?UTF-8?q?=E6=98=BE=E7=9A=84=E6=97=A5=E6=9C=9F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ``` error: bad date in %changelog: Wen Feb 26 2020 xuxijianxuxijian@huawei.com - 62.0.3-4 ``` Signed-off-by: ctyunsystem --- firefox.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox.spec b/firefox.spec index f7072b3..0eb98d0 100644 --- a/firefox.spec +++ b/firefox.spec @@ -855,5 +855,5 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : * Mon May 25 2020 Captain Wei - 62.0.3-5 - fix unstable_name_collisions problem when compile -* Wen Feb 26 2020 xuxijian - 62.0.3-4 +* Wed Feb 26 2020 xuxijian - 62.0.3-4 - Package init -- Gitee