3.9.0-26.svn20140829r14384

- Update to upstream svn r14384
- Enable gdb_server tests again for arm and aarch64

Resolves: #1121980
Resolves: #1111726
This commit is contained in:
Mark Wielaard 2014-08-29 16:45:27 +02:00
parent 77994db521
commit a8cca3a373
3 changed files with 9 additions and 13 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
d8ddbdb7723df536ea3c393ee147a1c6 valgrind-3.9.0-svn20140827r14371.tar.bz2
d606c4aaa9567fa81e47f873dca2ca46 valgrind-3.9.0-svn20140829r14384.tar.bz2

View File

@ -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/
@ -197,9 +197,6 @@ OPTFLAGS="`echo " %{optflags} " | sed 's/ -m\(64\|3[21]\) / /g;s/ -fexceptions /
%configure CC="$CC" CFLAGS="$OPTFLAGS" CXXFLAGS="$OPTFLAGS" \
%if %{build_openmpi}
--with-mpicc=%{mpiccpath} \
%endif
%ifarch aarch64
--enable-only64bit \
%endif
GDB=%{_bindir}/gdb
@ -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@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@redhat.com> - 3.9.0-25.svn20140827r14370
- Update to upstream svn r14370
- Remove ppc testfile copying (no longer patched in)