From 2b53e7ec9bb3decca2f50e450ad89e24faade303 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jun 13 2018 13:40:42 +0000 Subject: Bootstrap for Python 3.7 --- diff --git a/python2.spec b/python2.spec index 3274d34..f2a856c 100644 --- a/python2.spec +++ b/python2.spec @@ -1,3 +1,4 @@ +%global _with_python3_bootstrap 1 # ====================================================== # Conditionals and other variables controlling the build # ====================================================== @@ -108,7 +109,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} # Remember to also rebase python2-docs when changing this: Version: 2.7.15 -Release: 2%{?dist} +Release: 3%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -1952,6 +1953,9 @@ CheckPython \ # ====================================================== %changelog +* Wed Jun 13 2018 Miro Hrončok - 2.7.15-3 +- Bootstrap for Python 3.7 + * Tue May 15 2018 Charalampos Stratakis - 2.7.15-2 - Fix loading of the gdb python plugin (rhbz#1578001)