X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=binutils-info.patch;h=d660caa256a221972fb302f7c42c0134e12366a6;hb=99287876996ee929894db4c7c52f21227d14e116;hp=19ac2a768c60f7126e70b54c2cf7600338fda975;hpb=b1b48d0a6533f233f7eda8f7837a7a6499bd4340;p=packages%2Fbinutils.git diff --git a/binutils-info.patch b/binutils-info.patch index 19ac2a7..d660caa 100644 --- a/binutils-info.patch +++ b/binutils-info.patch @@ -133,3 +133,42 @@ diff -urN binutils-2.24.51.0.4.org/ld/ld.texi binutils-2.24.51.0.4/ld/ld.texi @end direntry @titlepage +--- binutils-2.40/libsframe/doc/sframe-spec.texi.orig 2023-01-14 01:00:00.000000000 +0100 ++++ binutils-2.40/libsframe/doc/sframe-spec.texi 2023-04-09 13:11:37.982011188 +0200 +@@ -13,9 +13,9 @@ License''. + + @end copying + +-@dircategory Software development ++@dircategory Programming tools: + @direntry +-* SFrame: (sframe-spec). The Simple Frame format. ++* SFrame: (sframe-spec). The Simple Frame format + @end direntry + + @titlepage +--- binutils-2.40/gprofng/doc/gprofng.texi.orig 2023-01-14 01:00:00.000000000 +0100 ++++ binutils-2.40/gprofng/doc/gprofng.texi 2023-04-09 13:12:26.545081432 +0200 +@@ -64,9 +64,9 @@ gprofng + + @c -- Entry for the Info dir structure ---------------------------------------- + @ifnottex +-@dircategory Software development ++@dircategory Programming tools: + @direntry +-* gprofng: (gprofng). The next generation profiling tool for Linux ++* gprofng: (gprofng). The next generation profiling tool for Linux + @end direntry + @end ifnottex + +--- binutils-2.40/libctf/configure.ac.orig 2023-01-14 01:00:00.000000000 +0100 ++++ binutils-2.40/libctf/configure.ac 2023-04-09 13:39:22.069662722 +0200 +@@ -184,7 +184,7 @@ changequote(,) + # We require texinfo to be 6.3 or later, for a working synindex + # and validatemenus: otherwise we fall back to /bin/true. + if ${MAKEINFO} --version \ +- | egrep 'texinfo[^0-9]*(6\.[3-9]|[7-9][0-9])' >/dev/null 2>&1; then ++ | grep -E 'texinfo[^0-9]*(6\.[3-9]|[7-9]\.)' >/dev/null 2>&1; then + build_info=yes + else + build_info=