diff --git a/python3.spec b/python3.spec index c9bd60cb71a30d53f9a1dd736fc348d9fb4c7b52..4d35056e8b942d029c63bdb87fe0b041b5f23ce7 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 @@ -860,6 +860,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Thu Jul 11 2024 Dingli Zhang - 3.11.6-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:enable profile guided optimizations for some architectures + * Tue Jun 25 2024 peng.zou - 3.11.6-4 - Type:bugfix - CVE:NA