From 32995cdcbbf8f11315f8d410938e2e8ed4a3ea8b Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Thu, 15 Mar 2018 06:05:58 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- libccd.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libccd.spec b/libccd.spec index cef095f..9474670 100644 --- a/libccd.spec +++ b/libccd.spec @@ -4,7 +4,7 @@ Name: libccd Version: 2.0 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Library for collision detection between convex shapes License: BSD @@ -24,7 +24,7 @@ BuildRequires: cmake28 BuildRequires: cmake %endif # These are required for executing the test suite -BuildRequires: python +BuildRequires: python2 %if 0%{?with_valgrind} BuildRequires: valgrind %endif @@ -90,6 +90,10 @@ make -C build test ||exit 0 %{_libdir}/pkgconfig/*.pc %changelog +* Thu Mar 15 2018 Iryna Shcherbina - 2.0-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 2.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild