Hello community, here is the log from the commit of package valgrind checked in at Wed May 31 02:57:03 CEST 2006. -------- --- valgrind/valgrind.changes 2006-03-16 10:31:09.000000000 +0100 +++ valgrind/valgrind.changes 2006-05-30 16:23:36.000000000 +0200 @@ -1,0 +2,9 @@ +Tue May 30 16:23:03 CEST 2006 - dmueller@suse.de + +- update to 3.2.0 rc1: + * ppc64 support + * callgrind now integrated part + * massive performance improvements + * lots of emulation fixlets + +------------------------------------------------------------------- Old: ---- valgrind-3.1.1.tar.bz2 New: ---- valgrind-3.2.0rc1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ valgrind.spec ++++++ --- /var/tmp/diff_new_pack.r5qZCs/_old 2006-05-31 02:56:52.000000000 +0200 +++ /var/tmp/diff_new_pack.r5qZCs/_new 2006-05-31 02:56:52.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package valgrind (Version 3.1.1) +# spec file for package valgrind (Version 3.2.0) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,14 +17,16 @@ Group: Development/Tools/Debuggers Summary: Memory Management Debugger BuildRoot: %{_tmppath}/%{name}-%{version}-build -Version: 3.1.1 +Version: 3.2.0 Release: 1 -Source0: %{name}-%{version}.tar.bz2 +Source0: %{name}-3.2.0rc1.tar.bz2 # svn di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_1_0 svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_1_BRANCH > 3_1_BRANCH.diff # svn di svn://svn.valgrind.org/vex/tags/VEX_3_1_0 svn://svn.valgrind.org/vex/branches/VEX_3_1_BRANCH > VEX_3_1_BRANCH.diff #Patch0: 3_1_BRANCH.diff #Patch1: VEX_3_1_BRANCH.diff -ExclusiveArch: %ix86 x86_64 ppc +Provides: callgrind +Obsoletes: callgrind +ExclusiveArch: %ix86 x86_64 ppc ppc64 %description Valgrind checks all memory operations in an application, like read, @@ -60,7 +62,7 @@ Robert Walsh %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-3.2.0rc1 #%patch cd VEX #%patch1 @@ -84,11 +86,18 @@ %doc README* NEWS ACKNOWLEDGEMENTS AUTHORS COPYING /usr/bin/* /usr/include/valgrind +/usr/include/callgrind /usr/%_lib/pkgconfig/valgrind.pc %_libdir/valgrind %doc %_mandir/*/* %changelog -n valgrind +* Tue May 30 2006 - dmueller@suse.de +- update to 3.2.0 rc1: + * ppc64 support + * callgrind now integrated part + * massive performance improvements + * lots of emulation fixlets * Thu Mar 16 2006 - dmueller@suse.de - update to 3.1.1 (FATE #300493) * Mon Mar 06 2006 - dmueller@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...