diff --git a/.gitignore b/.gitignore index 3f735f2..8398eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /valgrind-3.21.0.RC2.tar.bz2 /valgrind-3.21.0.tar.bz2 /valgrind-3.22.0.RC1.tar.bz2 +/valgrind-3.22.0.RC2.tar.bz2 diff --git a/sources b/sources index e2e8ed5..e14d456 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (valgrind-3.22.0.RC1.tar.bz2) = 0aa9e98a959808d20cce53575433f81973ef3de3acc313ef2700f58cf9b2b7ee951b5bc701ef8508f5c136cb14239bbe7d81ae4208679ba55150b3edfd6078f0 +SHA512 (valgrind-3.22.0.RC2.tar.bz2) = 6a15101f4b92454856850fc35b9c38fd7fb294bee422274a803331465f347a732dc71e52c28e2d489c8d08ec7c677c1041bd32aeb4f43dd91ee404d4f6fa1208 diff --git a/valgrind.spec b/valgrind.spec index ab1816f..80231ec 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.22.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 @@ -213,7 +213,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 %patch -P1 -p1 %patch -P2 -p1 @@ -458,6 +458,9 @@ fi %endif %changelog +* Thu Oct 26 2023 Mark Wielaard - 3.22.0-0.1.RC2 +- Upstream 3.22.0-RC2 + * Tue Oct 17 2023 Mark Wielaard - 3.22.0-0.1.RC1 - Upstream 3.22.0-RC1 - Remove all upstreamed patches