From 519d9228b9fe7130e9298c710f52c754310ad706 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 21 Feb 2018 07:11:13 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- sword.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sword.spec b/sword.spec index 3d1b642..bed5a2b 100644 --- a/sword.spec +++ b/sword.spec @@ -2,7 +2,7 @@ Name: sword Version: 1.8.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Free Bible Software Project License: GPLv2 URL: http://www.crosswire.org/sword/ @@ -17,7 +17,7 @@ BuildRequires: libicu-devel icu BuildRequires: clucene-core-devel BuildRequires: cppunit-devel BuildRequires: swig -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: gcc BuildRequires: gcc-c++ @@ -140,6 +140,10 @@ make tests %{python2_sitearch}/sword-%{version}-py%{python2_version}.egg-info %changelog +* Wed Feb 21 2018 Iryna Shcherbina - 1.8.1-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sun Feb 18 2018 Gregory Hellings - 1.8.1-3 - Remove post/postun for F28+ - Rename python-sword to python2-sword