From 7b8c688ba27dc08fb297b22203abad1f153ae27d Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Wed, 13 Mar 2024 10:25:57 +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 b97febd..52b4400 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %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-5 +- Rebuild with python3.11 + * Wed Apr 12 2023 Xuchun Shang - 3.19.6-4 - Add doc package and update some description -- Gitee