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:
parent
77994db521
commit
a8cca3a373
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
|||||||
/valgrind-3.9.0-svn20140809r14250.tar.bz2
|
/valgrind-3.9.0-svn20140809r14250.tar.bz2
|
||||||
/valgrind-3.9.0-svn20140818r14303.tar.bz2
|
/valgrind-3.9.0-svn20140818r14303.tar.bz2
|
||||||
/valgrind-3.9.0-svn20140827r14371.tar.bz2
|
/valgrind-3.9.0-svn20140827r14371.tar.bz2
|
||||||
|
/valgrind-3.9.0-svn20140829r14384.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
d8ddbdb7723df536ea3c393ee147a1c6 valgrind-3.9.0-svn20140827r14371.tar.bz2
|
d606c4aaa9567fa81e47f873dca2ca46 valgrind-3.9.0-svn20140829r14384.tar.bz2
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
%{?scl:%scl_package valgrind}
|
%{?scl:%scl_package valgrind}
|
||||||
|
|
||||||
%define svn_date 20140827
|
%define svn_date 20140829
|
||||||
%define svn_rev 14371
|
%define svn_rev 14384
|
||||||
|
|
||||||
Summary: Tool for finding memory management bugs in programs
|
Summary: Tool for finding memory management bugs in programs
|
||||||
Name: %{?scl_prefix}valgrind
|
Name: %{?scl_prefix}valgrind
|
||||||
Version: 3.9.0
|
Version: 3.9.0
|
||||||
Release: 25.svn%{?svn_date}r%{?svn_rev}%{?dist}
|
Release: 26.svn%{?svn_date}r%{?svn_rev}%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.valgrind.org/
|
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" \
|
%configure CC="$CC" CFLAGS="$OPTFLAGS" CXXFLAGS="$OPTFLAGS" \
|
||||||
%if %{build_openmpi}
|
%if %{build_openmpi}
|
||||||
--with-mpicc=%{mpiccpath} \
|
--with-mpicc=%{mpiccpath} \
|
||||||
%endif
|
|
||||||
%ifarch aarch64
|
|
||||||
--enable-only64bit \
|
|
||||||
%endif
|
%endif
|
||||||
GDB=%{_bindir}/gdb
|
GDB=%{_bindir}/gdb
|
||||||
|
|
||||||
@ -270,13 +267,7 @@ done
|
|||||||
make %{?_smp_mflags} CFLAGS="" check || :
|
make %{?_smp_mflags} CFLAGS="" check || :
|
||||||
|
|
||||||
echo ===============TESTING===================
|
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 || :
|
./close_fds make regtest || :
|
||||||
%endif
|
|
||||||
|
|
||||||
# Make sure test failures show up in build.log
|
# Make sure test failures show up in build.log
|
||||||
# Gather up the diffs (at most the first 20 lines for each one)
|
# Gather up the diffs (at most the first 20 lines for each one)
|
||||||
@ -325,6 +316,10 @@ echo ===============END TESTING===============
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 27 2014 Mark Wielaard <mjw@redhat.com> - 3.9.0-25.svn20140827r14370
|
||||||
- Update to upstream svn r14370
|
- Update to upstream svn r14370
|
||||||
- Remove ppc testfile copying (no longer patched in)
|
- Remove ppc testfile copying (no longer patched in)
|
||||||
|
Loading…
Reference in New Issue
Block a user