diff --git a/.gitignore b/.gitignore index 2b388f1..710e60d 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /valgrind-3.19.0.tar.bz2 /valgrind-3.20.0.tar.bz2 /valgrind-3.21.0.RC1.tar.bz2 +/valgrind-3.21.0.RC2.tar.bz2 diff --git a/sources b/sources index 3e00af5..5ff7d52 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (valgrind-3.21.0.RC1.tar.bz2) = 7c2a3ea34969a94ce221043007f14c7e5d40387dc2e44e28bdede59188a2d4b171e5ea4ce7c761007348bffe4e99265817dedd8cc932e8b94f5055786b418b58 +SHA512 (valgrind-3.21.0.RC2.tar.bz2) = 950f6fafdf49585cade5d7676343158e8fa22d246c657236c8adc33335c1d6bd1b4906099b5969a3484a8261eac1b8dda3183fb98edfc10afd7c07cd3ad493fb diff --git a/valgrind.spec b/valgrind.spec index d906ebc..9ccd89c 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -3,7 +3,7 @@ Summary: Dynamic analysis tools to detect memory or thread bugs and profile Name: %{?scl_prefix}valgrind Version: 3.21.0 -Release: 0.1.RC1%{?dist} +Release: 0.1.RC2%{?dist} Epoch: 1 License: GPLv2+ URL: https://www.valgrind.org/ @@ -69,7 +69,7 @@ URL: https://www.valgrind.org/ # So those will already have their full symbol table. %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 Patch1: valgrind-3.9.0-cachegrind-improvements.patch @@ -209,7 +209,7 @@ Valgrind User Manual for details. %endif %prep -%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}.RC1 +%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}.RC2 %patch1 -p1 %patch2 -p1 @@ -448,6 +448,9 @@ fi %endif %changelog +* Sat Apr 22 2023 Mark Wielaard - 3.21.0-0.1.RC2 +- Upstream 3.21.0-RC2 + * Fri Apr 21 2023 Mark Wielaard - 3.21.0-0.1.RC1 - Upstream 3.21.0-RC1 - Remove upstreamed valgrind-faultstatus-implicit-int.patch