- Fix install_info_{install,delete} usage: install-info does not
allow file globbing.
This fixes issues seen in the buildroot as well when uninstalling libtool:
[ 102s] (order: reverse libltdl7-debuginfo libtool-debugsource libltdl7 libtool)
[ 102s] install-info: excess command line argument `/usr/share/info/libtool.info-2.gz'
[ 102s] install-info: excess command line argument `/usr/share/info/libtool.info.gz'
OBS-URL: https://build.opensuse.org/request/show/373848
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=74
- Use url for signature
- Add keyring file for automatic verification of signature
- Cleanup spec file with spec-cleaner
- Remove old ppc/ppc64 obsolete/provides
- Update info pre/post requires and replace postun with preun
- Use url for signature
- Add keyring file for automatic verification of signature
- Cleanup spec file with spec-cleaner
- Remove old ppc/ppc64 obsolete/provides
- Update info pre/post requires and replace postun with preun
OBS-URL: https://build.opensuse.org/request/show/298050
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=68
Noteworthy changes in release 2.4.6 (2015-02-15) [stable]
* New features:
- LT_SYS_LIBRARY_PATH can be set in config.site, or at configure time
and persists correctly in the generated libtool script.
* Bug fixes:
- Fix a race condition in ltdl dryrun test that would cause spurious
random failures of that test.
- LT_SYS_DLSEARCH_PATH is munged correctly.
- Add tarball signature.
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=66
- The generic approximation of the command line length limit (when getconf is
not available) works again. Regression introduced in v2.2.6-39-g9c3d4d8.
- The bug that leaked developer tool paths into the release tarballs
from ./bootstrap is fixed.
- Improved support for the Cuda Compiler Driver (nvcc) on Darwin.
- For GCC LTO support, the -fuse-linker-plugin switch is now also removed
when computing compiler postdeps.
- The undocumented hardcode_libdir_flag_spec_ld tag variable has been
removed in favor of using hardcode_libdir_flag_spec with $wl set to empty.
- update to 2.4.2:
- The generic approximation of the command line length limit (when getconf is
not available) works again. Regression introduced in v2.2.6-39-g9c3d4d8.
- The bug that leaked developer tool paths into the release tarballs
from ./bootstrap is fixed.
- Improved support for the Cuda Compiler Driver (nvcc) on Darwin.
- For GCC LTO support, the -fuse-linker-plugin switch is now also removed
when computing compiler postdeps.
- The undocumented hardcode_libdir_flag_spec_ld tag variable has been
removed in favor of using hardcode_libdir_flag_spec with $wl set to empty.
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=38
packages using the system wide libtool script compile.
- Add gcc-c++ gcc-fortran and gcc-objc to buildrequires so that
packages using the system wide libtool script compile.
- Add a rpmlintrc to shut up rpmlint on most warnings.
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=31
incompatible changes:
- The fix_srcfile_path variable has been replaced by a more thorough
mechanism triggered by the to_tool_file_cmd variable.
- The wrapper command line option support described above introduces the
following incompatibility: the wrapper will remove any command line
options that begin with '--lt-*' from the argument list before launching
(uninstalled) programs. Any '--lt-*' option on the command line not
recognized by the wrapper will result in an error.
- The type of the symbol lists variables (lt_*_LTX_preloaded_symbols) has
been fixed in the manual and in a couple of tests to match the actual
implementation.
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtool?expand=0&rev=22