b9493f6650- merge in testsuite, disable for now, isn't building for a whileDirk Mueller2022-03-29 12:26:08 +0000
84f0550915- update to 2.4.7: - Libtool script now supports (configure-time and runtime) ARFLAGS variable, which obsoletes AR_FLAGS. This is due to naming conventions among other *FLAGS and to be consistent with Automake's ARFLAGS. - Gnulib testsuite is enabled and run during 'make check'. - Support the Windows version of the Intel C Compiler (icl) in libtool script. - Pass '-fsanitize=*' flags for GCC and LLVM, and '-specs=*' for GCC to linker. - Pass '-Xassembler=*' and '-Wa,*' flag to compilers and linkers. - The variable 'FILECMD' with default value of '/usr/bin/file' was used to replace existing hard coded references to '/usr/bin/file'. - Add MidnightBSD support. - Libtool changed ARFLAGS/AR_FLAGS default from 'cru' to 'cr'. - Do not pass '-pthread' to Solaris linker. - 'libtool' and 'libtoolize' scripts now use '#! /usr/bin/env sh' shebang. Previously '#! /bin/sh' was used, which presents challenges for containerized environments. - Fix significant slowdown of libtoolize for certain projects (regression introduced in 2.4.3 release) caused by infinite m4 macro recursion. - Mitigate the slowdown of libtool script (introduced in v2.4.3) caused by increased number of calls to '$SED $sed_quote_subst' (bug#20006). - Properly parse and export TLS symbols on AIX. - Various bug fixes surrounding use of 'sed'. - Darwin systems set proper "allow undefined" flag on OSX 11, and PowerPC 10.5. - Removed some deprecated tests related to 'Makefile.inc' files.Dirk Mueller2022-03-20 20:49:01 +0000
2d150e35e3Accepting request 723032 from Base:System
Dominique Leuenberger
2019-09-05 10:29:31 +0000
55019069e8Accepting request 722580 from home:marxin:branches:Base:SystemDirk Mueller2019-08-13 09:26:22 +0000
e4ce03e6a4Accepting request 720554 from home:marxin:branches:Base:SystemDirk Mueller2019-08-02 18:36:10 +0000
b600045974Accepting request 720476 from home:marxin:staticDirk Mueller2019-08-02 08:26:28 +0000
ea8a2396ffAccepting request 656757 from Base:System
Dominique Leuenberger
2018-12-19 12:23:41 +0000
8e39ce6c43Accepting request 656417 from home:msmeissn:branches:Base:SystemDirk Mueller2018-12-10 08:58:51 +0000
6796faa63fAccepting request 605641 from Base:System
Dominique Leuenberger
2018-05-13 13:53:25 +0000
113119e97dAccepting request 605522 from home:bmwiedemann:branches:Base:System
Philipp Thomas
2018-05-09 07:07:51 +0000
1dfcf9fe40Accepting request 604031 from Base:System
Dominique Leuenberger
2018-05-06 12:54:07 +0000
f59756287eAccepting request 603708 from home:dimstar:Factory
Philipp Thomas
2018-05-04 12:56:38 +0000
f7176c3b42Accepting request 374979 from Base:System
Dominique Leuenberger
2016-03-26 14:07:31 +0000
273243def1Accepting request 373848 from home:dimstar:FactoryMarcus Meissner2016-03-18 10:08:19 +0000
b121539d07Accepting request 320844 from Base:System
Stephan Kulow
2015-09-19 04:51:48 +0000
8ba71506b4- Remove useless install_info_delete in postun (bsc#940773).
Philipp Thomas
2015-08-06 10:18:00 +0000
8971c5a6b2Accepting request 305263 from Base:System
Dominique Leuenberger
2015-05-06 09:21:35 +0000
001cd1c122- Fix call of install_info.
Philipp Thomas
2015-05-04 07:50:15 +0000
a2adc931a7Accepting request 303922 from Base:System
Stephan Kulow
2015-04-28 18:41:44 +0000
2bc2329738Accepting request 298050 from home:pluskalm:branches:Base:System
Stephan Kulow
2015-04-25 08:11:35 +0000
6ab3cbe2ca- Remove empty entry.
Philipp Thomas
2015-04-20 10:26:10 +0000
78d4995168- Update to 2.4.6: 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.
Philipp Thomas
2015-04-17 08:03:44 +0000
f4acff49cd- Add libtool-no_host_name.patch to remove the host name from generated scripts (bnc#916268). - Update to libtool 2.4.5
Philipp Thomas
2015-02-09 13:42:47 +0000
a5e434643eAccepting request 282502 from home:mathletic:branches:Base:System
Philipp Thomas
2015-01-23 06:59:08 +0000
cfa1dcd748Accepting request 264282 from home:mathletic:branches:Base:System
Philipp Thomas
2014-12-08 06:44:25 +0000
ffac2111b8Accepting request 263441 from home:mathletic:branches:Base:SystemMarcus Meissner2014-12-03 12:35:49 +0000
3675298a88\- Add libtool-dont_delete_gnulib_files.patch that prevents deletion of files from gnulib to be deleted by libtoolize. - BuildRequire help2man. - Remove unneeded clean section. - Use rpm macros where possible. - Pass V=1 to make to make compilation verbose.
Philipp Thomas
2014-11-21 11:00:38 +0000
4dd758a7f1- Update to libtool 2.4.3 ** New features: - Moved to gnulib release infrastructure. - M4 is now used for scanning the M4 macros in your configure.ac that 'libtoolize' looks at to determine what files you want, and where you would like them installed. This means that you can compose your version number or any other argument that Libtoolize needs to know at M4 time using git-version-gen from gnulib, for example. - Invoking 'libtoolize --ltdl' no longer maintains a separate autoconf macro directory in the libltdl tree, but automatically adjusts the installed libltdl configuration files to share whatever macro directory is declared by the parent project. (Note: if you were already sharing a macro directory with AC_CONFIG_MACRO_DIR(ltdl/m4) or similar, that still works as does any other directory choice). - Invoking 'libtoolize --ltdl' no longer maintains a separate auxiliary scripts directory in the libltdl tree, but automatically adjusts the installed libltdl configuration files to share whatever auxiliary scripts directory is declared by the parent project. (Note: if you were already sharing an auxiliary directory with subproject libltdl using AC_CONFIG_AUX_DIR(ltdl/config) or similar, that still works as does any other directory choice). - The legacy tests have all been migrated to the Autotest harness. - The Autotest testsuite can be run without the especially time consuming tests with: make check-local TESTSUITEFLAGS='-k "!expensive"' ** Bug fixes: - Fix a long-standing latent bug in autom4te include path for autotests with VPATH builds. - Fix a long-standing latent bug in libtoolize that could delete lines from libltdl/Makefile.am in recursive mode due to underquoting in aMarcus Meissner2014-11-04 06:31:25 +0000
9eb63396dfAccepting request 259583 from home:mathletic:branches:Base:SystemMarcus Meissner2014-11-04 06:31:00 +0000
ec38acf783Accepting request 248108 from Base:System
Stephan Kulow
2014-09-09 17:00:08 +0000
ac8368dce3- install COPYING as %doc
Stephan Kulow
2014-09-09 03:56:08 +0000
9d4a24b9e6- install COPYING as %doc
Stephan Kulow
2014-09-09 03:55:57 +0000
462eefb307Accepting request 241117 from Base:System
Stephan Kulow
2014-07-19 09:04:19 +0000
9369ec0d8fAccepting request 240961 from home:k0da:ppc
Stephan Kulow
2014-07-15 17:26:44 +0000
a7d2c1d970Accepting request 224461 from Base:System
Stephan Kulow
2014-03-04 13:02:30 +0000
01c8d8f0d9Forgot to run pre_checkin
Philipp Thomas
2013-11-26 15:22:19 +0000
a5424c4142- Fix GFDL spec
Philipp Thomas
2013-11-26 15:21:03 +0000
29d1f554c2- Change License as described in bnc#818958.
Philipp Thomas
2013-11-26 15:14:47 +0000
1ee5658252Accepting request 150877 from Base:System
Stephan Kulow
2013-02-04 16:59:22 +0000
17fe14bb40- Add config-guess-sub-update.patch: Update config.guess/sub for aarch64Dirk Mueller2013-02-03 13:52:31 +0000
26833d2f35Accepting request 128357 from Base:System
Ismail Dönmez
2012-07-21 10:30:16 +0000
17badea986- Fix pre_checkin.sh - Add a note in the spec file to run pre_checkin.sh
Philipp Thomas
2012-07-19 12:21:03 +0000
34c42e1613- buildrequire makeinfo which is a seperate package now.
Philipp Thomas
2012-07-19 11:45:13 +0000
2bd50a5c7ereplace license with spdx.org variant
Stephan Kulow
2011-12-06 17:25:57 +0000
fd9d9dafdereplace license with spdx.org variant
Stephan Kulow
2011-12-06 17:25:57 +0000
1c6d56bc4bAccepting request 94283 from Base:System
Stephan Kulow
2011-12-02 08:27:25 +0000
85d91441cb- buildrequire automake for file list check
Stephan Kulow
2011-11-29 13:46:06 +0000
d8eeda0393Accepting request 90949 from Base:System
Stephan Kulow
2011-11-14 11:53:34 +0000
e6011bbde7- 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.Dirk Mueller2011-11-10 09:34:15 +0000
8d6a2cae70Accepting request 82466 from Base:System
Lars Vogdt
2011-09-19 19:13:14 +0000
66ca378d6a- don't use _service - Add a rpmlintrc to shut up rpmlint on most warnings.
Stephan Kulow
2011-09-16 13:48:05 +0000
0f3278147bAutobuild autoformatter for 79564
Sascha Peilicke
2011-08-24 15:12:20 +0000
f6b242a265Updating link to change in openSUSE:Factory/libtool revision 33.0
OBS User buildservice-autocommit
2011-08-24 15:12:20 +0000
5c6dbcdee0Accepting request 79564 from Base:System
Sascha Peilicke
2011-08-24 15:12:11 +0000
315e4131dcuse original sources
Stephan Kulow
2011-08-24 08:53:17 +0000
3b883b97ed- Add gcc-c++ gcc-fortran and gcc-objc to buildrequires so that packages using the system wide libtool script compile.
Philipp Thomas
2011-07-29 13:12:43 +0000
4c2e3afb4aAutobuild autoformatter for 65269
Sascha Peilicke
2011-03-28 08:15:21 +0000
97ead2c680Updating link to change in openSUSE:Factory/libtool revision 31.0
OBS User buildservice-autocommit
2011-03-28 08:15:21 +0000
ce85bf4aabAccepting request 65269 from Base:System
Sascha Peilicke
2011-03-28 08:15:13 +0000
1a5f99667egenerated via source service
OBS User _service
2011-03-14 09:02:38 +0000
06b9cd5702generated via source service
OBS User _service
2011-03-14 08:53:11 +0000
cd3e410623- require automake and provide symbolic names for libltdl
Stephan Kulow
2011-03-14 08:53:05 +0000
4ef55bdbccAutobuild autoformatter for 63920
Sascha Peilicke
2011-03-14 08:38:08 +0000
9e4c39f93bUpdating link to change in openSUSE:Factory/libtool revision 28.0
OBS User buildservice-autocommit
2011-03-14 08:38:08 +0000
881a6af123Accepting request 63920 from Base:System
Sascha Peilicke
2011-03-14 08:38:00 +0000
ccaf029e4bgenerated via source service
OBS User _service
2011-03-10 15:34:17 +0000
5e1c4af97ecorrect changes file
Stephan Kulow
2011-03-10 15:34:11 +0000
eac0428a8agenerated via source service
OBS User _service
2011-03-09 14:11:18 +0000
73556e7b41- update to 2.4, which has quite some new stuff. Limiting here to 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.
Stephan Kulow
2011-03-09 14:11:11 +0000
b3373c9f66Autobuild autoformatter for 63059
Sascha Peilicke
2011-03-01 08:29:49 +0000
643fd9ec7fAccepting request 63059 from home:jirislaby:branches:openSUSE:11.4:Update:Test
Sascha Peilicke
2011-03-01 08:29:43 +0000
63c9bf939bAccepting request 60575 from home:yecril71pl:branches:Base:SystemDirk Mueller2011-02-19 07:33:51 +0000
3e0e72111dAutobuild autoformatter for 51853
OBS User autobuild
2010-11-02 09:14:24 +0000
36d66d4ee4Accepting request 51853 from Base:System
Ruediger Oertel
2010-11-02 09:14:16 +0000
dade941e76Accepting request 51772 from home:jengelh:smp
Stephan Kulow
2010-11-01 08:28:00 +0000