From 0918530ebb37f550d1a287639602b3a7083c4dca Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 14:18:59 +0800 Subject: [PATCH] Rebuild with python3.11 Signed-off-by: Zhao Hang --- protobuf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/protobuf.spec b/protobuf.spec index f8d0a40..c22ccab 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -1,4 +1,4 @@ -%define anolis_release 5 +%define anolis_release 6 %define googletest_ver 5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081 %bcond_without python %bcond_with java @@ -422,6 +422,9 @@ fail=1 %doc CHANGES.txt CONTRIBUTORS.txt README.md %changelog +* Wed Mar 13 2024 Zhao Hang - 3.19.6-6 +- Rebuild with python3.11 + * Tue Dec 26 2023 happy_orange - 3.19.6-5 - fix the source url error -- Gitee