From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 074d1301531b005c7463b797df6c6bbb2ac91979 Date: Sun, 08 Oct 2023 16:14:22 +0000 Message-ID: <4S2Dvg07lJz2xg8@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8231203363966798239==" List-Id: --===============8231203363966798239== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via 074d1301531b005c7463b797df6c6bbb2ac91979 (commit) via f9e570fc05b081503415ef22e79d7c434908f682 (commit) from 1426e4823bb862dd38da56091fc882a58495b10a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 074d1301531b005c7463b797df6c6bbb2ac91979 Author: Michael Tremer Date: Fri Oct 6 16:50:25 2023 +0000 elfutils: Correctly configure debuginfod =20 Signed-off-by: Michael Tremer commit f9e570fc05b081503415ef22e79d7c434908f682 Author: Michael Tremer Date: Fri Oct 6 16:30:59 2023 +0000 gdb: Update to 13.2 =20 This patch also enables support for debuginfod. =20 Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: elfutils/elfutils.nm | 16 +++++++++++++--- gdb/gdb.nm | 4 +++- 2 files changed, 16 insertions(+), 4 deletions(-) Difference in files: diff --git a/elfutils/elfutils.nm b/elfutils/elfutils.nm index 4fdb6d955..61220a3d0 100644 --- a/elfutils/elfutils.nm +++ b/elfutils/elfutils.nm @@ -5,7 +5,7 @@ =20 name =3D elfutils version =3D 0.189 -release =3D 1 +release =3D 2 =20 groups =3D Development/Libraries url =3D https://sourceware.org/elfutils/ @@ -24,6 +24,8 @@ source_dl =3D https://sourceware.org/elfutils/ftp/%{versio= n}/ sources =3D %{thisapp}.tar.bz2 =20 build + DEBUGINFOD_URLS =3D "https://pakfire.ipfire.org/" + requires bzip2-devel curl-devel @@ -39,6 +41,11 @@ build test make check end + + install_cmds + # Export DEBUGINFOD_URLS + echo "%{DEBUGINFOD_URLS}" > %{BUILDROOT}%{sysconfdir}/debuginfod/%{DISTRO_= SNAME}.urls + end end =20 packages @@ -56,8 +63,11 @@ packages package %{name}-libs template LIBS =20 - files +=3D %{libdir}/lib*%{version}.so - files +=3D %{libdir}/elfutils + files + %{sysconfdir}/debuginfod + %{sysconfdir}/profile.d/debuginfod* + %{libdir}/lib*%{version}.so + end end =20 package %{name}-debuginfo 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 @@ ############################################################################= ### =20 name =3D gdb -version =3D 13.1 +version =3D 13.2 release =3D 1 =20 groups =3D Development/Debuggers @@ -24,6 +24,7 @@ sources =3D %{thisapp}.tar.xz build requires bison + elfutils-devel expat-devel gmp-devel mpfr-devel @@ -58,6 +59,7 @@ build --with-expat \ --with-python=3D%{python3} \ --with-lzma \ + --with-debuginfod \ --without-libexpat-prefix \ %{DISTRO_MACHINE} =20 hooks/post-receive -- IPFire 3.x development tree --===============8231203363966798239==--