2.2.0-7
This commit is contained in:
parent
b1f5ac10e0
commit
7c2b2536bc
@ -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: 2.2.0
|
Version: 2.2.0
|
||||||
Release: 6
|
Release: 7
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source0: http://developer.kde.org/~sewardj/valgrind-%{version}.tar.bz2
|
Source0: http://developer.kde.org/~sewardj/valgrind-%{version}.tar.bz2
|
||||||
Patch0: valgrind-2.0.0-pthread-stacksize.patch
|
Patch0: valgrind-2.0.0-pthread-stacksize.patch
|
||||||
@ -11,7 +11,7 @@ Patch3: valgrind-2.2.0.ioctls.patch
|
|||||||
Patch4: valgrind-2.2.0-warnings.patch
|
Patch4: valgrind-2.2.0-warnings.patch
|
||||||
Patch5: valgrind-2.2.0-valgrind_h.patch
|
Patch5: valgrind-2.2.0-valgrind_h.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://developer.kde.org/~sewardj
|
URL: http://valgrind.kde.org/
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
ExclusiveArch: %{ix86}
|
ExclusiveArch: %{ix86}
|
||||||
@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 6 2004 Jakub Jelinek <jakub@redhat.com> 2.2.0-7
|
||||||
|
- update URL (#141873)
|
||||||
|
|
||||||
* Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.2.0-6
|
* Tue Nov 16 2004 Jakub Jelinek <jakub@redhat.com> 2.2.0-6
|
||||||
- act as if NVALGRIND is defined when using <valgrind.h>
|
- act as if NVALGRIND is defined when using <valgrind.h>
|
||||||
in non-m32/i386 programs (#138923)
|
in non-m32/i386 programs (#138923)
|
||||||
|
Loading…
Reference in New Issue
Block a user