From 38eefdef1d5ae0360778a31aecd6278163136ca8 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 20 Aug 2022 08:29:00 +0300 Subject: [PATCH] Initial bootstrap See: https://src.fedoraproject.org/rpms/python3.11/c/135d8791942a96b8dedba45744439af29540f153?branch=rawhide Signed-off-by: David Abdurachmanov --- python3.11.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/python3.11.spec b/python3.11.spec index 8251aa7..670e02a 100644 --- a/python3.11.spec +++ b/python3.11.spec @@ -17,7 +17,7 @@ URL: https://www.python.org/ %global prerel rc1 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2.0.riscv64%{?dist} +Release: 2.1.riscv64%{?dist} License: Python @@ -59,11 +59,11 @@ License: Python # IMPORTANT: When bootstrapping, it's very likely the wheels for pip and # setuptools are not available. Turn off the rpmwheels bcond until # the two packages are built with wheels to get around the issue. -%bcond_with bootstrap +%bcond_without bootstrap # Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package # Uses upstream bundled prebuilt wheels otherwise -%bcond_without rpmwheels +%bcond_with rpmwheels # If the rpmwheels condition is disabled, we use the bundled wheel packages # from Python with the versions below. # This needs to be manually updated when we update Python. @@ -71,10 +71,10 @@ License: Python %global setuptools_version 63.2.0 # Expensive optimizations (mainly, profile-guided optimizations) -%bcond_without optimizations +%bcond_with optimizations # Run the test suite in %%check -%bcond_without tests +%bcond_with tests # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages) @@ -1604,6 +1604,9 @@ CheckPython optimized # ====================================================== %changelog +* Sat Aug 20 2022 David Abdurachmanov - 3.11.0~rc1-2.1.riscv64 +- Initial bootstrap + * Fri Aug 19 2022 David Abdurachmanov - 3.11.0~rc1-2.0.riscv64 - Enable riscv64