summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rw-r--r--libtool.spec13
-rw-r--r--sources2
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 <karsten@redhat.de> 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 <wtogami@redhat.com> 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