From 366e4de24b67f5fd778f32d719b8e7f07c1bf724 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 20 Dec 2005 13:17:00 +0000 Subject: [PATCH] - update to 1.5.22, most prominent fixes are: - Fix 1.5 regression that caused linking a program `-static' to also link statically against installed libtool libraries, contrary to documented (and actual 1.4.x) behavior. - Fix silent failure of `libtoolize --ltdl' if libltdl files not present. --- .cvsignore | 2 +- libtool.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1538e06..7d5a21f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libtool-1.5.20.tar.gz +libtool-1.5.22.tar.gz diff --git a/libtool.spec b/libtool.spec index 17a759b..fb18e22 100644 --- a/libtool.spec +++ b/libtool.spec @@ -1,10 +1,10 @@ -%define upstream_version 1.5.20 +%define upstream_version 1.5.22 %define gcc_version %(gcc -dumpversion) Summary: The GNU Portable Library Tool Name: libtool Version: %{upstream_version} -Release: 5 +Release: 1 License: GPL Group: Development/Tools Source: http://ftp.gnu.org/gnu/libtool/libtool-%{upstream_version}.tar.gz @@ -82,6 +82,8 @@ export F77=gfortran export CFLAGS="$RPM_OPT_FLAGS -fPIC" %configure make + +%check make check VERBOSE=yes > make_check.log 2>&1 || (cat make_check.log && false) @@ -138,6 +140,13 @@ fi %changelog +* Tue Dec 20 2005 Karsten Hopp 1.5.22-1 +- update to 1.5.22, most prominent fixes are: + - Fix 1.5 regression that caused linking a program `-static' to also + link statically against installed libtool libraries, contrary to + documented (and actual 1.4.x) behavior. + - Fix silent failure of `libtoolize --ltdl' if libltdl files not present. + * Wed Nov 30 2005 Warren Togami 1.5.20-5 - rebuilt with GCC 4.1.0 diff --git a/sources b/sources index cab79aa..6453f95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fc3b564700aebcb19de841c1c2d66e99 libtool-1.5.20.tar.gz +8e0ac9797b62ba4dcc8a2fb7936412b0 libtool-1.5.22.tar.gz