From 6f8aeb0d15cc4a6f78ab0ec38b7728245be0102d Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 17 May 2023 13:30:49 +0200 Subject: [PATCH] 3.21.0-4 - Add valgrind-3.21.0-epoll_pwait2.patch --- valgrind.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/valgrind.spec b/valgrind.spec index cc01b92..49652d8 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: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: GPLv2+ URL: https://www.valgrind.org/ @@ -91,6 +91,10 @@ Patch5: valgrind-3.21.0-no-memcpy-replace-check.patch # https://bugs.kde.org/show_bug.cgi?id=469768 Patch6: valgrind-3.21.0-Add-with-gdbscripts-dir.patch +# Add epoll_pwait2 +# https://bugs.kde.org/show_bug.cgi?id=460192 +Patch7: valgrind-3.21.0-epoll_pwait2.patch + BuildRequires: make BuildRequires: glibc-devel @@ -229,8 +233,9 @@ Valgrind User Manual for details. %endif %patch5 -p1 - %patch6 -p1 +%patch7 -p1 + %build # LTO triggers undefined symbols in valgrind. Valgrind has a --enable-lto @@ -463,6 +468,9 @@ fi %endif %changelog +* Wed May 17 2023 Mark Wielaard - 3.21.0-4 +- Add valgrind-3.21.0-epoll_pwait2.patch + * Tue May 16 2023 Alexandra Hájková - 3.21.0-3 - Add valgrind-3.21.0-Add-with-gdbscripts-dir.patch