From 81421e8557b67aff4e62a116a89d4745b03bd2c9 Mon Sep 17 00:00:00 2001 From: yanjianqing Date: Fri, 26 Sep 2025 01:42:39 +0000 Subject: [PATCH] changelog not in descending chronological order Signed-off-by: yanjianqing --- python-munch.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-munch.spec b/python-munch.spec index be2744e..832b8ef 100644 --- a/python-munch.spec +++ b/python-munch.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-munch Version: 2.5.0 -Release: 2 +Release: 3 Summary: A dot-accessible dictionary (a la JavaScript objects) License: MIT URL: https://github.com/Infinidat/munch @@ -121,7 +121,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Jan 06 2020 lingsheng - 2.5.0-2 +* Fri Sep 26 2025 yanjianqing - 2.5.0-3 +- Correct the changelog date + +* Wed Jan 06 2021 lingsheng - 2.5.0-2 - Add buildrequire python3-pbr * Mon Oct 19 2020 Python_Bot - 2.5.0-1 -- Gitee