libtool ver. bump

This commit is contained in:
Rmys
2023-02-15 16:57:41 +03:00
parent d888bc0c10
commit feadfbbf28
2 changed files with 42 additions and 1 deletions
@@ -0,0 +1,31 @@
https://bugs.gentoo.org/892635
https://lists.gnu.org/archive/html/libtool-patches/2022-12/msg00004.html
From 414deacee0f564afdf2d7750450274c581330a59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20B=C3=A9rat?= <fberat@redhat.com>
Date: Wed, 21 Dec 2022 13:14:03 +0100
Subject: [PATCH] tests: Fix grep warning about stray \ before /
Recent version of grep emit a warning if stray \ is found before /.
This leads to the link-order test failure.
* tests/link-order.at: Remove unneeded \ before /
--- a/tests/link-order.at
+++ b/tests/link-order.at
@@ -99,12 +99,12 @@ aix* | interix*) ;; # These systems have different path syntax
case $hardcode_direct$hardcode_direct_absolute in
yesno)
AT_CHECK([if $EGREP relinking stderr; then
- $EGREP " .*\/new\/lib/libb$shared_ext .*\/old\/lib/libcee$shared_ext" stdout
+ $EGREP " .*/new/lib/libb$shared_ext .*/old/lib/libcee$shared_ext" stdout
else :; fi], [0], [ignore], [], [echo "wrong link order"])
;;
*)
AT_CHECK([if $EGREP relinking stderr; then
- $EGREP " -L.*\/new\/lib -lb -L.*\/old\/lib -lcee" stdout
+ $EGREP " -L.*/new/lib -lb -L.*/old/lib -lcee" stdout
else :; fi], [0], [ignore], [], [echo "wrong link order"])
;;
esac
--
2.38.1
+11 -1
View File
@@ -12,12 +12,15 @@
<IsA>library</IsA>
<Summary>A shared library tool for developers</Summary>
<Description>Libtool is a shared library tool for developers.</Description>
<Archive sha1sum="3e7504b832eb2dd23170c91b6af72e15b56eb94e" type="tarxz">mirrors://gnu/libtool/libtool-2.4.6.tar.xz</Archive>
<Archive sha1sum="0c90f1b046ea9cd7b32a4b5a6a9df4b46ddb637a" type="tarxz">mirrors://gnu/libtool/libtool-2.4.7.tar.xz</Archive>
<BuildDependencies>
<Dependency>gnuconfig</Dependency>
<Dependency>autoconf</Dependency>
<Dependency>automake</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">libtool-2.4.7-grep-3.8.patch</Patch>
</Patches>
</Source>
<Package>
@@ -61,6 +64,13 @@
</Package>
<History>
<Update release="7">
<Date>2023-02-10</Date>
<Version>2.4.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-12-09</Date>
<Version>2.4.6</Version>