From 8227c33d21f17fa4e5f821a70e6bee20443fabb9 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Aug 01 2017 15:04:01 +0000 Subject: Dropped BuildRequires on db4-devel - it was useful for Python 2 (module bsddb), however, no longer needod for Python 3 - Tested building Python 3 with and without the dependency, all tests pass and filelists of resulting RPMs are identical --- diff --git a/python3.spec b/python3.spec index 97ad114..328884a 100644 --- a/python3.spec +++ b/python3.spec @@ -123,7 +123,7 @@ Summary: Version 3 of the Python programming language aka Python 3000 Name: python3 Version: %{pybasever}.2 -Release: 2%{?dist} +Release: 3%{?dist} License: Python Group: Development/Languages @@ -138,7 +138,6 @@ BuildRequires: autoconf BuildRequires: bluez-libs-devel BuildRequires: bzip2 BuildRequires: bzip2-devel -BuildRequires: db4-devel >= 4.7 # expat 2.1.0 added the symbol XML_SetHashSalt without bumping SONAME. We use # it (in pyexpat) in order to enable the fix in Python-3.2.3 for CVE-2012-0876: @@ -1665,6 +1664,12 @@ fi # ====================================================== %changelog +* Tue Aug 01 2017 Tomas Orsava - 3.6.2-3 +- Dropped BuildRequires on db4-devel which was useful for Python 2 (module + bsddb), however, no longer needod for Python 3 +- Tested building Python 3 with and without the dependency, all tests pass and + filelists of resulting RPMs are identical + * Tue Jul 25 2017 Charalampos Stratakis - 3.6.2-2 - Make test_asyncio to not depend on the current SIGHUP signal handler.