From 4c268f044dd7e14458c5663fd2873f8e55da7147 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 --- pyatspi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyatspi.spec b/pyatspi.spec index dd9a4de..4beba08 100644 --- a/pyatspi.spec +++ b/pyatspi.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global debug_package %{nil} Name: pyatspi @@ -77,6 +77,9 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' examples/magFocusTracker.py %changelog +* Wed Mar 13 2024 Zhao Hang - 2.46.0-2 +- Rebuild with python3.11 + * Tue Dec 20 2022 Funda Wang - 2.46.0-1 - New version 2.46.0 -- Gitee