Enable profile guided optimizations for some architectures
This commit is contained in:
parent
1b5a143a9b
commit
7dab75c637
14
python3.spec
14
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 <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
|
||||
- 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 <xinsheng3@huawei.com> - 3.11.6-3
|
||||
* Wed Jul 10 2024 xinsheng <xinsheng3@huawei.com> - 3.11.6-3
|
||||
- Type:bugfix
|
||||
- CVE:NA
|
||||
- SUG:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user