From 7dab75c637f9bc898098ac2390218b6c88f35a83 Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Wed, 28 Aug 2024 04:32:53 +0000 Subject: [PATCH] Enable profile guided optimizations for some architectures --- python3.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/python3.spec b/python3.spec index eb6116d..c93d135 100644 --- a/python3.spec +++ b/python3.spec @@ -3,14 +3,14 @@ Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ Version: 3.11.6 -Release: 4 +Release: 5 License: Python-2.0 %global branchversion 3.11 %global pyshortver 311 -%ifarch %{ix86} x86_64 -%bcond_with optimizations +%ifarch %{ix86} x86_64 aarch64 riscv64 +%bcond_without optimizations %else %bcond_with optimizations %endif @@ -857,13 +857,19 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Wed Aug 28 2024 Dingli Zhang - 3.11.6-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:enable profile guided optimizations for some architectures + * Mon Jul 29 2024 xinsheng - 3.11.6-4 - Type:bugfix - CVE:NA - SUG:NA - DESC:fix CVE-2024-4032, CVE-2024-0397 and fix xml tree assert error -* Web Jul 10 2024 xinsheng - 3.11.6-3 +* Wed Jul 10 2024 xinsheng - 3.11.6-3 - Type:bugfix - CVE:NA - SUG:NA -- Gitee