diff --git a/valgrind-3.4.0.tar.bz2 b/valgrind-3.4.0.tar.bz2 deleted file mode 100644 index d2896cf..0000000 --- a/valgrind-3.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5ea4ae5b1ef9fca677a38959060a9acb70b38540721c8bf5c73d09a265f9f74 -size 5175209 diff --git a/valgrind-3.4.1.tar.bz2 b/valgrind-3.4.1.tar.bz2 new file mode 100644 index 0000000..91706ed --- /dev/null +++ b/valgrind-3.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669ee7aab8a3a905520159b6d7be35d3911e1a4d7a67d90dc1c12c00693184a9 +size 5183739 diff --git a/valgrind.changes b/valgrind.changes index 413d7c5..069bcb2 100644 --- a/valgrind.changes +++ b/valgrind.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Mar 13 01:52:58 CET 2009 - dmueller@suse.de + +- update to 3.4.1 (bnc#479701): + * 3.4.1 is a bug-fix release that fixes some regressions and + assertion failures in debug info reading in 3.4.0, most notably + incorrect stack traces on amd64-linux on older (glibc-2.3 based) + systems. Various other debug info problems are also fixed. A + number of bugs in the exp-ptrcheck tool introduced in 3.4.0 + have been fixed. + ------------------------------------------------------------------- Fri Jan 23 01:52:58 CET 2009 - dmueller@suse.de diff --git a/valgrind.spec b/valgrind.spec index acd2a5f..86cc776 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -1,5 +1,5 @@ # -# spec file for package valgrind (Version 3.4.0) +# spec file for package valgrind (Version 3.4.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -27,7 +27,7 @@ License: GPL v2 only Group: Development/Tools/Debuggers Summary: Valgrind Suite of Tools for Debugging and Profiling BuildRoot: %{_tmppath}/%{name}-%{version}-build -Version: 3.4.0 +Version: 3.4.1 Release: 1 Source0: %{name}-%{version}.tar.bz2 # svn di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_2_1 svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH > 3_2_BRANCH.diff @@ -148,6 +148,14 @@ mv $RPM_BUILD_ROOT/usr/share/doc/valgrind $RPM_BUILD_ROOT/usr/share/doc/packages %_libdir/valgrind/*/*.a %changelog +* Fri Mar 13 2009 dmueller@suse.de +- update to 3.4.1 (bnc#479701): + * 3.4.1 is a bug-fix release that fixes some regressions and + assertion failures in debug info reading in 3.4.0, most notably + incorrect stack traces on amd64-linux on older (glibc-2.3 based) + systems. Various other debug info problems are also fixed. A + number of bugs in the exp-ptrcheck tool introduced in 3.4.0 + have been fixed. * Fri Jan 23 2009 dmueller@suse.de - update to 3.4.0: * http://www.valgrind.org/docs/manual/dist.news.html