From 133f5f27a5f72438a9bf548cbe03dd0701b9e4df Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Apr 26 2024 22:42:17 +0000 Subject: 3.23.0-1 - Upstream 3.23.0 final --- diff --git a/.gitignore b/.gitignore index c5466af..cf1eb9f 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /valgrind-3.22.0.tar.bz2 /valgrind-3.23.0.RC1.tar.bz2 /valgrind-3.23.0.RC2.tar.bz2 +/valgrind-3.23.0.tar.bz2 diff --git a/sources b/sources index 27e9604..11b4f21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (valgrind-3.23.0.RC2.tar.bz2) = 36d20c08442bd00ae560693517d69ab5cc1665b210cb7510e6ab7cfa7ce7a35e0f289fdbedc0b1c682ad2698586e49c8c65e52bbe699eef3aec6b7b1fdb5b961 +SHA512 (valgrind-3.23.0.tar.bz2) = 27d038faaaf6154cace2df18c3573291393548ba0738dbb6aba58eab6324c5beaa95fc5f3c0271663ca071baf829b15d806f7e81074f7cf087bef20ea0ed3117 diff --git a/valgrind.spec b/valgrind.spec index f86136a..58f7dcf 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.23.0 -Release: 0.2.RC2%{?dist} +Release: 1%{?dist} Epoch: 1 # This ignores licenses that are only found in the test or perf sources @@ -71,7 +71,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}.RC2.tar.bz2 +Source0: https://sourceware.org/pub/valgrind/valgrind-%{version}.tar.bz2 # Needs investigation and pushing upstream Patch1: valgrind-3.9.0-cachegrind-improvements.patch @@ -216,7 +216,7 @@ Valgrind User Manual for details. %endif %prep -%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version}.RC2 +%setup -q -n %{?scl:%{pkg_name}}%{!?scl:%{name}}-%{version} %patch -P1 -p1 %patch -P2 -p1 @@ -439,6 +439,9 @@ echo ===============END TESTING=============== %endif %changelog +* Fri Apr 26 2024 Mark Wielaard - 3.23.0-1 +- Upstream 3.23.0 final + * Thu Apr 25 2024 Mark Wielaard - 3.23.0-0.2.RC2 - configure --enable-lto