- update config.guess, config.sub with newer files from automake-1.10
- skip over lines in /etc/ld.so.conf.d/* which don't look like absolute
paths (p.e. files from kernel-xen). This avoids having unwanted
relative paths in lib_search_path
- 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.
- Makes use of $datarootdir, which is necessary for Autoconf >= 2.60.
- Correctly skip hppa, x86_64, and s390* in tests/demo-nopic.test.
- Interpret `include' statements in toplevel ld.so.conf file.
- While "parsing" /etc/ld.so.conf, skip comments.
- add dependency on gcc version; /usr/bin/libtool hardcodes paths into
gcc's internal directories
- replace "libtool-libs" with "libtool-ltdl" and "libtool-ltdl-devel"
Tue Oct 28 2003 Jens Petersen <petersen@redhat.com> - 1.5-8
- update libtool-1.4.2-multilib.patch to also deal with powerpc64 (#103316)
[Joe Orton]
Sun Oct 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- rebuild again, Jakub has done a new compiler version number
Thu Oct 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- rebuild
Thu Jul 17 2003 Jens Petersen <petersen@redhat.com> - 1.5-5
- bring back libtool-1.4.2-demo.patch to disable nopic tests on amd64 and
s390x again
Tue Jul 15 2003 Owen Taylor <otaylor@redhat.com>
- Fix misapplied chunk for expsym-linux patch
Tue Jul 08 2003 Jens Petersen <petersen@redhat.com> - 1.5-4
- remove the quotes around LD in AC_PROG_LD_GNU (#97608) [reported by
twaugh]
- use -nostdlib also when linking with g++ and non-GNU ld in
_LT_AC_LANG_CXX_CONFIG [reported by fnasser, patch by aoliva]
- use %configure with CC and CXX set
Thu Jun 12 2003 Jens Petersen <petersen@redhat.com> - 1.5-3
- don't use %configure since target options caused libtool to assume
i386-redhat-linux-gcc instead of gcc for CC (reported by Joe Orton)
- add libtool-1.5-relink-libdir-order-91110.patch to fix order of lib dirs
searched when relinking (#91110) [patch from Joe Orton]
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Thu May 01 2003 Jens Petersen <petersen@redhat.com> - 1.5-1
- update to 1.5
- no longer override config.{guess,sub} for rpmbuild %configure,
redhat-rpm-config owns those now
- update and rename libtool-1.4.2-s390_x86_64.patch to
libtool-1.5-libtool.m4-x86_64.patch since s390 now included
- buildrequire autoconf and automake, no longer automake14
- skip make check on s390 temporarily
- no longer skip demo-nopic.test on x86_64, s390 and s390x
- from Owen Taylor
- add libtool-1.4.2-expsym-linux.patch (#55607) [from James Henstridge]
- add quoting in mktemp patch
- add libtool-1.5-readonlysym.patch
- add libtool-1.5-testfailure.patch workaround
- relink patch no longer needed