3.2.1-2
This commit is contained in:
parent
4168f96846
commit
1a3136b1f6
@ -1,10 +1,12 @@
|
||||
Summary: Tool for finding memory management bugs in programs
|
||||
Name: valgrind
|
||||
Version: 3.2.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Epoch: 1
|
||||
Source0: http://www.valgrind.org/downloads/valgrind-%{version}.tar.bz2
|
||||
Patch1: valgrind-3.2.0-makefile.patch
|
||||
Patch2: valgrind-3.2.1-openat.patch
|
||||
Patch3: valgrind-3.2.1-cfa-set-loc.patch
|
||||
License: GPL
|
||||
URL: http://www.valgrind.org/
|
||||
Group: Development/Debuggers
|
||||
@ -33,6 +35,8 @@ find/diagnose.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
%build
|
||||
%ifarch x86_64 ppc64
|
||||
@ -116,6 +120,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/valgrind*
|
||||
|
||||
%changelog
|
||||
* Tue Sep 26 2006 Jakub Jelinek <jakub@redhat.com> 3.2.1-2
|
||||
- fix openat handling (#208097)
|
||||
- fix DW_CFA_set_loc handling
|
||||
|
||||
* Tue Sep 19 2006 Jakub Jelinek <jakub@redhat.com> 3.2.1-1
|
||||
- update to 3.2.1 bugfix release
|
||||
- SSE3 emulation fixes, reduce memcheck false positive rate,
|
||||
|
Loading…
Reference in New Issue
Block a user