!339 Enable profile guided optimizations for some architectures

From: @DingliZhang 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2024-09-03 06:54:27 +00:00 committed by Gitee
commit cfefbc5fc7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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