From 0268e323750ca7d4af3c78e13480cffc63b08f85 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Thu, 18 May 2017 14:15:22 +0200 Subject: [PATCH] revert logic for modularity patch and enable gdbm for modularity --- python2.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python2.spec b/python2.spec index 5f044b0..6195452 100644 --- a/python2.spec +++ b/python2.spec @@ -54,7 +54,6 @@ %global run_selftest_suite 1 %if 0%{?_module_build} -%global with_gdbm 0 %global with_valgrind 0 %global with_systemtap 0 %global run_selftest_suite 0 @@ -110,7 +109,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} # Remember to also rebase python-docs when changing this: Version: 2.7.13 -Release: 8%{?dist} +Release: 9%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -1079,7 +1078,7 @@ mv Modules/cryptmodule.c Modules/_cryptmodule.c %patch252 -p1 %patch269 -p1 -%if ! 0%{?_module_build} +%if 0%{?_module_build} %patch4000 -p1 %endif @@ -1952,6 +1951,9 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Thu May 18 2017 Karsten Hopp - 2.7.13-9 +- revert logic for modularity patch and enable gdbm for modularity + * Wed May 10 2017 Charalampos Stratakis - 2.7.13-8 - Enable profile guided optimizations for x86_64 and i686 architectures - Update description to reflect that Python 2 is not the default Python