valgrind 3.14.0 final
This commit is contained in:
parent
e123ce27e8
commit
ecf0ebdd6e
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
|||||||
/valgrind-3.13.0.tar.bz2
|
/valgrind-3.13.0.tar.bz2
|
||||||
/valgrind-3.14.0.GIT.tar.bz2
|
/valgrind-3.14.0.GIT.tar.bz2
|
||||||
/valgrind-3.14.0.RC2.tar.bz2
|
/valgrind-3.14.0.RC2.tar.bz2
|
||||||
|
/valgrind-3.14.0.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (valgrind-3.14.0.RC2.tar.bz2) = 1373bda9ea6e2f150cffe7ca0a44d5d4f48baf4f08884f83a7abfb111574df88ec009f7f18c95f9ac1f52b334f9cf531d0c2689c7c420a805282deb59fd76ba9
|
SHA512 (valgrind-3.14.0.tar.bz2) = 68e548c42df31dc2b883a403e0faff7480c49b3054841870f5d2f742141ba199eca5d83c96bbf283115f0633f2bdb0860161d422f98e3ec720ec65760d250f97
|
||||||
|
@ -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.14.0
|
Version: 3.14.0
|
||||||
Release: 0.2.RC2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.valgrind.org/
|
URL: http://www.valgrind.org/
|
||||||
@ -100,9 +100,7 @@ Group: Development/Debuggers
|
|||||||
# So those will already have their full symbol table.
|
# So those will already have their full symbol table.
|
||||||
%undefine _include_minidebuginfo
|
%undefine _include_minidebuginfo
|
||||||
|
|
||||||
# Source0: ftp://sourceware.org/pub/valgrind/valgrind-%{version}.tar.bz2
|
Source0: http://www.valgrind.org/downloads/valgrind-%{version}.tar.bz2
|
||||||
# commit 5d41dadeb3cb805546497b350750ca3bee365210
|
|
||||||
Source0: valgrind-3.14.0.RC2.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
|
||||||
@ -243,7 +241,7 @@ Valgrind User Manual for details.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}.RC2
|
%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}
|
||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
@ -482,6 +480,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 9 2018 Mark Wielaard <mjw@fedoraproject.org> - 3.14.0-1
|
||||||
|
- valgrind 3.14.0 final.
|
||||||
|
|
||||||
* Thu Oct 4 2018 Mark Wielaard <mjw@fedoraproject.org> - 3.14.0-0.2.RC2
|
* Thu Oct 4 2018 Mark Wielaard <mjw@fedoraproject.org> - 3.14.0-0.2.RC2
|
||||||
- Upgrade to RC2.
|
- Upgrade to RC2.
|
||||||
- Drop valgrind-3.14.0-add-vector-h.patch.
|
- Drop valgrind-3.14.0-add-vector-h.patch.
|
||||||
|
Loading…
Reference in New Issue
Block a user