From f9e570fc05b081503415ef22e79d7c434908f682 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 6 Oct 2023 16:30:59 +0000 Subject: [PATCH] gdb: Update to 13.2 This patch also enables support for debuginfod. Signed-off-by: Michael Tremer --- gdb/gdb.nm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gdb/gdb.nm b/gdb/gdb.nm index adea165f8..06c49499f 100644 --- a/gdb/gdb.nm +++ b/gdb/gdb.nm @@ -4,7 +4,7 @@ ############################################################################### name = gdb -version = 13.1 +version = 13.2 release = 1 groups = Development/Debuggers @@ -24,6 +24,7 @@ sources = %{thisapp}.tar.xz build requires bison + elfutils-devel expat-devel gmp-devel mpfr-devel @@ -58,6 +59,7 @@ build --with-expat \ --with-python=%{python3} \ --with-lzma \ + --with-debuginfod \ --without-libexpat-prefix \ %{DISTRO_MACHINE} -- 2.47.3