diff --git a/python3.spec b/python3.spec index eb6116d5a81b25c664d5123d6f069a14394a4cae..c93d1357b472e0e37ecee456058c5d64b310f319 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