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
|
Summary: Tool for finding memory management bugs in programs
|
||||||
Name: valgrind
|
Name: valgrind
|
||||||
Version: 3.2.1
|
Version: 3.2.1
|
||||||
Release: 1
|
Release: 2
|
||||||
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.0-makefile.patch
|
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
|
License: GPL
|
||||||
URL: http://www.valgrind.org/
|
URL: http://www.valgrind.org/
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
@ -33,6 +35,8 @@ find/diagnose.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch x86_64 ppc64
|
%ifarch x86_64 ppc64
|
||||||
@ -116,6 +120,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/valgrind*
|
%{_mandir}/man1/valgrind*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 19 2006 Jakub Jelinek <jakub@redhat.com> 3.2.1-1
|
||||||
- update to 3.2.1 bugfix release
|
- update to 3.2.1 bugfix release
|
||||||
- SSE3 emulation fixes, reduce memcheck false positive rate,
|
- SSE3 emulation fixes, reduce memcheck false positive rate,
|
||||||
|
Loading…
Reference in New Issue
Block a user