auto-import valgrind-3.0.1-1 on branch devel from valgrind-3.0.1-1.src.rpm

This commit is contained in:
Jakub Jelinek 2005-09-11 19:44:18 +00:00
parent 6fcc70951c
commit 64093383a1
3 changed files with 17 additions and 18 deletions

View File

@ -1 +1 @@
valgrind-3.0.0.tar.bz2 valgrind-3.0.1.tar.bz2

View File

@ -1 +1 @@
e976a343c61d9505162f595a8aeb09c1 valgrind-3.0.0.tar.bz2 c29efdb7d1a93440f5644a6769054681 valgrind-3.0.1.tar.bz2

View File

@ -1,23 +1,20 @@
Summary: Tool for finding memory management bugs in programs Summary: Tool for finding memory management bugs in programs
Name: valgrind Name: valgrind
Version: 3.0.0 Version: 3.0.1
Release: 3 Release: 1
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.0.0-regtest.patch Patch1: valgrind-3.0.1-valgrind_h.patch
Patch2: valgrind-3.0.0-valgrind_h.patch Patch2: valgrind-3.0.1-amd64-highbase.patch
Patch3: valgrind-3.0.0-amd64-highbase.patch Patch3: valgrind-3.0.1-biarch-hack.patch
Patch4: valgrind-3.0.0-matchexec.patch Patch4: valgrind-3.0.1-amd64-speedup.patch
Patch5: valgrind-3.0.0-biarch-hack.patch Patch5: valgrind-3.0.1-amd64-syscalls.patch
Patch6: valgrind-3.0.0-amd64-grp2-rip.patch
Patch7: valgrind-3.0.0-amd64-sar16.patch
Patch8: valgrind-3.0.0-amd64-speedup.patch
License: GPL License: GPL
URL: http://www.valgrind.org/ URL: http://www.valgrind.org/
Group: Development/Debuggers Group: Development/Debuggers
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64
# Temporarily, valgrind-callgrind has not been ported to valgrind-3.0.0 yet # Temporarily, valgrind-callgrind has not been ported to valgrind-3.0.x yet
Obsoletes: valgrind-callgrind Obsoletes: valgrind-callgrind
# Disable build root strip policy # Disable build root strip policy
@ -37,15 +34,12 @@ find/diagnose.
%prep %prep
%setup -q %setup -q
%patch1 -p1 %patch1 -p1
%patch2 -p1
%ifarch x86_64 %ifarch x86_64
%patch3 -p1 %patch2 -p1
%endif %endif
%patch3 -p1
%patch4 -p1 %patch4 -p1
%patch5 -p1 %patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%build %build
%configure %configure
@ -108,6 +102,11 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/valgrind* %{_mandir}/man1/valgrind*
%changelog %changelog
* Sun Sep 11 2005 Jakub Jelinek <jakub@redhat.com> 3.0.1-1
- upgrade to 3.0.1
- many bugfixes
- handle xattr syscalls on x86-64 (Ulrich Drepper)
* Fri Aug 12 2005 Jakub Jelinek <jakub@redhat.com> 3.0.0-3 * Fri Aug 12 2005 Jakub Jelinek <jakub@redhat.com> 3.0.0-3
- fix amd64 handling of cwtd instruction - fix amd64 handling of cwtd instruction
- fix amd64 handling of e.g. sarb $0x4,val(%rip) - fix amd64 handling of e.g. sarb $0x4,val(%rip)