From 1bcae3ff015700a8322375c958268e2c5bdfcc5d Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 15 Aug 2014 12:17:32 +0200 Subject: [PATCH] Added valgrind-devel to BuildRequires, fixing bz #974270 --- jemalloc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/jemalloc.spec b/jemalloc.spec index da4a386..59564d1 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc Version: 3.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: General-purpose scalable concurrent malloc implementation Group: System Environment/Libraries @@ -18,6 +18,7 @@ Patch2: jemalloc-armv5-force-atomic.patch Patch3: jemalloc-3.0.0.atomic_h_ppc_32bit_operations.patch Patch4: jemalloc-3.6.0.no_explicit_altivec.patch BuildRequires: /usr/bin/xsltproc +BuildRequires: valgrind-devel %description General-purpose scalable concurrent malloc(3) implementation. @@ -93,8 +94,11 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog +* Fri Aug 15 2014 Ingvar Hagelund - 3.6.0-5 +- Added valgrind-devel to BuildRequires, fixing bz #974270 + * Fri Aug 15 2014 Ingvar Hagelund - 3.6.0-4 -- Added an i686 build fix +- Added an i686 build fixing bz #1106933 * Sun Jun 08 2014 Fedora Release Engineering - 3.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild