Upstream 3.21.0-RC2
This commit is contained in:
parent
d8356c1fd8
commit
3ae60e7ef7
1
.gitignore
vendored
1
.gitignore
vendored
@ -46,3 +46,4 @@
|
|||||||
/valgrind-3.19.0.tar.bz2
|
/valgrind-3.19.0.tar.bz2
|
||||||
/valgrind-3.20.0.tar.bz2
|
/valgrind-3.20.0.tar.bz2
|
||||||
/valgrind-3.21.0.RC1.tar.bz2
|
/valgrind-3.21.0.RC1.tar.bz2
|
||||||
|
/valgrind-3.21.0.RC2.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (valgrind-3.21.0.RC1.tar.bz2) = 7c2a3ea34969a94ce221043007f14c7e5d40387dc2e44e28bdede59188a2d4b171e5ea4ce7c761007348bffe4e99265817dedd8cc932e8b94f5055786b418b58
|
SHA512 (valgrind-3.21.0.RC2.tar.bz2) = 950f6fafdf49585cade5d7676343158e8fa22d246c657236c8adc33335c1d6bd1b4906099b5969a3484a8261eac1b8dda3183fb98edfc10afd7c07cd3ad493fb
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: Dynamic analysis tools to detect memory or thread bugs and profile
|
Summary: Dynamic analysis tools to detect memory or thread bugs and profile
|
||||||
Name: %{?scl_prefix}valgrind
|
Name: %{?scl_prefix}valgrind
|
||||||
Version: 3.21.0
|
Version: 3.21.0
|
||||||
Release: 0.1.RC1%{?dist}
|
Release: 0.1.RC2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://www.valgrind.org/
|
URL: https://www.valgrind.org/
|
||||||
@ -69,7 +69,7 @@ URL: https://www.valgrind.org/
|
|||||||
# 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: https://sourceware.org/pub/valgrind/valgrind-%{version}.RC1.tar.bz2
|
Source0: https://sourceware.org/pub/valgrind/valgrind-%{version}.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
|
||||||
@ -209,7 +209,7 @@ Valgrind User Manual for details.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}.RC1
|
%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}.RC2
|
||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
@ -448,6 +448,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 22 2023 Mark Wielaard <mjw@fedoraproject.org> - 3.21.0-0.1.RC2
|
||||||
|
- Upstream 3.21.0-RC2
|
||||||
|
|
||||||
* Fri Apr 21 2023 Mark Wielaard <mjw@fedoraproject.org> - 3.21.0-0.1.RC1
|
* Fri Apr 21 2023 Mark Wielaard <mjw@fedoraproject.org> - 3.21.0-0.1.RC1
|
||||||
- Upstream 3.21.0-RC1
|
- Upstream 3.21.0-RC1
|
||||||
- Remove upstreamed valgrind-faultstatus-implicit-int.patch
|
- Remove upstreamed valgrind-faultstatus-implicit-int.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user