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