From d760d6bfb25eee88bf7661d3d6373e9abaface70 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 14 Mar 2018 22:29:14 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- 0ad.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/0ad.spec b/0ad.spec index 80f5510..3de5606 100644 --- a/0ad.spec +++ b/0ad.spec @@ -19,7 +19,7 @@ Name: 0ad Version: 0.0.22 -Release: 6%{?dist} +Release: 7%{?dist} # BSD License: # build/premake/* # libraries/source/miniupnpc/* (not built/used) @@ -88,7 +88,7 @@ BuildRequires: nvidia-texture-tools-devel BuildRequires: openal-soft-devel BuildRequires: openjpeg-devel BuildRequires: pkgconfig -BuildRequires: python +BuildRequires: python2 BuildRequires: SDL2-devel BuildRequires: subversion BuildRequires: valgrind-devel @@ -236,6 +236,10 @@ export STRIP=/bin/true %{_mandir}/man6/*.6* %changelog +* Wed Mar 14 2018 Iryna Shcherbina - 0.0.22-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Mar 07 2018 Adam Williamson - 0.0.22-6 - Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")