From cf534433bc5cd776a65fe47f8ca2082aadf92fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Tue, 23 Jul 2024 02:40:59 +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: 张少宁 --- python-cheetah.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-cheetah.spec b/python-cheetah.spec index 7229136..c59cc00 100644 --- a/python-cheetah.spec +++ b/python-cheetah.spec @@ -1,6 +1,6 @@ Name: python-cheetah Version: 3.1.0 -Release: 8 +Release: 9 Summary: The Python-Powered Template Engine License: MIT URL: http://cheetahtemplate.org/ @@ -65,7 +65,10 @@ export PATH="%{buildroot}/%{_bindir}:$PATH" PYTHONPATH="%{buildroot}/%{python3_s %{python3_sitearch}/ %changelog -* Aug 21 2020 fanjiachen - 3.1.0-8 +* Tue Jul 23 2024 zhangshaoning - 3.1.0-9 +- Fix bad date in changelog + +* Fri Aug 21 2020 fanjiachen - 3.1.0-8 - Type:rebuild - ID:NA - SUG:NA -- Gitee