From dca2cd252b44e74e01fe44445d880fc0fb9579b7 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 26 Mar 2024 11:34:02 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- python-pillow.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pillow.spec b/python-pillow.spec index 6bd2d44..a640974 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global py3_incdir %(RPM_BUILD_ROOT= %{python3} -Ic 'import sysconfig; print(sysconfig.get_path("include"))') %global py3_libbuilddir lib.%{python3_platform}-%{python3_version} @@ -187,6 +187,9 @@ popd %endif %changelog +* Tue Mar 26 2024 Bo Ren - 10.1.0-2 +- Rebuild with python3.11 + * Sun Nov 05 2023 Funda Wang - 10.1.0-1 - New version 10.1.0 -- Gitee