2.4.0-2
This commit is contained in:
parent
d0959a7e26
commit
5cad6a09fd
@ -1,11 +1,11 @@
|
|||||||
Summary: Tool for finding memory management bugs in programs
|
Summary: Tool for finding memory management bugs in programs
|
||||||
Name: valgrind
|
Name: valgrind
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source0: http://developer.kde.org/~sewardj/valgrind-%{version}.tar.bz2
|
Source0: http://developer.kde.org/~sewardj/valgrind-%{version}.tar.bz2
|
||||||
Patch1: valgrind-2.4.0-regtest.patch
|
Patch1: valgrind-2.4.0-regtest.patch
|
||||||
Patch2: valgrind-2.1.2-4G.patch
|
Patch2: valgrind-2.4.0-valgrind_h.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: http://valgrind.kde.org/
|
URL: http://valgrind.kde.org/
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
@ -32,7 +32,7 @@ find/diagnose.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
#%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%define __find_provides %{_builddir}/%{name}-%{version}/find-provides
|
%define __find_provides %{_builddir}/%{name}-%{version}/find-provides
|
||||||
find_provides=`rpm --eval %%{__find_provides}`
|
find_provides=`rpm --eval %%{__find_provides}`
|
||||||
@ -100,6 +100,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/valgrind*
|
%{_mandir}/man1/valgrind*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 30 2005 Colin Walters <walters@redhat.com> 2.4.0-2
|
||||||
|
- resurrect the non-upstreamed part of valgrind_h patch
|
||||||
|
- remove 2.1.2-4G patch, seems to be upstreamed
|
||||||
|
- resurrect passing -fno-builtin in memcheck tests
|
||||||
|
|
||||||
* Sun Mar 27 2005 Colin Walters <walters@redhat.com> 2.4.0-1
|
* Sun Mar 27 2005 Colin Walters <walters@redhat.com> 2.4.0-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
- Update valgrind-2.2.0-regtest.patch to 2.4.0; required minor
|
- Update valgrind-2.2.0-regtest.patch to 2.4.0; required minor
|
||||||
|
Loading…
Reference in New Issue
Block a user