From c4cab72129d9791340e52336d9e08153addb1e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 14 Aug 2019 23:07:29 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python3.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/python3.spec b/python3.spec index 3e77f87..ab617df 100644 --- a/python3.spec +++ b/python3.spec @@ -1,7 +1,3 @@ -%global _without_optimizations 1 -%global _without_tests 1 -%global _without_rpmwheels 1 -%global _with_bootstrap 1 # ================== # Top-level metadata # ================== @@ -21,7 +17,7 @@ URL: https://www.python.org/ %global prerel b3 %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 2%{?dist} +Release: 3%{?dist} License: Python @@ -1532,6 +1528,9 @@ CheckPython optimized # ====================================================== %changelog +* Wed Aug 14 2019 Miro Hrončok - 3.8.0~b3-3 +- Rebuilt for Python 3.8 + * Wed Aug 14 2019 Miro Hrončok - 3.8.0~b3-2 - Bootstrap for Python 3.8