- 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
Sat Feb 08 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add config.guess and config.sub, otherwise old versions of these files
can creep into /usr/share/libtool/
Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
Mon Jan 13 2003 Jens Petersen <petersen@redhat.com> 1.4.3-3
- fix mktemp to work when running mktemp fails (#76602) [reported by (Oron
Peled)]
- remove info dir file, don't exclude it
- fix typo in -libs description (#79619)
- use buildroot instead of RPM_BUILD_ROOT
Tue Jan 07 2003 Karsten Hopp <karsten@redhat.de> 1.4.3-2.2
- use lib64 on s390x, too.
Thu Dec 05 2002 Jens Petersen <petersen@redhat.com>
- add comment to explain why we use an old Automake for building
- buildrequire automake14
Sat Nov 23 2002 Jens Petersen <petersen@redhat.com>
- add --without check build option to allow disabling of "make check"
- exclude info dir file rather than removing
Sat Nov 23 2002 Jens Petersen <petersen@redhat.com> 1.4.3-2
- define SED in ltmain.sh for historic ltconfig files
- define macro AUTOTOOLS to hold automake-1.4 and aclocal-1.4, and use it
- leave old missing file for now
- general spec file cleanup
- don't copy install files to demo nor mess with installed ltdl files
- don't need to run make in doc
- force removal of info dir file
- don't need to create install prefix dir
- don't bother gzipping info files ourselves
Mon Nov 18 2002 Jens Petersen <petersen@redhat.com> 1.4.3-1
- update to 1.4.3
- remove obsolete patches (test-quote, dup-deps, libtoolize-configure.ac)
- apply the multilib patch to just the original config files
- update x86_64/s390 patch and just apply to original config files
- use automake-1.4 in "make check" for demo-make.test to pass!
- remove info dir file that is not installed
- make autoreconf update missing
Mon Oct 07 2002 Phil Knirsch <pknirsch@redhat.com> 1.4.2-12.2
- Added s390x and x64_64 support.
Fri Oct 04 2002 Nalin Dahyabhai <nalin@redhat.com> 1.4.2-12.1
- rebuild