From 9643d7042ad10d7ebed24d874881709d23406e44 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: May 07 2012 14:02:30 +0000 Subject: 3.7.0-4 --- diff --git a/valgrind-3.7.0-debug-types.patch b/valgrind-3.7.0-debug-types.patch index ee6b155..c345a0d 100644 --- a/valgrind-3.7.0-debug-types.patch +++ b/valgrind-3.7.0-debug-types.patch @@ -213,11 +213,12 @@ UChar* debug_str_img, Word debug_str_sz ); /* .debug_str */ --- valgrind-3.7.0/coregrind/m_debuginfo/readdwarf3.c (revision 12490) +++ valgrind-3.7.0/coregrind/m_debuginfo/readdwarf3.c (revision 12491) -@@ -140,6 +140,7 @@ +@@ -140,6 +140,8 @@ #include "pub_core_libcassert.h" #include "pub_core_libcprint.h" #include "pub_core_libcsetjmp.h" // setjmp facilities +#include "pub_core_hashtable.h" ++#include "pub_core_mallocfree.h" #include "pub_core_options.h" #include "pub_core_tooliface.h" /* VG_(needs) */ #include "pub_core_xarray.h" diff --git a/valgrind.spec b/valgrind.spec index 7c70552..435ce1d 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -1,7 +1,7 @@ Summary: Tool for finding memory management bugs in programs Name: valgrind Version: 3.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPLv2 URL: http://www.valgrind.org/ @@ -125,6 +125,7 @@ for details. %patch17 -p1 %patch18 -p1 %patch19 -p1 +touch memcheck/tests/dw4.stdout.exp %build CC=gcc @@ -219,7 +220,7 @@ echo ===============END TESTING=============== %endif %changelog -* Mon May 7 2012 Jakub Jelinek 3.7.0-3 +* Mon May 7 2012 Jakub Jelinek 3.7.0-4 - adjust suppressions so that it works even with ld-2.15.so (#806854) - handle DW_TAG_unspecified_type and DW_TAG_rvalue_reference_type (#810284, KDE#278313)