From c4236abd02f0b9c52c6d425f0371b6a3b1605be5 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Tue, 12 Mar 2024 15:05:42 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Bo Ren --- libiptcdata.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libiptcdata.spec b/libiptcdata.spec index 4ab3ce8..f67848c 100644 --- a/libiptcdata.spec +++ b/libiptcdata.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 Name: libiptcdata Version: 1.0.5 @@ -82,6 +82,9 @@ find %{buildroot} -name "*.la" -exec rm -f {} \; %changelog +* Tue Mar 12 2024 Bo Ren - 1.0.5-5 +- Rebuild with python3.11 + * Fri Dec 22 2023 mgb01105731 - 1.0.5-4 - rebuild -- Gitee