Enable profile guided optimizations for some architectures

This commit is contained in:
Dingli Zhang 2024-08-28 04:32:53 +00:00
parent 1b5a143a9b
commit 7dab75c637

View File

@ -3,14 +3,14 @@ Summary: Interpreter of the Python3 programming language
URL: https://www.python.org/ URL: https://www.python.org/
Version: 3.11.6 Version: 3.11.6
Release: 4 Release: 5
License: Python-2.0 License: Python-2.0
%global branchversion 3.11 %global branchversion 3.11
%global pyshortver 311 %global pyshortver 311
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64 aarch64 riscv64
%bcond_with optimizations %bcond_without optimizations
%else %else
%bcond_with optimizations %bcond_with optimizations
%endif %endif
@ -857,13 +857,19 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP"
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Wed Aug 28 2024 Dingli Zhang <dingli@iscas.ac.cn> - 3.11.6-5
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:enable profile guided optimizations for some architectures
* Mon Jul 29 2024 xinsheng <xinsheng3@huawei.com> - 3.11.6-4 * Mon Jul 29 2024 xinsheng <xinsheng3@huawei.com> - 3.11.6-4
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA
- SUG:NA - SUG:NA
- DESC:fix CVE-2024-4032, CVE-2024-0397 and fix xml tree assert error - DESC:fix CVE-2024-4032, CVE-2024-0397 and fix xml tree assert error
* Web Jul 10 2024 xinsheng <xinsheng3@huawei.com> - 3.11.6-3 * Wed Jul 10 2024 xinsheng <xinsheng3@huawei.com> - 3.11.6-3
- Type:bugfix - Type:bugfix
- CVE:NA - CVE:NA
- SUG:NA - SUG:NA