[valgrind/f17] 3.7.0-4

Jakub Jelinek jakub at fedoraproject.org
Mon May 7 11:59:55 UTC 2012


commit a5396a30908e3100e4bfc040556ab8762be61ae4
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Mon May 7 13:59:51 2012 +0200

    3.7.0-4

 valgrind-3.7.0-debug-types.patch |    3 ++-
 valgrind.spec                    |    5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)
---
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 <jakub at redhat.com> 3.7.0-3
+* Mon May  7 2012 Jakub Jelinek <jakub at redhat.com> 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)


More information about the scm-commits mailing list