From 0cc83e12667cf68bdd2f9c80afc689b93eb7d965 Mon Sep 17 00:00:00 2001 From: yanjianqing Date: Tue, 28 Oct 2025 02:52:55 +0000 Subject: [PATCH] Resolve the issue of reversing the date order in the changelog Signed-off-by: yanjianqing --- python-pillow.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pillow.spec b/python-pillow.spec index 2505439..92d0f62 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -5,7 +5,7 @@ Name: python-pillow Version: 9.2.0 -Release: 1 +Release: 2 Summary: Python image processing library License: MIT URL: http://python-pillow.github.io/ @@ -144,6 +144,9 @@ pytest --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v %{python3_sitearch}/PIL/__pycache__/ImageQt* %changelog +* Tue Oct 28 2025 yanjianqing - 9.2.0-2 +- Resolve the issue of reversing the date order in the changelog + * Thu Nov 21 2024 tzing_t - 9.2.0-1 - update package of version 9.2.0 - Deprecate ImageFont.getsize and related functions @@ -155,7 +158,7 @@ pytest --ignore=_build.python2 --ignore=_build.python3 --ignore=_build.pypy3 -v * Thu Aug 19 2021 hanhui - 8.1.2-2 - DESC: enable test case from setup.py -* Wed Jul 14 2021 OpenStack_SIG - 8.1.2-1 +* Tue Aug 10 2021 OpenStack_SIG - 8.1.2-1 - Update to 8.1.2 * Thu Jul 15 2021 liuyumeng - 8.1.1-6 -- Gitee