From c45a88758e30ecdc1e58c29b3ceba8b8d7618697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Tue, 30 Jul 2024 08:03:43 +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-pexpect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index 031438d..77b7972 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pexpect Version: 4.8.0 -Release: 2 +Release: 3 Summary: Pexpect allows easy control of interactive console applications. License: ISC license URL: https://pexpect.readthedocs.io/ @@ -95,7 +95,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu 19 Nov 2020 leiju - 4.8.0-2 +* Tue Jul 30 2024 zhangshaoning - 4.8.0-3 +- Fix bad date in changelog + +* Thu Nov 19 2020 leiju - 4.8.0-2 - Add BuildRequiers python3-ptyprocess * Mon Oct 12 2020 wangxiao - 4.8.0-1 -- Gitee