From 73831c13150f435e1dbdf3e0b4c059714bf7dae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Fri, 5 Nov 2021 00:58:24 +0000 Subject: [PATCH] test --- python3.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index 23b9a23..e996f47 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.7.9 -Release: 16 +Release: 17 License: Python %global branchversion 3.7 %global pyshortver 37 %ifarch %{ix86} x86_64 -%bcond_without optimizations +%bcond_with optimizations %else %bcond_with optimizations %endif -- Gitee