From 37749951bc4d289a522ca332b3cc9cada8ace277 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 12 2017 21:39:21 +0000 Subject: Add valgrind BuildRequires to have valgrind support Signed-off-by: Igor Gnatenko --- diff --git a/mesa.spec b/mesa.spec index 671b891..ef16978 100644 --- a/mesa.spec +++ b/mesa.spec @@ -59,7 +59,7 @@ Name: mesa Summary: Mesa graphics libraries Version: 13.0.3 -Release: 1%{?rctag:.%{rctag}}%{?dist} +Release: 2%{?rctag:.%{rctag}}%{?dist} License: MIT URL: http://www.mesa3d.org @@ -132,6 +132,9 @@ BuildRequires: nettle-devel %endif BuildRequires: python-mako BuildRequires: libstdc++-static +%ifarch %{valgrind_arches} +BuildRequires: pkgconfig(valgrind) +%endif %description %{summary}. @@ -669,6 +672,9 @@ popd %endif %changelog +* Thu Jan 12 2017 Igor Gnatenko - 13.0.3-2 +- Add valgrind BuildRequires to have valgrind support + * Fri Jan 6 2017 Peter Robinson 13.0.3-1 - 13.0.3 GA