From d3eb40b0cdaa3e2d76a1b5778b47a2414e669805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Thu, 25 Jul 2024 08:57:53 +0000 Subject: [PATCH] Fix bad date in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- zenity.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zenity.spec b/zenity.spec index 668afe1..73c732a 100644 --- a/zenity.spec +++ b/zenity.spec @@ -1,6 +1,6 @@ Name: zenity Version: 3.41.0 -Release: 1 +Release: 2 Summary: Display GTK dialog boxes in commandline and shell scripts License: LGPLv2+ @@ -38,13 +38,16 @@ Zenity is a tool that allows you to display GTK dialog boxes in commandline and %{_mandir}/man1/zenity.1* %changelog +* Thu Jul 25 2024 zhangshaoning - 3.41.0-2 +- Fix bad date in changelog + * Sat Dec 04 2021 wangkerong - 3.41.0-1 - update to 3.41.0 * Mon Sep 7 2020 zhanzhimin - 3.32.0-2 - update source0 -* Mon July 20 2020 chnegguipeng - 3.32.0-1 +* Mon Jul 20 2020 chnegguipeng - 3.32.0-1 - Upgrade to 3.32.0-1 * Thu Sep 12 2019 openEuler Buildteam - 3.30.0-2 -- Gitee