3.11.0-9
- Fix valgrind-3.11.0-pthread_barrier.patch to apply with older patch. - Fix multilib issue in config.h with HAVE_AS_AMD64_FXSAVE64.
This commit is contained in:
parent
b8858a0102
commit
a039a081f3
@ -3,7 +3,7 @@
|
||||
Summary: Tool for finding memory management bugs in programs
|
||||
Name: %{?scl_prefix}valgrind
|
||||
Version: 3.11.0
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
URL: http://www.valgrind.org/
|
||||
@ -311,7 +311,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/valgrind/*.supp.in
|
||||
%ifarch %{ix86} x86_64
|
||||
# To avoid multilib clashes in between i?86 and x86_64,
|
||||
# tweak installed <valgrind/config.h> a little bit.
|
||||
for i in HAVE_PTHREAD_CREATE_GLIBC_2_0 HAVE_PTRACE_GETREGS \
|
||||
for i in HAVE_PTHREAD_CREATE_GLIBC_2_0 HAVE_PTRACE_GETREGS HAVE_AS_AMD64_FXSAVE64 \
|
||||
%if 0%{?rhel} == 5
|
||||
HAVE_BUILTIN_ATOMIC HAVE_BUILTIN_ATOMIC_CXX \
|
||||
%endif
|
||||
@ -411,6 +411,10 @@ echo ===============END TESTING===============
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Jan 21 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-9
|
||||
- Fix valgrind-3.11.0-pthread_barrier.patch to apply with older patch.
|
||||
- Fix multilib issue in config.h with HAVE_AS_AMD64_FXSAVE64.
|
||||
|
||||
* Thu Jan 21 2016 Mark Wielaard <mjw@redhat.com> - 3.11.0-8
|
||||
- Add valgrind-3.11.0-rlimit_data.patch
|
||||
- Add valgrind-3.11.0-fclose.patch
|
||||
|
Loading…
Reference in New Issue
Block a user