From e07b80e6359a8e92a78c7371b28205056af4864d Mon Sep 17 00:00:00 2001 From: Michal Toman Date: Fri, 12 Aug 2016 13:46:12 +0200 Subject: [PATCH] No valgrind on MIPS --- libccd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libccd.spec b/libccd.spec index ef80e8b..66d6145 100644 --- a/libccd.spec +++ b/libccd.spec @@ -1,10 +1,10 @@ -%ifnarch s390 +%ifnarch s390 %{mips} %global with_valgrind 1 %endif Name: libccd Version: 2.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Library for collision detection between convex shapes License: BSD @@ -90,6 +90,9 @@ make -C build test ||exit 0 %{_libdir}/pkgconfig/*.pc %changelog +* Fri Aug 12 2016 Michal Toman - 2.0-7 +- No valgrind on MIPS + * Thu Feb 04 2016 Fedora Release Engineering - 2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild