[valgrind] 3.9.0-26.svn20140829r14384

Mark Wielaard mjw at fedoraproject.org
Fri Aug 29 14:48:46 UTC 2014


commit a8cca3a373a43b3e63694a7b4cf07cb3fef35e97
Author: Mark Wielaard <mjw at redhat.com>
Date:   Fri Aug 29 16:45:27 2014 +0200

    3.9.0-26.svn20140829r14384
    
    - Update to upstream svn r14384
    - Enable gdb_server tests again for arm and aarch64
    
    Resolves: #1121980
    Resolves: #1111726

 .gitignore    |    1 +
 sources       |    2 +-
 valgrind.spec |   19 +++++++------------
 3 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f90e47..9b4ec55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /valgrind-3.9.0-svn20140809r14250.tar.bz2
 /valgrind-3.9.0-svn20140818r14303.tar.bz2
 /valgrind-3.9.0-svn20140827r14371.tar.bz2
+/valgrind-3.9.0-svn20140829r14384.tar.bz2
diff --git a/sources b/sources
index 20864ba..12581f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8ddbdb7723df536ea3c393ee147a1c6  valgrind-3.9.0-svn20140827r14371.tar.bz2
+d606c4aaa9567fa81e47f873dca2ca46  valgrind-3.9.0-svn20140829r14384.tar.bz2
diff --git a/valgrind.spec b/valgrind.spec
index 236c29b..7638550 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -1,12 +1,12 @@
 %{?scl:%scl_package valgrind}
 
-%define svn_date 20140827
-%define svn_rev 14371
+%define svn_date 20140829
+%define svn_rev 14384
 
 Summary: Tool for finding memory management bugs in programs
 Name: %{?scl_prefix}valgrind
 Version: 3.9.0
-Release: 25.svn%{?svn_date}r%{?svn_rev}%{?dist}
+Release: 26.svn%{?svn_date}r%{?svn_rev}%{?dist}
 Epoch: 1
 License: GPLv2+
 URL: http://www.valgrind.org/
@@ -198,9 +198,6 @@ OPTFLAGS="`echo " %{optflags} " | sed 's/ -m\(64\|3[21]\) / /g;s/ -fexceptions /
 %if %{build_openmpi}
   --with-mpicc=%{mpiccpath} \
 %endif
-%ifarch aarch64
-  --enable-only64bit \
-%endif
   GDB=%{_bindir}/gdb
 
 make %{?_smp_mflags}
@@ -270,13 +267,7 @@ done
 make %{?_smp_mflags} CFLAGS="" check || :
 
 echo ===============TESTING===================
-# On arm and aarch64 the gdb integration tests hang for unknown reasons.
-# Only run the main tools tests.
-%ifarch %{arm} aarch64
-./close_fds make nonexp-regtest || :
-%else
 ./close_fds make regtest || :
-%endif
 
 # Make sure test failures show up in build.log
 # Gather up the diffs (at most the first 20 lines for each one)
@@ -325,6 +316,10 @@ echo ===============END TESTING===============
 %endif
 
 %changelog
+* Fri Aug 29 2014 Mark Wielaard <mjw at redhat.com> - 3.9.0-26.svn20140829r14384
+- Update to upstream svn r14384
+- Enable gdb_server tests again for arm and aarch64
+
 * Wed Aug 27 2014 Mark Wielaard <mjw at redhat.com> - 3.9.0-25.svn20140827r14370
 - Update to upstream svn r14370
 - Remove ppc testfile copying (no longer patched in)


More information about the scm-commits mailing list