[valgrind] 3.10.1-1. Upgrade to 3.10.1 final.

Mark Wielaard mjw at fedoraproject.org
Wed Nov 26 11:05:06 UTC 2014


commit 0eeb0e2e47a10425e785111e50d4665e7f8347ad
Author: Mark Wielaard <mjw at redhat.com>
Date:   Wed Nov 26 12:03:43 2014 +0100

    3.10.1-1. Upgrade to 3.10.1 final.

 .gitignore    |    1 +
 sources       |    2 +-
 valgrind.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb571d7..54fbbdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /valgrind-3.10.0.BETA2.tar.bz2
 /valgrind-3.10.0.tar.bz2
 /valgrind-3.10.1.TEST1.tar.bz2
+/valgrind-3.10.1.tar.bz2
diff --git a/sources b/sources
index beab9ce..34c6700 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e32d23cad60ef4677af27efb15f247e2  valgrind-3.10.1.TEST1.tar.bz2
+60ddae962bc79e7c95cfc4667245707f  valgrind-3.10.1.tar.bz2
diff --git a/valgrind.spec b/valgrind.spec
index 5852fa9..b047ec3 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.1
-Release: 0.1.TEST1%{?dist}
+Release: 1%{?dist}
 Epoch: 1
 License: GPLv2+
 URL: http://www.valgrind.org/
@@ -44,7 +44,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %define _find_debuginfo_dwz_opts %{nil}
 %undefine _include_minidebuginfo
 
-Source0: http://www.valgrind.org/downloads/valgrind-%{version}.TEST1.tar.bz2
+Source0: http://www.valgrind.org/downloads/valgrind-%{version}.tar.bz2
 
 # Needs investigation and pushing upstream
 Patch1: valgrind-3.9.0-cachegrind-improvements.patch
@@ -154,7 +154,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}.TEST1
+%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}
 
 %patch1 -p1
 %patch2 -p1
@@ -308,6 +308,9 @@ echo ===============END TESTING===============
 %endif
 
 %changelog
+* Wed Nov 26 2014 Mark Wielaard <mjw at redhat.com> - 3.10.1-1
+- Upgrade to 3.10.1 final.
+
 * Mon Nov 24 2014 Mark Wielaard <mjw at redhat.com> - 3.10.1-0.1.TEST1
 - Upgrade to valgrind 3.10.1.TEST1
 - Remove patches that are now upstream:


More information about the scm-commits mailing list