[valgrind] Update to 3.10.0.BETA2.

Mark Wielaard mjw at fedoraproject.org
Mon Sep 8 22:31:30 UTC 2014


commit 8705d25eba90e42f68e8154736454bf1453dab62
Author: Mark Wielaard <mjw at redhat.com>
Date:   Tue Sep 9 00:28:32 2014 +0200

    Update to 3.10.0.BETA2.

 .gitignore    |    1 +
 sources       |    2 +-
 valgrind.spec |    9 +++++----
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0869683..5766f51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /valgrind-3.9.0-svn20140827r14371.tar.bz2
 /valgrind-3.9.0-svn20140829r14384.tar.bz2
 /valgrind-3.10.0.BETA1.tar.bz2
+/valgrind-3.10.0.BETA2.tar.bz2
diff --git a/sources b/sources
index f1e7687..9cd67ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dee188c79a9795fee178ba17f42c40b3  valgrind-3.10.0.BETA1.tar.bz2
+785115cf1a3f25afa8d0a97df6a1a879  valgrind-3.10.0.BETA2.tar.bz2
diff --git a/valgrind.spec b/valgrind.spec
index 0c6de0b..3654bf9 100644
--- a/valgrind.spec
+++ b/valgrind.spec
@@ -3,7 +3,7 @@
 Summary: Tool for finding memory management bugs in programs
 Name: %{?scl_prefix}valgrind
 Version: 3.10.0
-Release: 0.1.BETA1%{?dist}
+Release: 0.2.BETA2%{?dist}
 Epoch: 1
 License: GPLv2+
 URL: http://www.valgrind.org/
@@ -34,7 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %undefine _include_minidebuginfo
 
 #Source0: http://www.valgrind.org/downloads/valgrind-%{version}.tar.bz2
-Source0: valgrind-3.10.0.BETA1.tar.bz2
+Source0: valgrind-3.10.0.BETA2.tar.bz2
 
 # Needs investigation and pushing upstream
 Patch1: valgrind-3.9.0-cachegrind-improvements.patch
@@ -147,7 +147,7 @@ See the section on Debugging MPI Parallel Programs with Valgrind in the
 Valgrind User Manual for details.
 
 %prep
-%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}.BETA1
+%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}.BETA2
 
 %patch1 -p1
 %patch2 -p1
@@ -309,7 +309,8 @@ echo ===============END TESTING===============
 %endif
 
 %changelog
-* Mon Sep  8 2014 Mark Wielaard <mjw at redhat.com>
+* Mon Sep  8 2014 Mark Wielaard <mjw at redhat.com> - 3.10.0-0.2.BETA2
+- Update to 3.10.0.BETA2.
 - Don't run dwz or generate minisymtab.
 
 * Tue Sep  2 2014 Mark Wielaard <mjw at redhat.com> - 3.10.0-0.1.BETA1


More information about the scm-commits mailing list