3.10.1-1. Upgrade to 3.10.1 final.
This commit is contained in:
parent
af5c79f851
commit
0eeb0e2e47
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/valgrind-3.10.0.BETA2.tar.bz2
|
/valgrind-3.10.0.BETA2.tar.bz2
|
||||||
/valgrind-3.10.0.tar.bz2
|
/valgrind-3.10.0.tar.bz2
|
||||||
/valgrind-3.10.1.TEST1.tar.bz2
|
/valgrind-3.10.1.TEST1.tar.bz2
|
||||||
|
/valgrind-3.10.1.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e32d23cad60ef4677af27efb15f247e2 valgrind-3.10.1.TEST1.tar.bz2
|
60ddae962bc79e7c95cfc4667245707f valgrind-3.10.1.tar.bz2
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Tool for finding memory management bugs in programs
|
Summary: Tool for finding memory management bugs in programs
|
||||||
Name: %{?scl_prefix}valgrind
|
Name: %{?scl_prefix}valgrind
|
||||||
Version: 3.10.1
|
Version: 3.10.1
|
||||||
Release: 0.1.TEST1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.valgrind.org/
|
URL: http://www.valgrind.org/
|
||||||
@ -44,7 +44,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
%define _find_debuginfo_dwz_opts %{nil}
|
%define _find_debuginfo_dwz_opts %{nil}
|
||||||
%undefine _include_minidebuginfo
|
%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
|
# Needs investigation and pushing upstream
|
||||||
Patch1: valgrind-3.9.0-cachegrind-improvements.patch
|
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.
|
Valgrind User Manual for details.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}.TEST1
|
%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}
|
||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
@ -308,6 +308,9 @@ echo ===============END TESTING===============
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 24 2014 Mark Wielaard <mjw@redhat.com> - 3.10.1-0.1.TEST1
|
||||||
- Upgrade to valgrind 3.10.1.TEST1
|
- Upgrade to valgrind 3.10.1.TEST1
|
||||||
- Remove patches that are now upstream:
|
- Remove patches that are now upstream:
|
||||||
|
Loading…
Reference in New Issue
Block a user