3.2.3-4
This commit is contained in:
parent
6e8885ac94
commit
b2a63efa75
@ -1,7 +1,7 @@
|
|||||||
Summary: Tool for finding memory management bugs in programs
|
Summary: Tool for finding memory management bugs in programs
|
||||||
Name: valgrind
|
Name: valgrind
|
||||||
Version: 3.2.3
|
Version: 3.2.3
|
||||||
Release: 3
|
Release: 4
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source0: http://www.valgrind.org/downloads/valgrind-%{version}.tar.bz2
|
Source0: http://www.valgrind.org/downloads/valgrind-%{version}.tar.bz2
|
||||||
Patch1: valgrind-3.2.3-openat.patch
|
Patch1: valgrind-3.2.3-openat.patch
|
||||||
@ -49,9 +49,9 @@ find/diagnose.
|
|||||||
mkdir -p libgcc/32
|
mkdir -p libgcc/32
|
||||||
touch libgcc/32/libgcc_s.a
|
touch libgcc/32/libgcc_s.a
|
||||||
touch libgcc/libgcc_s_32.a
|
touch libgcc/libgcc_s_32.a
|
||||||
%configure CC="gcc -B `pwd`/libgcc/"
|
%configure CC="gcc -B `pwd`/libgcc/" GDB=%{_bindir}/gdb
|
||||||
%else
|
%else
|
||||||
%configure
|
%configure GDB=%{_bindir}/gdb
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Force a specific set of default suppressions
|
# Force a specific set of default suppressions
|
||||||
@ -125,6 +125,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/valgrind*
|
%{_mandir}/man1/valgrind*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 28 2007 Jakub Jelinek <jakub@redhat.com> 3.2.3-4
|
||||||
|
- pass GDB=%{_prefix}/gdb to configure to fix default
|
||||||
|
--db-command (#220840)
|
||||||
|
|
||||||
* Wed Jun 27 2007 Jakub Jelinek <jakub@redhat.com> 3.2.3-3
|
* Wed Jun 27 2007 Jakub Jelinek <jakub@redhat.com> 3.2.3-3
|
||||||
- add suppressions for glibc >= 2.6
|
- add suppressions for glibc >= 2.6
|
||||||
- avoid valgrind internal error if io_destroy syscall is
|
- avoid valgrind internal error if io_destroy syscall is
|
||||||
|
Loading…
Reference in New Issue
Block a user