3.10.1-1. Upgrade to 3.10.1 final.

This commit is contained in:
Mark Wielaard 2014-11-26 12:03:43 +01:00
parent af5c79f851
commit 0eeb0e2e47
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
e32d23cad60ef4677af27efb15f247e2 valgrind-3.10.1.TEST1.tar.bz2
60ddae962bc79e7c95cfc4667245707f valgrind-3.10.1.tar.bz2

View File

@ -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@redhat.com> - 3.10.1-1
- Upgrade to 3.10.1 final.
* Mon Nov 24 2014 Mark Wielaard <mjw@redhat.com> - 3.10.1-0.1.TEST1
- Upgrade to valgrind 3.10.1.TEST1
- Remove patches that are now upstream: