0a8f61
# See the bug #429880
0a8f61
%global gcc_major  %(gcc -dumpversion || echo "666")
0a8f61
# See rhbz#1193591
0a8f61
%global automake_version %(set -- `automake --version | head -n 1` ; echo ${4-unknown})
0a8f61
0a8f61
%bcond_without check
0a8f61
0a8f61
Summary: The GNU Portable Library Tool
0a8f61
Name:    libtool
0a8f61
Version: 2.4.6
0a8f61
Release: 45%{?dist}
0a8f61
License: GPLv2+ and LGPLv2+ and GFDL
0a8f61
URL:     http://www.gnu.org/software/libtool/
0a8f61
0a8f61
Source:  http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz
0a8f61
0a8f61
# ~> downstream
0a8f61
# ~> remove possibly once #1158915 gets fixed somehow
0a8f61
Patch0:  libtool-2.4.5-rpath.patch
0a8f61
0a8f61
# ~> downstream (TODO)
0a8f61
Patch1: libtool-2.4.6-am-1.16-test.patch
0a8f61
0a8f61
# ~> upstream 702a97fbb
0a8f61
Patch2: libtool-2.4.6-specs.patch
0a8f61
0a8f61
# See the rhbz#1289759 and rhbz#1214506.  We disable hardening namely because
0a8f61
# that bakes the CFLAGS/LDFLAGS into installed /bin/libtool and ltmain.sh files.
0a8f61
# At the same time we want to have libltdl.so hardened.  Downstream-only patch.
0a8f61
%undefine _hardened_build
0a8f61
Patch3: libtool-2.4.6-hardening.patch
0a8f61
0a8f61
# rhbz#1622611, upstream 350082b6aa89f9ef603fcebbb4cf33f15a743f2f
0a8f61
Patch4: libtool-2.4.6-fatal-handler.patch
0a8f61
0a8f61
# The testsuite seems to not properly handle template instantiation and as
0a8f61
# a result fails.  libtool itself appears to be OK from my by-hand testing. (by Jeff Law)
0a8f61
# Disable LTO for link-order2 test (Related: #1988112)
0a8f61
Patch5: libtool-2.4.6-disable-lto-link-order2.patch
0a8f61
0a8f61
%if ! 0%{?_module_build}
0a8f61
Patch100: libtool-nodocs.patch
0a8f61
%endif
0a8f61
0a8f61
# /usr/bin/libtool includes paths within gcc's versioned directories
0a8f61
# Libtool must be rebuilt whenever a new upstream gcc is built
0a8f61
# Starting with gcc 7 gcc in Fedora is packaged so that only major
0a8f61
# number changes need libtool rebuilding.
0a8f61
Requires: gcc(major) = %{gcc_major}
0a8f61
Requires: autoconf, automake, sed, tar, findutils
0a8f61
0a8f61
%if ! 0%{?_module_build}
0a8f61
BuildRequires: texinfo
0a8f61
%endif
0a8f61
BuildRequires: autoconf, automake
0a8f61
BuildRequires: help2man
0a8f61
0a8f61
# make sure we can configure all supported langs
0a8f61
BuildRequires: libstdc++-devel, gcc-gfortran
0a8f61
0a8f61
BuildRequires: gcc, gcc-c++
0a8f61
BuildRequires: make
0a8f61
0a8f61
0a8f61
%description
0a8f61
GNU Libtool is a set of shell scripts which automatically configure UNIX and
0a8f61
UNIX-like systems to generically build shared libraries. Libtool provides a
0a8f61
consistent, portable interface which simplifies the process of using shared
0a8f61
libraries.
0a8f61
0a8f61
If you are developing programs which will use shared libraries, but do not use
0a8f61
the rest of the GNU Autotools (such as GNU Autoconf and GNU Automake), you
0a8f61
should install the libtool package.
0a8f61
0a8f61
The libtool package also includes all files needed to integrate the GNU
0a8f61
Portable Library Tool (libtool) and the GNU Libtool Dynamic Module Loader
0a8f61
(ltdl) into a package built using the GNU Autotools (including GNU Autoconf
0a8f61
and GNU Automake).
0a8f61
0a8f61
0a8f61
%package ltdl
0a8f61
Summary:  Runtime libraries for GNU Libtool Dynamic Module Loader
0a8f61
Provides: %{name}-libs = %{version}-%{release}
0a8f61
License:  LGPLv2+
0a8f61
0a8f61
0a8f61
%description ltdl
0a8f61
The libtool-ltdl package contains the GNU Libtool Dynamic Module Loader, a
0a8f61
library that provides a consistent, portable interface which simplifies the
0a8f61
process of using dynamic modules.
0a8f61
0a8f61
These runtime libraries are needed by programs that link directly to the
0a8f61
system-installed ltdl libraries; they are not needed by software built using
0a8f61
the rest of the GNU Autotools (including GNU Autoconf and GNU Automake).
0a8f61
0a8f61
0a8f61
%package ltdl-devel
0a8f61
Summary: Tools needed for development using the GNU Libtool Dynamic Module Loader
0a8f61
Requires: automake = %automake_version
0a8f61
Requires: %{name}-ltdl = %{version}-%{release}
0a8f61
License:  LGPLv2+
0a8f61
0a8f61
0a8f61
%description ltdl-devel
0a8f61
Static libraries and header files for development with ltdl.
0a8f61
0a8f61
0a8f61
%prep
0a8f61
%setup -n libtool-%{version} -q
0a8f61
%patch0 -p1 -b .rpath
0a8f61
%patch1 -p1 -b .test
0a8f61
%patch2 -p1 -b .gcc-specs
0a8f61
%patch3 -p1 -b .ltdl-hardening
0a8f61
%patch4 -p1 -b .fatal-handler
0a8f61
%patch5 -p1 -b .disable-lto-link-order2
0a8f61
%if ! 0%{?_module_build}
0a8f61
%patch100 -p1 -b .nodocs
0a8f61
%endif
0a8f61
0a8f61
autoreconf -v
0a8f61
0a8f61
%build
0a8f61
export CC=gcc
0a8f61
export CXX=g++
0a8f61
export F77=gfortran
0a8f61
export CFLAGS="$RPM_OPT_FLAGS -fPIC -fstack-protector-strong"
0a8f61
0a8f61
%configure  --prefix=%{_prefix}                 \
0a8f61
            --exec-prefix=%{_prefix}            \
0a8f61
            --bindir=%{_bindir}                 \
0a8f61
            --sbindir=%{_sbindir}               \
0a8f61
            --sysconfdir=%{_sysconfdir}         \
0a8f61
            --datadir=%{_datadir}               \
0a8f61
            --includedir=%{_includedir}         \
0a8f61
            --libdir=%{_libdir}                 \
0a8f61
            --libexecdir=%{_libexecdir}         \
0a8f61
            --localstatedir=%{_localstatedir}   \
0a8f61
            --mandir=%{_mandir}                 \
0a8f61
            --infodir=%{_infodir}
0a8f61
0a8f61
make %{?_smp_mflags} \
0a8f61
    CUSTOM_LTDL_CFLAGS="%_hardening_cflags" \
0a8f61
    CUSTOM_LTDL_LDFLAGS="%_hardening_ldflags"
0a8f61
0a8f61
0a8f61
%check
0a8f61
%if %{with check}
0a8f61
make check VERBOSE=yes || { cat testsuite.log ; false ; }
0a8f61
%endif
0a8f61
0a8f61
0a8f61
%install
0a8f61
make install DESTDIR=%{buildroot}
0a8f61
# info's TOP dir (by default owned by info)
0a8f61
rm -f %{buildroot}%{_infodir}/dir
0a8f61
# *.la *.a files generated by libtool shouldn't be distributed (and the
0a8f61
# `./configure --disable-static' breaks testsuite)
0a8f61
rm -f %{buildroot}%{_libdir}/libltdl.{a,la}
0a8f61
0a8f61
0a8f61
%files
0a8f61
%license COPYING
0a8f61
%doc AUTHORS NEWS README THANKS TODO ChangeLog*
0a8f61
%{_infodir}/libtool.info*.gz
0a8f61
%{_mandir}/man1/libtool.1*
0a8f61
%{_mandir}/man1/libtoolize.1*
0a8f61
%{_bindir}/libtool
0a8f61
%{_bindir}/libtoolize
0a8f61
%{_datadir}/aclocal/*.m4
0a8f61
%dir %{_datadir}/libtool
0a8f61
%{_datadir}/libtool/build-aux
0a8f61
0a8f61
0a8f61
%files ltdl
0a8f61
%license libltdl/COPYING.LIB
0a8f61
%{_libdir}/libltdl.so.*
0a8f61
0a8f61
0a8f61
%files ltdl-devel
0a8f61
%license libltdl/COPYING.LIB
0a8f61
%doc libltdl/README
0a8f61
%{_datadir}/libtool
0a8f61
%exclude %{_datadir}/libtool/build-aux
0a8f61
%{_includedir}/ltdl.h
0a8f61
%{_includedir}/libltdl
0a8f61
# .so files without version must be in -devel subpackage
0a8f61
%{_libdir}/libltdl.so
0a8f61
0a8f61
0a8f61
%changelog
0a8f61
* Tue Jan 11 2022 Marek Kulik <mkulik@redhat.com> - 2.4.6-45
0a8f61
- Enable LTO build
0a8f61
- Add disable-lto-link-order2.patch to pass tests
0a8f61
- Resolves: #1988112
0a8f61
0a8f61
* Mon Aug 23 2021 Ondrej Dubaj <odubaj@redhat.com> - 2.4.6-44
0a8f61
- added -fstack-protector-strong to CFLAGS (#1988402)
0a8f61
0a8f61
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.6-43
0a8f61
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0a8f61
  Related: rhbz#1991688
0a8f61
0a8f61
* Fri Aug  6 2021 Florian Weimer <fweimer@redhat.com> - 2.4.6-42
0a8f61
- Rebuild to pick up new build flags from redhat-rpm-config (#1984652)
0a8f61
0a8f61
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.4.6-41
0a8f61
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0a8f61
0a8f61
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-40
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0a8f61
0a8f61
* Mon Dec 07 2020 Jakub Jelinek <jakub@redhat.com> - 2.4.6-39
0a8f61
- bump: for gcc 11.* in eln
0a8f61
0a8f61
* Sun Dec 06 2020 Jakub Jelinek <jakub@redhat.com> - 2.4.6-38
0a8f61
- bump: for gcc 11.* in rawhide
0a8f61
0a8f61
* Wed Oct 21 2020 Jakub Jelinek <jakub@redhat.com> - 2.4.6-37
0a8f61
- bump: for gcc 11.* in eln
0a8f61
0a8f61
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-36
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0a8f61
0a8f61
* Tue Apr 21 2020 Jeff Law <law@redhat.com> - 2.4.6-35
0a8f61
- Disable LTO
0a8f61
0a8f61
* Tue Apr 21 2020 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-34
0a8f61
- bump for new automake, rhbz#1815814
0a8f61
0a8f61
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-33
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0a8f61
0a8f61
* Mon Jan 20 2020 Jakub Jelinek <jakub@redhat.com> - 2.4.6-32
0a8f61
- bump: for gcc 10.*
0a8f61
0a8f61
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-31
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0a8f61
0a8f61
* Wed Apr 24 2019 Björn Esser <besser82@fedoraproject.org> - 2.4.6-30
0a8f61
- Remove hardcoded gzip suffix from GNU info pages
0a8f61
0a8f61
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-29
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0a8f61
0a8f61
* Mon Jan 21 2019 Björn Esser <besser82@fedoraproject.org> - 2.4.6-28
0a8f61
- bump: for gcc 9.*
0a8f61
0a8f61
* Tue Aug 28 2018 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-27
0a8f61
- BR gcc, gcc-c++ (rhbz#1623078)
0a8f61
0a8f61
* Tue Aug 28 2018 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-26
0a8f61
- cleanup post/postun, there are RPM triggers nowadays
0a8f61
- fix error: line 2642: func__fatal_error: command not found (rhbz#1622611)
0a8f61
0a8f61
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-25
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0a8f61
0a8f61
* Fri Apr 20 2018 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-24
0a8f61
- harden libltdl.so (rhbz#1548751)
0a8f61
0a8f61
* Mon Mar 26 2018 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-23
0a8f61
- bake in versioned requirement on automake (rhbz#1193591)
0a8f61
- fix testsuite FTBFS against automake 1.16.1
0a8f61
- bypass -specs=* to gcc (rhbz#985592)
0a8f61
0a8f61
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-22
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0a8f61
0a8f61
* Mon Jan 29 2018 Jakub Jelinek <jakub@redhat.com> - 2.4.6-21
0a8f61
- bump: for gcc 8.*
0a8f61
0a8f61
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-20
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0a8f61
0a8f61
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-19
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0a8f61
0a8f61
* Fri Apr 21 2017 Karsten Hopp <karsten@redhat.com> - 2.4.6-18
0a8f61
- use new _module_build macro to limit dependencies for Modularity
0a8f61
0a8f61
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-17
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0a8f61
0a8f61
* Thu Feb 02 2017 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-16
0a8f61
- use %%license (rhbz#1418518)
0a8f61
0a8f61
* Fri Jan 27 2017 Jakub Jelinek <jakub@redhat.com> - 2.4.6-15
0a8f61
- bump: for gcc 7.*
0a8f61
- require gcc(major) = 7 rather than gcc = 7.0.1
0a8f61
0a8f61
* Tue Jan 03 2017 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-14
0a8f61
- remove duplicate Requires: entry
0a8f61
- use bcond_without instead of PostgreSQL-packaging 'runselftest'
0a8f61
0a8f61
* Thu Dec 22 2016 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-13
0a8f61
- bump: for gcc 6.3.1
0a8f61
0a8f61
* Fri Sep 02 2016 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-12
0a8f61
- bump: for gcc 6.2.1
0a8f61
0a8f61
* Thu Apr 28 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.4.6-11
0a8f61
- Rebuilt for gcc 6.1.1
0a8f61
0a8f61
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.6-10
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0a8f61
0a8f61
* Thu Jan 28 2016 Jakub Jelinek <jakub@redhat.com> - 2.4.6-9
0a8f61
- rebuilt for gcc 6.0.0
0a8f61
0a8f61
* Tue Dec 08 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-8
0a8f61
- disable hardening (#1289759)
0a8f61
0a8f61
* Tue Dec 08 2015 Kalev Lember <klember@redhat.com> - 2.4.6-7
0a8f61
- Rebuilt for gcc 5.3.1
0a8f61
0a8f61
* Thu Nov 5 2015 Orion Poplawski <orion@cora.nwra.com> - 2.4.6-6
0a8f61
- Rebuild for gcc 5.2.1
0a8f61
0a8f61
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.6-5
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0a8f61
0a8f61
* Sat Apr 25 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-4
0a8f61
- don't hack the hardening flag into pre-built libtool
0a8f61
0a8f61
* Thu Apr 23 2015 Kalev Lember <kalevlember@gmail.com> - 2.4.6-3
0a8f61
- rebuilt for gcc 5.1.1
0a8f61
0a8f61
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 2.4.6-2
0a8f61
- rebuilt for gcc 5.0.1
0a8f61
0a8f61
* Tue Feb 17 2015 Pavel Raiskup <praiskup@redhat.com> - 2.4.6-1
0a8f61
- rebase to most recent upstream release 2.4.6 (#1159497)
0a8f61
0a8f61
* Fri Feb 06 2015 Jakub Jelinek <jakub@redhat.com> - 2.4.2-32
0a8f61
- rebuilt for gcc 5.0.0
0a8f61
0a8f61
* Sun Nov 02 2014 Jakub Jelinek <jakub@redhat.com> - 2.4.2-31
0a8f61
- rebuilt for gcc 4.9.2
0a8f61
0a8f61
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-30
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0a8f61
0a8f61
* Sat Jul 19 2014 Kalev Lember <kalevlember@gmail.com> - 2.4.2-29
0a8f61
- Rebuild once more for gcc 4.9.1
0a8f61
0a8f61
* Fri Jul 18 2014 Peter Robinson <pbrobinson@fedoraproject.org> 2.4.2-28
0a8f61
- Bump again for gcc 4.9.1 in F-21
0a8f61
0a8f61
* Thu Jul 17 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-27
0a8f61
- rebuild for gcc 4.9.1
0a8f61
0a8f61
* Mon Jun 09 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-26
0a8f61
- gcc-java removed from Fedora completely (#1106080)
0a8f61
- spec cleanup and implement RPM/SRPM hack (#429880)
0a8f61
0a8f61
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-25
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0a8f61
0a8f61
* Thu Apr 10 2014 Jakub Jelinek <jakub@redhat.com> - 2.4.2-24
0a8f61
- rebuilt for gcc 4.9.0
0a8f61
0a8f61
* Tue Jan 07 2014 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-23
0a8f61
- require findutils (minimal installations) (#1047084)
0a8f61
0a8f61
* Wed Oct 23 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-22
0a8f61
- fix powerpcle patch to reflect what is really in upstream
0a8f61
0a8f61
* Thu Oct 17 2013 Jakub Jelinek <jakub@redhat.com> - 2.4.2-21
0a8f61
- rebuilt for gcc 4.8.2
0a8f61
0a8f61
* Tue Oct 15 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-20
0a8f61
- backport support for powerpc*le-linux to libtool.m4
0a8f61
0a8f61
* Thu Oct 10 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-19
0a8f61
- rebuild once again for new config.{sub,guess} in redhat-rpm-config
0a8f61
0a8f61
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-18
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0a8f61
0a8f61
* Wed Jul 10 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-17
0a8f61
- version bump
0a8f61
0a8f61
* Tue Jun 04 2013 Jakub Jelinek <jakub@redhat.com> - 2.4.2-16
0a8f61
- rebuilt for gcc 4.8.1
0a8f61
0a8f61
* Tue May 07 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-15
0a8f61
- revert fix for #636045, thanks to Paolo Bonzini
0a8f61
0a8f61
* Fri Apr 26 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-14
0a8f61
- allow root to copy files into NFS in libtoolize (#740079)
0a8f61
- pre-filter sed's input by dd (#636045)
0a8f61
0a8f61
* Thu Mar 14 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-13
0a8f61
- do not BR gcc-java in RHEL (by dmach)
0a8f61
0a8f61
* Thu Jan 24 2013 Jakub Jelinek <jakub@redhat.com> - 2.4.2-12
0a8f61
- rebuilt for gcc 4.8.0
0a8f61
0a8f61
* Thu Dec 06 2012 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-11
0a8f61
- remove specific version requirements on automake/autoconf
0a8f61
0a8f61
* Thu Oct 25 2012 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-10
0a8f61
- temporarily disable the 'gcj' tests (#869578) -- this is just to (1) allow
0a8f61
  build under f18+ and RHEL-7.0 and (2) don't through out upstream testsuite.
0a8f61
  Added patch must be removed once the 'ecj' utility is fixed
0a8f61
- libtool-ltdl shouldn't own /usr/share/libtool/ directory
0a8f61
- move the .so file without version back to devel package (sorry for that)
0a8f61
0a8f61
* Mon Oct 22 2012 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-9
0a8f61
- fix fedora-review warnings: s/RPM_BUILD_ROOT/buildroot/, remove trailing
0a8f61
  white-spaces, move libltdl.so to ltdl sub-package, remove unnecessary BR
0a8f61
- remove unnecessary newlines
0a8f61
- fix the BuildRequire ~> Require only (#79467 related)
0a8f61
- fix weird build circumstances (don't call ./bootstrap, don't call autoconf
0a8f61
  manually, do not touch configure script)
0a8f61
- remove 'tee' invocation for copying testsuite output (the file
0a8f61
  'test-suite.log' is good enough)
0a8f61
0a8f61
* Thu Oct 04 2012 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-8
0a8f61
- make the libtool dependant on tar (#794675)
0a8f61
0a8f61
* Fri Sep 21 2012 Dan Horák <dan[at]danny.cz> - 2.4.2-7
0a8f61
- rebuild for gcc 4.7.2
0a8f61
0a8f61
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-6
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0a8f61
0a8f61
* Sun Jul 15 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 2.4.2-5
0a8f61
- Rebuild
0a8f61
0a8f61
* Fri Jun 29 2012 Richard W.M. Jones <rjones@redhat.com> - 2.4.2-4
0a8f61
- Rebuild for gcc 4.7.1 which just entered Rawhide.
0a8f61
0a8f61
* Thu Jan  5 2012 Mamoru Tasaka <mtasaka@fedoraproject.org> - 2.4.2-3
0a8f61
- really rebuild for gcc 4.7.0
0a8f61
0a8f61
* Tue Jan  3 2012 Jakub Jelinek <jakub@redhat.com> 2.4.2-2
0a8f61
- rebuilt for gcc 4.7.0
0a8f61
0a8f61
* Fri Dec  2 2011 Tom Callaway <spot@fedoraproject.org> 2.4.2-1
0a8f61
- update to 2.4.2
0a8f61
0a8f61
* Thu Oct 27 2011 Jakub Jelinek <jakub@redhat.com> 2.4-7
0a8f61
- rebuilt for gcc 4.6.2
0a8f61
0a8f61
* Tue Jun 28 2011 Peter Robinson <pbrobinson@gmail.com> - 2.4-6
0a8f61
- actually update the hardwired gcc version
0a8f61
0a8f61
* Tue Jun 28 2011 Peter Robinson <pbrobinson@gmail.com> - 2.4-5
0a8f61
- Rebuild for gcc 4.6.1
0a8f61
0a8f61
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-4
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0a8f61
0a8f61
* Sat Jan 22 2011 Christopher Aillon <caillon@redhat.com> 2.4-3
0a8f61
- rebuilt for gcc 4.6.0
0a8f61
0a8f61
* Mon Dec 06 2010 Adam Jackson <ajax@redhat.com> 2.4-2
0a8f61
- rebuilt for gcc 4.5.1
0a8f61
0a8f61
* Mon Dec 06 2010 Karsten Hopp <karsten@redhat.com> 2.4-1
0a8f61
- update to libtool-2.4
0a8f61
0a8f61
* Wed Jul  7 2010 Jakub Jelinek <jakub@redhat.com> 2.2.10-2
0a8f61
- rebuilt for gcc 4.5.0
0a8f61
0a8f61
* Thu Jun 24 2010 Karsten Hopp <karsten@redhat.com> 2.2.10-1
0a8f61
- update to libtool-2.2.10
0a8f61
0a8f61
* Sat May  1 2010 Jakub Jelinek <jakub@redhat.com> 2.2.6-20
0a8f61
- rebuilt for gcc 4.4.4
0a8f61
0a8f61
* Mon Apr 12 2010 Karsten Hopp <karsten@redhat.com> 2.2.6-19
0a8f61
- enable selfcheck
0a8f61
- convert changelog files to utf8 (#226050)
0a8f61
0a8f61
* Thu Jan 21 2010 Jakub Jelinek <jakub@redhat.com> 2.2.6-18
0a8f61
- rebuilt for gcc 4.4.3
0a8f61
0a8f61
* Wed Dec 02 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-17
0a8f61
- fix directory name used in libtool tarball
0a8f61
0a8f61
* Wed Dec 02 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-16
0a8f61
- make sure that NVR is higher than previous version
0a8f61
0a8f61
* Wed Dec 02 2009 Karsten Hopp <karsten@redhat.com> 2.2.6b-2
0a8f61
- fix gcc version
0a8f61
0a8f61
* Tue Dec 01 2009 Karsten Hopp <karsten@redhat.com> 2.2.6b-1
0a8f61
- update to 2.2.6b, fixes CVE-2009-3736:
0a8f61
  libltdl may load and execute code from a library in the current directory
0a8f61
0a8f61
* Wed Aug 12 2009 Ville Skyttä <ville.skytta@iki.fi> - 2.2.6-14
0a8f61
- Use lzma compressed upstream tarball.
0a8f61
0a8f61
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-13
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0a8f61
0a8f61
* Wed Jul 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.2.6-12
0a8f61
- Rebuild for gcc 4.4.1
0a8f61
0a8f61
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-11
0a8f61
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
0a8f61
0a8f61
* Wed Feb 18 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-10
0a8f61
- remove /lib64 and /usr/lib64 rpath
0a8f61
0a8f61
* Fri Feb  6 2009 Jakub Jelinek <jakub@redhat.com> 2.2.6-9
0a8f61
- rebuilt again for gcc-4.4.0
0a8f61
0a8f61
* Wed Feb 04 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-8
0a8f61
- libtool-ltdl owns /usr/share/libtool, but not the config files
0a8f61
  (#484088)
0a8f61
0a8f61
* Wed Feb  4 2009 Jakub Jelinek <jakub@redhat.com> 2.2.6-7
0a8f61
- rebuilt for gcc-4.4.0
0a8f61
0a8f61
* Wed Jan 28 2009 Karsten Hopp <karsten@redhat.com> 2.2.6-6
0a8f61
- libtool-ltdl now owns /usr/share/libtool (#474672)
0a8f61
0a8f61
* Sat Dec  6 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.6-5
0a8f61
- Own /usr/include/libltdl (#475004)
0a8f61
0a8f61
* Wed Dec  3 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.6-4
0a8f61
- Well. THAT was pointless...
0a8f61
0a8f61
* Wed Dec  3 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> 2.2.6-3
0a8f61
- Hopefully fix all the build errors we've been seeing (#474330)
0a8f61
0a8f61
* Wed Dec 03 2008 Karsten Hopp <karsten@redhat.com> 2.2.6-2
0a8f61
- add Requires: sed  (Ignacio Vazquez-Abrams)
0a8f61
0a8f61
* Thu Nov 13 2008 Karsten Hopp <karsten@redhat.com> 2.2.6-1
0a8f61
- update to 2.2.6a
0a8f61
0a8f61
* Fri Aug 29 2008 Dennis Gilmore <dennis@ausil.us> 1.5.26-4
0a8f61
- rebuild for gcc-4.3.2
0a8f61
0a8f61
* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.26-3
0a8f61
- fix license tag
0a8f61
0a8f61
* Mon Jun 09 2008 Dennis Gilmore <dennis@ausil.us> 1.5.26-2
0a8f61
- build against gcc 4.3.1
0a8f61
0a8f61
* Tue May 20 2008 Stepan Kasal <skasal@redhat.com> 1.5.26-1
0a8f61
- new upstream version, requires autoconf >= 2.58
0a8f61
0a8f61
* Wed Jan 30 2008 Bill Nottingham <notting@redhat.com> 1.5.24-6
0a8f61
- rebuild for new gcc
0a8f61
0a8f61
* Wed Jan 23 2008 Karsten Hopp <karsten@redhat.com> 1.5.24-5
0a8f61
- add missing define
0a8f61
0a8f61
* Wed Jan 23 2008 Karsten Hopp <karsten@redhat.com> 1.5.24-4
0a8f61
- require specific gcc version as that path is hardcoded in libtool
0a8f61
  (#429880)
0a8f61
0a8f61
* Wed Aug 29 2007 Karsten Hopp <karsten@redhat.com> 1.5.24-3
0a8f61
- fix license tag
0a8f61
0a8f61
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.5.24-2
0a8f61
- Rebuild for selinux ppc32 issue.
0a8f61
0a8f61
* Tue Jul 24 2007 Karsten Hopp <karsten@redhat.com> 1.5.24-1
0a8f61
- update to libtool 1.5.24
0a8f61
0a8f61
* Thu Apr 05 2007 Karsten Hopp <karsten@redhat.com> 1.5.22-11
0a8f61
- use ./configure so that config.{sub,guess} will not be replaced with ancient
0a8f61
  version of those files (#234778)
0a8f61
0a8f61
* Wed Mar 14 2007 Karsten Hopp <karsten@redhat.com> 1.5.22-10
0a8f61
- add disttag (#232204)
0a8f61
0a8f61
* Wed Feb 21 2007 Karsten Hopp <karsten@redhat.com> 1.5.22-10
0a8f61
- fix libtool-ltdl post/postun requirements
0a8f61
0a8f61
* Thu Feb 08 2007 Karsten Hopp <karsten@redhat.com> 1.5.22-9
0a8f61
- fix ltdl file open (#225116)
0a8f61
- fix lt_unset usage (#227454)
0a8f61
- spec file cleanups for merge review
0a8f61
0a8f61
* Mon Jan 22 2007 Karsten Hopp <karsten@redhat.com> 1.5.22-8
0a8f61
- don't abort (un)install scriptlets when _excludedocs is set (#223708)
0a8f61
0a8f61
* Thu Dec 07 2006 Karsten Hopp <karsten@redhat.com> 1.5.22-7
0a8f61
- update config.guess, config.sub with newer files from automake-1.10
0a8f61
- skip over lines in /etc/ld.so.conf.d/* which don't look like absolute paths
0a8f61
  (p.e. files from kernel-xen). This avoids having unwanted relative paths in
0a8f61
  lib_search_path
0a8f61
0a8f61
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.5.22-6.1
0a8f61
- rebuild
0a8f61
0a8f61
* Thu Jun 29 2006 Karsten Hopp <karsten@redhat.de> 1.5.22-6
0a8f61
- detect gcc path at runtime instead of requiring one specific version
0a8f61
0a8f61
* Thu Jun 29 2006 Karsten Hopp <karsten@redhat.de> 1.5.22-5
0a8f61
- miscellaneous upstream fixes
0a8f61
0a8f61
* Tue Jun 06 2006 Karsten Hopp <karsten@redhat.de> 1.5.22-4
0a8f61
- don't warn when /etc/ld.so.conf.d/*.conf doesn't exist (p.e. in mock)
0a8f61
0a8f61
* Fri May 26 2006 Jakub Jelinek <jakub@redhat.com> 1.5.22-3
0a8f61
- rebuilt with GCC 4.1.0
0a8f61
0a8f61
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.5.22-2.2
0a8f61
- bump again for double-long bug on ppc(64)
0a8f61
0a8f61
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.5.22-2.1
0a8f61
- rebuilt for new gcc4.1 snapshot and glibc changes
0a8f61
0a8f61
* Mon Feb 06 2006 Karsten Hopp <karsten@redhat.de> 1.5.22-2
0a8f61
- libtool-ltdl-devel is LGPL (#168075)
0a8f61
0a8f61
* Tue Dec 20 2005 Karsten Hopp <karsten@redhat.de> 1.5.22-1
0a8f61
- update to 1.5.22, most prominent fixes are:
0a8f61
  - Fix 1.5 regression that caused linking a program `-static' to also
0a8f61
    link statically against installed libtool libraries, contrary to
0a8f61
    documented (and actual 1.4.x) behavior.
0a8f61
  - Fix silent failure of `libtoolize --ltdl' if libltdl files not present.
0a8f61
0a8f61
* Wed Nov 30 2005 Warren Togami <wtogami@redhat.com> 1.5.20-5
0a8f61
- rebuilt with GCC 4.1.0
0a8f61
0a8f61
* Thu Sep 29 2005 Jakub Jelinek <jakub@redhat.com> 1.5.20-4
0a8f61
- rebuilt with GCC 4.0.2
0a8f61
0a8f61
* Wed Sep 14 2005 Karsten Hopp <karsten@redhat.de> 1.5.20-3
0a8f61
- rebuilt
0a8f61
0a8f61
* Mon Sep 12 2005 Karsten Hopp <karsten@redhat.de> 1.5.20-2
0a8f61
- add ltdl license, minor spec-file cleanups (#168075, Ville Skyttä)
0a8f61
0a8f61
* Fri Sep 09 2005 Karsten Hopp <karsten@redhat.de> 1.5.20-1
0a8f61
- update
0a8f61
0a8f61
* Thu Sep 08 2005 Florian La Roche <laroche@redhat.com>
0a8f61
- add version-release to the Provides: and fix our own
0a8f61
  Requires: line to the current naming scheme
0a8f61
0a8f61
* Sat Jul  9 2005 Jakub Jelinek <jakub@redhat.com> 1.5.18-3
0a8f61
- rebuilt with GCC 4.0.1.
0a8f61
0a8f61
* Tue May 17 2005 Alexandre Oliva <aoliva@redhat.com> 1.5.18-2
0a8f61
- Update patch file.
0a8f61
0a8f61
* Tue May 17 2005 Alexandre Oliva <aoliva@redhat.com> 1.5.18-1
0a8f61
- 1.5.18.  Removed .multilib2 suffix.
0a8f61
0a8f61
* Tue Apr 26 2005 Alexandre Oliva <aoliva@redhat.com> 1.5.16.multilib2-1
0a8f61
- 1.5.16 fixes #132435.
0a8f61
0a8f61
* Wed Mar 16 2005 Elliot Lee <sopwith@redhat.com>
0a8f61
- rebuilt
0a8f61
0a8f61
* Tue Mar  1 2005 Alexandre Oliva <aoliva@redhat.com> 1.5.14.multilib2-5
0a8f61
- use gfortran instead of g77.
0a8f61
- rebuild with GCC 4.
0a8f61
0a8f61
* Tue Feb 15 2005 Joe Orton <jorton@redhat.com> 1.5.14.multilib2-4
0a8f61
- revert to the old multilib patch (#138742)
0a8f61
0a8f61
* Sun Feb 13 2005 Florian La Roche <laroche@redhat.com>
0a8f61
- 1.5.14 bugfix release
0a8f61
0a8f61
* Sun Feb  6 2005 Daniel Reed <djr@redhat.com> 1.5.12.multilib2-3.4.3
0a8f61
- update to the 1.5.12 bugfix release
0a8f61
  - Makes use of $datarootdir, which is necessary for Autoconf >= 2.60.
0a8f61
  - Correctly skip hppa, x86_64, and s390* in tests/demo-nopic.test.
0a8f61
  - Interpret `include' statements in toplevel ld.so.conf file.
0a8f61
  - While "parsing" /etc/ld.so.conf, skip comments.
0a8f61
- add dependency on gcc version; /usr/bin/libtool hardcodes paths into gcc's internal directories
0a8f61
- replace "libtool-libs" with "libtool-ltdl" and "libtool-ltdl-devel"
0a8f61
0a8f61
* Tue Oct 26 2004 Daniel Reed <djr@redhat.com> 1.5.10-1
0a8f61
- update to the 1.5.10 bugfix release
0a8f61
  - obsoletes libtool-1.4-nonneg.patch
0a8f61
  - obsoletes libtool-1.5-libtool.m4-x86_64.patch
0a8f61
  - obsoletes libtool-1.4.2-multilib.patch
0a8f61
  - obsoletes libtool-1.4.2-demo.patch
0a8f61
  - obsoletes libtool-1.5-testfailure.patch
0a8f61
0a8f61
* Tue Jul  6 2004 Jens Petersen <petersen@redhat.com> - 1.5.6-4
0a8f61
- improve buildrequires and prereqs
0a8f61
- buildrequire texinfo (Dawid Gajownik, 126950)
0a8f61
0a8f61
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
0a8f61
- rebuilt
0a8f61
0a8f61
* Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> - 1.5.6-2
0a8f61
- compile libltdl.a PIC
0a8f61
0a8f61
* Mon Apr 12 2004 Jens Petersen <petersen@redhat.com> - 1.5.6-1
0a8f61
- update to 1.5.6 bugfix release
0a8f61
0a8f61
* Sun Apr  4 2004 Jens Petersen <petersen@redhat.com> - 1.5.4-1
0a8f61
- 1.5.4 bugfix release
0a8f61
- improve libtool-1.4.2-multilib.patch (Albert Chin) and only apply to
0a8f61
  libtool.m4
0a8f61
- use bootstrap instead of autoreconf to update configuration
0a8f61
- update libtool-1.4.3-ltmain-SED.patch to libtool-1.5.4-ltmain-SED.patch
0a8f61
0a8f61
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
0a8f61
- rebuilt
0a8f61
0a8f61
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
0a8f61
- rebuilt
0a8f61
0a8f61
* Mon Jan 26 2004 Jens Petersen <petersen@redhat.com> - 1.5.2-1
0a8f61
- update to 1.5.2 bugfix release
0a8f61
- update libtool-1.5-libtool.m4-x86_64.patch
0a8f61
- nolonger need libtool-1.5-mktemp.patch, libtool-1.5-expsym-linux.patch,
0a8f61
  libtool-1.5-readonlysym.patch, libtool-1.5-relink-libdir-order-91110.patch,
0a8f61
  libtool-1.5-AC_PROG_LD_GNU-quote-v-97608.patch and libtool-1.5-nostdlib.patch
0a8f61
0a8f61
* Tue Oct 28 2003 Jens Petersen <petersen@redhat.com> - 1.5-8
0a8f61
- update libtool-1.4.2-multilib.patch to also deal with powerpc64 (#103316)
0a8f61
  [Joe Orton]
0a8f61
0a8f61
* Sun Oct 26 2003 Florian La Roche <Florian.LaRoche@redhat.de>
0a8f61
- rebuild again, Jakub has done a new compiler version number
0a8f61
0a8f61
* Thu Oct 02 2003 Florian La Roche <Florian.LaRoche@redhat.de>
0a8f61
- rebuild
0a8f61
0a8f61
* Thu Jul 17 2003 Jens Petersen <petersen@redhat.com> - 1.5-5
0a8f61
- bring back libtool-1.4.2-demo.patch to disable nopic tests on amd64
0a8f61
  and s390x again
0a8f61
0a8f61
* Tue Jul 15 2003 Owen Taylor <otaylor@redhat.com>
0a8f61
- Fix misapplied chunk for expsym-linux patch
0a8f61
0a8f61
* Tue Jul  8 2003 Jens Petersen <petersen@redhat.com> - 1.5-4
0a8f61
- remove the quotes around LD in AC_PROG_LD_GNU (#97608)
0a8f61
  [reported by twaugh]
0a8f61
- use -nostdlib also when linking with g++ and non-GNU ld in
0a8f61
  _LT_AC_LANG_CXX_CONFIG [reported by fnasser, patch by aoliva]
0a8f61
- use %%configure with CC and CXX set
0a8f61
0a8f61
* Thu Jun 12 2003 Jens Petersen <petersen@redhat.com> - 1.5-3
0a8f61
- don't use %%configure since target options caused libtool to assume
0a8f61
  i386-redhat-linux-gcc instead of gcc for CC (reported by Joe Orton)
0a8f61
- add libtool-1.5-relink-libdir-order-91110.patch to fix order of lib dirs
0a8f61
  searched when relinking (#91110) [patch from Joe Orton]
0a8f61
0a8f61
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
0a8f61
- rebuilt
0a8f61
0a8f61
* Thu May  1 2003 Jens Petersen <petersen@redhat.com> - 1.5-1
0a8f61
- update to 1.5
0a8f61
- no longer override config.{guess,sub} for rpmbuild %%configure,
0a8f61
  redhat-rpm-config owns those now
0a8f61
- update and rename libtool-1.4.2-s390_x86_64.patch to
0a8f61
  libtool-1.5-libtool.m4-x86_64.patch since s390 now included
0a8f61
- buildrequire autoconf and automake, no longer automake14
0a8f61
- skip make check on s390 temporarily
0a8f61
- no longer skip demo-nopic.test on x86_64, s390 and s390x
0a8f61
- from Owen Taylor
0a8f61
  - add libtool-1.4.2-expsym-linux.patch (#55607) [from James Henstridge]
0a8f61
  - add quoting in mktemp patch
0a8f61
  - add libtool-1.5-readonlysym.patch
0a8f61
  - add libtool-1.5-testfailure.patch workaround
0a8f61
  - no longer need libtool-1.4.2-relink-58664.patch
0a8f61
0a8f61
* Sat Feb 08 2003 Florian La Roche <Florian.LaRoche@redhat.de> - 1.4.3-5
0a8f61
- add config.guess and config.sub, otherwise old versions of
0a8f61
  these files can creep into /usr/share/libtool/
0a8f61
0a8f61
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
0a8f61
- rebuilt
0a8f61
0a8f61
* Mon Jan 13 2003 Jens Petersen <petersen@redhat.com> 1.4.3-3
0a8f61
- fix mktemp to work when running mktemp fails (#76602)
0a8f61
  [reported by (Oron Peled)]
0a8f61
- remove info dir file, don't exclude it
0a8f61
- fix typo in -libs description (#79619)
0a8f61
- use buildroot instead of RPM_BUILD_ROOT
0a8f61
0a8f61
* Tue Jan 07 2003 Karsten Hopp <karsten@redhat.de> 1.4.3-2.2
0a8f61
- use lib64 on s390x, too.
0a8f61
0a8f61
* Thu Dec  5 2002 Jens Petersen <petersen@redhat.com>
0a8f61
- add comment to explain why we use an old Automake for building
0a8f61
- buildrequire automake14
0a8f61
0a8f61
* Sat Nov 23 2002 Jens Petersen <petersen@redhat.com>
0a8f61
- add --without check build option to allow disabling of "make check"
0a8f61
- exclude info dir file rather than removing
0a8f61
0a8f61
* Sat Nov 23 2002 Jens Petersen <petersen@redhat.com> 1.4.3-2
0a8f61
- define SED in ltmain.sh for historic ltconfig files
0a8f61
- define macro AUTOTOOLS to hold automake-1.4 and aclocal-1.4, and use it
0a8f61
- leave old missing file for now
0a8f61
- general spec file cleanup
0a8f61
  - don't copy install files to demo nor mess with installed ltdl files
0a8f61
  - don't need to run make in doc
0a8f61
  - force removal of info dir file
0a8f61
  - don't need to create install prefix dir
0a8f61
  - don't bother gzipping info files ourselves
0a8f61
0a8f61
* Mon Nov 18 2002 Jens Petersen <petersen@redhat.com> 1.4.3-1
0a8f61
- update to 1.4.3
0a8f61
- remove obsolete patches (test-quote, dup-deps, libtoolize-configure.ac)
0a8f61
- apply the multilib patch to just the original config files
0a8f61
- update x86_64/s390 patch and just apply to original config files
0a8f61
- use automake-1.4 in "make check" for demo-make.test to pass!
0a8f61
- remove info dir file that is not installed
0a8f61
- make autoreconf update missing
0a8f61
0a8f61
* Mon Oct 07 2002 Phil Knirsch <pknirsch@redhat.com>  1.4.2-12.2
0a8f61
- Added s390x and x64_64 support.
0a8f61
0a8f61
* Fri Oct  4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.4.2-12.1
0a8f61
- rebuild
0a8f61
0a8f61
* Fri Sep 13 2002 Nalin Dahyabhai <nalin@redhat.com>
0a8f61
- patch to find the proper libdir on multilib boxes
0a8f61
0a8f61
* Mon Aug 19 2002 Jens Petersen <petersen@redhat.com> 1.4.2-12
0a8f61
- don't include demo in doc, specially now that we "make check" (#71609)
0a8f61
0a8f61
* Tue Aug 13 2002 Jens Petersen <petersen@redhat.com> 1.4.2-11
0a8f61
- don't hardcode "configure.in" in libtoolize (#70864)
0a8f61
  [reported by bastiaan@webcriminals.com]
0a8f61
- make check, but not on ia64
0a8f61
0a8f61
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 1.4.2-10
0a8f61
- automated rebuild
0a8f61
0a8f61
* Thu May 23 2002 Tim Powers <timp@redhat.com> 1.4.2-9
0a8f61
- automated rebuild
0a8f61
0a8f61
* Fri Apr 26 2002 Jens Petersen <petersen@redhat.com> 1.4.2-8
0a8f61
- add old patch from aoliva to fix relinking when installing into a buildroot
0a8f61
- backport dup-deps fix from cvs stable branch
0a8f61
0a8f61
* Wed Mar 27 2002 Jens Petersen <petersen@redhat.com> 1.4.2-7
0a8f61
- run ldconfig in postin and postun
0a8f61
0a8f61
* Thu Feb 28 2002 Jens Petersen <petersen@redhat.com> 1.4.2-6
0a8f61
- rebuild in new environment
0a8f61
0a8f61
* Tue Feb 12 2002 Jens Petersen <petersen@redhat.com> 1.4.2-5
0a8f61
- revert filemagic and archive-shared patches following cvs (#54887)
0a8f61
- don't change "&& test" to "-a" in ltmain.in
0a8f61
0a8f61
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 1.4.2-4
0a8f61
- automated rebuild
0a8f61
0a8f61
* Mon Dec  3 2001 Jens Petersen <petersen@redhat.com> 1.4.2-3
0a8f61
- test quoting patch should be on ltmain.in not ltmain.sh (#53276)
0a8f61
- use file_magic for Linux ELF (#54887)
0a8f61
- allow link against an archive when building a shared library (#54887)
0a8f61
- include ltdl.m4 in manifest (#56671)
0a8f61
0a8f61
* Wed Oct 24 2001 Jens Petersen <petersen@redhat.com> 1.4.2-2
0a8f61
- added URL to spec
0a8f61
0a8f61
* Tue Sep 18 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.4.2-1
0a8f61
- 1.4.2 - sync up with autoconf...
0a8f61
0a8f61
* Thu Jul  5 2001 Bernhard Rosenkraenzer <bero@redhat.de> 1.4-8
0a8f61
- extend s390 patch to 2 more files
0a8f61
- s/Copyright/License/
0a8f61
0a8f61
* Wed Jul 04 2001 Karsten Hopp <karsten@redhat.de>
0a8f61
- add s390 patch for deplibs_check_method=pass_all
0a8f61
0a8f61
* Tue Jun 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
0a8f61
- add patches from Tim Waugh #42724
0a8f61
0a8f61
* Mon Jun 11 2001 Florian La Roche <Florian.LaRoche@redhat.de>
0a8f61
- add patches from cvs mainline
0a8f61
0a8f61
* Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
0a8f61
- fix a "test" bug in ltmain.sh
0a8f61
0a8f61
* Sun Jun 03 2001 Florian La Roche <Florian.LaRoche@redhat.de>
0a8f61
- disable the post commands to modify /usr/share/doc/
0a8f61
0a8f61
* Sat May 12 2001 Owen Taylor <otaylor@redhat.com>
0a8f61
- Require automake 1.4p1
0a8f61
0a8f61
* Wed May 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
0a8f61
- update to libtool 1.4
0a8f61
- adjust or remove patches
0a8f61
0a8f61
* Thu Jul 13 2000 Elliot Lee <sopwith@redhat.com>
0a8f61
- Fix recognition of ^0[0-9]+$ as a non-negative integer.
0a8f61
0a8f61
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
0a8f61
- automatic rebuild
0a8f61
0a8f61
* Fri Jul  7 2000 Nalin Dahyabhai <nalin@redhat.com>
0a8f61
- patch to use mktemp to create the tempdir
0a8f61
- use %%configure after defining __libtoolize to /bin/true
0a8f61
0a8f61
* Mon Jul  3 2000 Matt Wilson <msw@redhat.com>
0a8f61
- subpackage libltdl into libtool-libs
0a8f61
0a8f61
* Sun Jun 18 2000 Bill Nottingham <notting@redhat.com>
0a8f61
- running libtoolize on the libtool source tree ain't right :)
0a8f61
0a8f61
* Mon Jun  5 2000 Jeff Johnson <jbj@redhat.com>
0a8f61
- FHS packaging.
0a8f61
0a8f61
* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
0a8f61
- update to 1.3.5.
0a8f61
0a8f61
* Fri Mar  3 2000 Jeff Johnson <jbj@redhat.com>
0a8f61
- add prereqs for m4 and perl inorder to run autoconf/automake.
0a8f61
0a8f61
* Mon Feb 28 2000 Jeff Johnson <jbj@redhat.com>
0a8f61
- functional /usr/doc/libtool-*/demo by end-user %%post procedure (#9719).
0a8f61
0a8f61
* Wed Dec 22 1999 Jeff Johnson <jbj@redhat.com>
0a8f61
- update to 1.3.4.
0a8f61
0a8f61
* Mon Dec  6 1999 Jeff Johnson <jbj@redhat.com>
0a8f61
- change from noarch to per-arch in order to package libltdl.a (#7493).
0a8f61
0a8f61
* Thu Jul 15 1999 Jeff Johnson <jbj@redhat.com>
0a8f61
- update to 1.3.3.
0a8f61
0a8f61
* Mon Jun 14 1999 Jeff Johnson <jbj@redhat.com>
0a8f61
- update to 1.3.2.
0a8f61
0a8f61
* Tue May 11 1999 Jeff Johnson <jbj@redhat.com>
0a8f61
- explicitly disable per-arch libraries (#2210)
0a8f61
- undo hard links and remove zero length file (#2689)
0a8f61
0a8f61
* Sat May  1 1999 Jeff Johnson <jbj@redhat.com>
0a8f61
- update to 1.3.
0a8f61
0a8f61
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
0a8f61
- disable the --cache-file passing to ltconfig; this breaks the older
0a8f61
  ltconfig scripts found around.
0a8f61
0a8f61
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
0a8f61
- auto rebuild in the new build environment (release 2)
0a8f61
0a8f61
* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
0a8f61
- update to 1.2f
0a8f61
0a8f61
* Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com>
0a8f61
- completed arm patch
0a8f61
- added patch to make it more arm-friendly
0a8f61
- upgrade to version 1.2d
0a8f61
0a8f61
* Thu May 07 1998 Donnie Barnes <djb@redhat.com>
0a8f61
- fixed busted group
0a8f61
0a8f61
* Sat Jan 24 1998 Marc Ewing <marc@redhat.com>
0a8f61
- Update to 1.0h
0a8f61
- added install-info support
0a8f61
0a8f61
* Tue Nov 25 1997 Elliot Lee <sopwith@redhat.com>
0a8f61
- Update to 1.0f
0a8f61
- BuildRoot it
0a8f61
- Make it a noarch package