File libtool.changes of Package libtool (Revision 5265ec6cf5a793e51e0557dd378d4b8c)
Currently displaying revision 5265ec6cf5a793e51e0557dd378d4b8c , Show latest
808
1
-------------------------------------------------------------------
2
Wed Mar 16 15:29:34 UTC 2016 - dimstar@opensuse.org
3
4
- Fix install_info_{install,delete} usage: install-info does not
5
allow file globbing.
6
7
-------------------------------------------------------------------
8
Thu Aug 6 12:02:32 CEST 2015 - pth@suse.de
9
10
- Remove spurious install_info_delete in postun (bsc#940773).
11
12
-------------------------------------------------------------------
13
Mon May 4 09:40:09 CEST 2015 - pth@suse.de
14
15
- Fix call of install_info.
16
17
-------------------------------------------------------------------
18
Mon Apr 20 12:25:22 CEST 2015 - pth@suse.de
19
20
- Remove empty entry.
21
22
-------------------------------------------------------------------
23
Sun Apr 19 12:41:43 UTC 2015 - mpluskal@suse.com
24
25
- Use url for signature
26
- Add keyring file for automatic verification of signature
27
- Cleanup spec file with spec-cleaner
28
- Remove old ppc/ppc64 obsolete/provides
29
- Update info pre/post requires and replace postun with preun
30
31
-------------------------------------------------------------------
32
Fri Apr 17 10:02:12 CEST 2015 - pth@suse.de
33
34
- Update to 2.4.6:
35
Noteworthy changes in release 2.4.6 (2015-02-15) [stable]
36
37
* New features:
38
39
- LT_SYS_LIBRARY_PATH can be set in config.site, or at configure time
40
and persists correctly in the generated libtool script.
41
42
* Bug fixes:
43
44
- Fix a race condition in ltdl dryrun test that would cause spurious
45
random failures of that test.
46
47
- LT_SYS_DLSEARCH_PATH is munged correctly.
48
49
- Add tarball signature.
50
51
-------------------------------------------------------------------
52
Mon Feb 9 12:45:26 CET 2015 - pth@suse.de
53
54
- Add libtool-no_host_name.patch to remove the host name from
55
generated scripts (bnc#916268).
56
57
-------------------------------------------------------------------
58
Thu Jan 22 23:26:38 UTC 2015 - foss@grueninger.de
59
60
- Update to libtool 2.4.5
61
New features:
62
63
- Libtoolize searches for the best available M4 on the user PATH at
64
runtime, rather than settling for the first one found.
65
66
- Support munging sys_lib_dlsearch_path_spec with LT_SYS_LIBRARY_PATH
67
environment variable.
68
69
Bug fixes:
70
71
- Bail out at configure time if the installed M4 is not sufficient
72
for the purposes of libtoolize.
73
74
- freebsd-elf library versioning was upgraded incorrectly in 2.4.4,
75
but now works properly again.
76
77
- Fix a 2.4.4 regression so that libltdl subprojects do not warn
78
about missing libltdl/libltdl directory as in prior releases.
79
80
- When using Sun C++ on Solaris or GNU/Linux we used to set libtool's
81
postdeps permanently, based on the contents of $CXX and $CXXFLAGS at
82
configure time, which was brittle and error-prone. Now, we no
83
longer check for a SunCC ABI at configure time, but augment the
84
postdeps at libtool time based on the current invocation flags on
85
each call.
86
87
Changes in supported systems or compilers:
88
89
- /usr/local prefixed rpaths are now added to the link-line on
90
ia64-hp-hpux*, because the default system runtime loader path does
91
not contain them.
92
93
- Previously, when using Sun C++ on Solaris or GNU/Linux, `-Cstd -Crun`
94
flags were added to $postdeps unless CXX or CXXFLAGS contained
95
`-library=stlport4`. Newer releases have added other compiler flags
96
that are also incompatible with `-Cstd -Crun`, so now we don't add
97
them if any of `-std=c++[0-9][0-9]`, `-library=stdcxx4` or
98
`-compat=g` were found in CXX or CXXFLAGS when the Sun C++ compiler
99
is detected.
100
101
-------------------------------------------------------------------
102
Sat Dec 6 21:11:04 UTC 2014 - foss@grueninger.de
103
104
- Require M4 as libtool's libtoolize requires it since 2.4.3
105
106
-------------------------------------------------------------------
107
Sat Nov 29 19:48:44 UTC 2014 - foss@grueninger.de
108
109
- Drop patch libtool-dont_delete_gnulib_files.patch which is
110
included in 2.4.4
111
112
- Update to libtool 2.4.4
113
** New features:
114
115
- Libltdl maintains its own fork of argz, with macros and files in
116
the LT_ and lt__ namespaces (resp.) where they cannot clash with
117
client projects' use of gnulib argz.
118
119
** Bug fixes:
120
121
- Installation of 'libtoolize' once again obeys '--program-prefix',
122
'--program-suffix' and '--program-transform-name' configure options.
123
124
- `libtoolize` doesn't remove any files that it can't reinstall,
125
including old versions of the snippet directory, and gnulib's
126
version of the argz module and supporting files.
127
128
- LT_FUNC_DLYSM_USCORE now works correctly on systems that don't
129
support self dlopen()ing.
130
131
** Important incompatible changes:
132
133
- LT_LIB_DLLOAD no longer prepends -ldl or -ldld to LIBS, causing
134
duplicate occurrences in libltdl link lines. If you need to
135
add a library for dlopen() or shl_load() in your Makefile, then
136
use $(LIBADD_DLOPEN) or $(LIBADD_SHL_LOAD) respectively. If you
137
are using libltdl, this all happens automatically, and the only
138
difference you'll see is no more duplicated library names in the
139
verbose link line.
140
141
** Changes in supported systems or compilers:
142
143
- Preliminary support for tcc on linux*. Although it already worked
144
sometimes in previous releases, making sure to set LD correctly now
145
avoids mis-matching GNU ld with tcc:
146
147
./configure CC=tcc LD=tcc
148
149
- Added -os2dllname option to work around 8 character base name
150
limit on OS/2. The option has no effect on other systems.
151
152
- Support for DLL versioning, -export-symbols and -export-symbols-regex
153
on OS/2.
154
155
- Support filename-based shared library versioning on AIX. See manual
156
for details.
157
158
-------------------------------------------------------------------
159
Sat Nov 29 19:48:09 UTC 2014 - foss@grueninger.de
160
161
-
162
163
-------------------------------------------------------------------
164
Fri Nov 21 11:00:57 CET 2014 - pth@suse.de
165
166
- Add libtool-dont_delete_gnulib_files.patch that prevents deletion
167
of files from gnulib to be deleted by libtoolize.
168
- BuildRequire help2man.
169
- Remove unneeded clean section.
170
- Use rpm macros where possible.
171
- Pass V=1 to make to make compilation verbose.
172
173
-------------------------------------------------------------------
174
Mon Nov 3 22:35:18 UTC 2014 - foss@grueninger.de
175
176
- Drop patch config-guess-sub-update.patch for libltdl/config as the
177
folder no longer exists.
178
- Drop patch libtool-ppc64le.patch for ppc handling as it is already
179
part of v2.4.3
180
181
- Update to libtool 2.4.3
182
** New features:
183
184
- Moved to gnulib release infrastructure.
185
186
- M4 is now used for scanning the M4 macros in your configure.ac that
187
'libtoolize' looks at to determine what files you want, and where you
188
would like them installed. This means that you can compose your
189
version number or any other argument that Libtoolize needs to know at
190
M4 time using git-version-gen from gnulib, for example.
191
192
- Invoking 'libtoolize --ltdl' no longer maintains a separate autoconf
193
macro directory in the libltdl tree, but automatically adjusts the
194
installed libltdl configuration files to share whatever macro
195
directory is declared by the parent project. (Note: if you were
196
already sharing a macro directory with AC_CONFIG_MACRO_DIR(ltdl/m4)
197
or similar, that still works as does any other directory choice).
198
199
- Invoking 'libtoolize --ltdl' no longer maintains a separate auxiliary
200
scripts directory in the libltdl tree, but automatically adjusts the
201
installed libltdl configuration files to share whatever auxiliary
202
scripts directory is declared by the parent project. (Note: if you
203
were already sharing an auxiliary directory with subproject libltdl
204
using AC_CONFIG_AUX_DIR(ltdl/config) or similar, that still works as
205
does any other directory choice).
206
207
- The legacy tests have all been migrated to the Autotest harness.
208
209
- The Autotest testsuite can be run without the especially time consuming
210
tests with:
211
212
make check-local TESTSUITEFLAGS='-k "!expensive"'
213
214
** Bug fixes:
215
216
- Fix a long-standing latent bug in autom4te include path for autotests
217
with VPATH builds.
218
- Fix a long-standing latent bug in libtoolize that could delete lines
219
from libltdl/Makefile.am in recursive mode due to underquoting in a
220
sed script.
221
- Fix a long-standing bug in libtoolize, by outputting the 'putting
222
auxiliary files in' header with 'libtoolize --ltdl --subproject'.
223
- Fix a long-standing bug in libtoolize subproject installation, by not
224
installing a set of autoconf macro files into the parent project if
225
there is no configure.ac present to use them.
226
- The libtoolize subproject mode selector is now named '--subproject'
227
and is equivalent to the implied '--subproject' mode when no other
228
mode is selected; '--standalone' never worked, and is no longer
229
accepted.
230
- Libtool and libtoolize no longer choke on paths with a comma in them.
231
- In the case where $SHELL does not have the same enhanced features
232
(e.g. the ability to parse 'var+=append') as $CONFIG_SHELL, libtool
233
will now correctly fallback to using only vanilla shell features
234
instead of failing with a parse at startup.
235
- Correctly recognize import libraries when Microsoft dumpbin is used
236
as the name lister and extend the dumpbin wrapper to find symbols
237
in import libraries using the -headers option of dumpbin. Also fix a
238
bug in the dumpbin wrapper that could lead to broken symbol listings
239
in some corner cases.
240
- Use the improved Microsoft dumpbin support to mend preloading of
241
import libraries for Microsoft Visual C/C++.
242
- No longer mangle module-definition (.def) files when feeding them to
243
the Microsoft Visual C/C++ linker via the -export-symbols argument to
244
the libtool script, thus matching how .def files are handled when
245
using GNU tools.
246
- Recognize more variants (e.g. those starting with a LIBRARY statement)
247
of module-definitions (.def) files when using them instead of a raw
248
list of symbols to export.
249
- Fix a long-standing bug when using libtoolize without automake; we
250
no longer remove install-sh with --force, since it's not a file
251
libtoolize will reinstall without --install..
252
253
** Important incompatible changes:
254
255
- GNU M4 is required to run libtoolize in a directory with a
256
'configure.ac' (or 'configure.in') that needs tracing to determine
257
what modes and directories have been specified.
258
259
- The use of the idiosyncratically named 'Makefile.inc' in nonrecursive
260
libltdl builds is deprecated, although it will be supported for one
261
more year or until the next release, whichever takes longer. Please
262
upgrade to the more standard naming of 'ltdl.mk' in keeping with other
263
GNU projects.
264
265
- libtoolize now behaves consistenty in respect of multiple directory
266
arguments to ACLOCAL_AMFLAGS and multiple invocations of AC_CONFIG-
267
_MACRO_DIRS, where the first directory is always selected. Previous
268
releases took the first ACLOCAL_AMFLAGS argument, but the last
269
invocation of AC_CONFIG_MACRO_DIRS.
270
271
- The libtoolize program now advises use of the new Autoconf
272
AC_CONFIG_MACRO_DIRS declaration. If you follow that advice, all
273
your developers will need at least autoconf-2.70 and automake-1.13
274
to rebootstrap your probject. If you still need to support
275
bootstrap with older Autotools, then you should add the following
276
to your configure.ac file:
277
278
m4_ifndef([AC_CONFIG_MACRO_DIRS],
279
[m4_define([AC_CONFIG_MACRO_DIRS],
280
m4_defn([AC_CONFIG_MACRO_DIR]))])
281
282
- Overhead of probing for a non-backslash crippled echo equivalent
283
during initialization of every script has been removed in favor of
284
trusting that "printf %s\n" works out of the box on all non-museum
285
host architectures. Manually setting ECHO appropriately in the
286
build environment will be necessary on some ancient architectures.
287
288
** Changes in supported systems or compilers:
289
290
- Support for bitrig (*-*-bitrig*).
291
292
- Solaris 7 and earlier requires ECHO=/usr/ucb/echo in the build
293
environment, to build and use libtool.
294
295
-------------------------------------------------------------------
296
Tue Sep 9 03:55:16 UTC 2014 - coolo@suse.com
297
298
- install COPYING as %doc
299
300
-------------------------------------------------------------------
301
Mon Jul 14 15:05:03 UTC 2014 - dvaleev@suse.com
302
303
- Add libtool-ppc64le.patch to fix libtool-testsuite tests
304
305
-------------------------------------------------------------------
306
Tue Nov 26 16:13:31 CET 2013 - pth@suse.de
307
308
- Change License as described in bnc#818958.
309
310
-------------------------------------------------------------------
311
Sat Feb 2 23:34:27 UTC 2013 - schwab@suse.de
312
313
- Add config-guess-sub-update.patch:
314
Update config.guess/sub for aarch64
315
316
-------------------------------------------------------------------
317
Thu Jul 19 13:42:29 CEST 2012 - pth@suse.de
318
319
- buildrequire makeinfo which is a seperate package now.
320
321
-------------------------------------------------------------------
322
Tue Nov 29 13:45:11 UTC 2011 - coolo@suse.com
323
324
- buildrequire automake for file list check
325
326
-------------------------------------------------------------------
327
Thu Nov 10 10:30:14 CET 2011 - dmueller@suse.de
328
329
- update to 2.4.2:
330
- The generic approximation of the command line length limit (when getconf is
331
not available) works again. Regression introduced in v2.2.6-39-g9c3d4d8.
332
- The bug that leaked developer tool paths into the release tarballs
333
from ./bootstrap is fixed.
334
- Improved support for the Cuda Compiler Driver (nvcc) on Darwin.
335
- For GCC LTO support, the -fuse-linker-plugin switch is now also removed
336
when computing compiler postdeps.
337
- The undocumented hardcode_libdir_flag_spec_ld tag variable has been
338
removed in favor of using hardcode_libdir_flag_spec with $wl set to empty.
339
340
-------------------------------------------------------------------
341
Fri Sep 16 13:47:52 UTC 2011 - coolo@suse.com
342
343
- don't use _service
344
345
-------------------------------------------------------------------
346
Fri Jul 29 15:06:27 CEST 2011 - pth@suse.de
347
348
- Add gcc-c++ gcc-fortran and gcc-objc to buildrequires so that
349
packages using the system wide libtool script compile.
350
- Add a rpmlintrc to shut up rpmlint on most warnings.
351
352
-------------------------------------------------------------------
353
Mon Mar 14 08:52:38 UTC 2011 - coolo@novell.com
354
355
- require automake and provide symbolic names for libltdl
356
357
-------------------------------------------------------------------
358
Wed Mar 9 14:07:54 UTC 2011 - giecrilj@stegny.2a.pl
359
360
- update to 2.4, which has quite some new stuff. Limiting here to
361
incompatible changes:
362
363
- The fix_srcfile_path variable has been replaced by a more thorough
364
mechanism triggered by the to_tool_file_cmd variable.
365
- The wrapper command line option support described above introduces the
366
following incompatibility: the wrapper will remove any command line
367
options that begin with '--lt-*' from the argument list before launching
368
(uninstalled) programs. Any '--lt-*' option on the command line not
369
recognized by the wrapper will result in an error.
370
- The type of the symbol lists variables (lt_*_LTX_preloaded_symbols) has
371
been fixed in the manual and in a couple of tests to match the actual
372
implementation.
373
374
-------------------------------------------------------------------
375
Mon Feb 28 22:00:49 CET 2011 - jslaby@suse.de
376
377
- Fix AC_LANG_PROGRAM warnings (bnc#675573)
378
379
-------------------------------------------------------------------
380
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
381
382
- Use %_smp_mflags
383
384
-------------------------------------------------------------------
385
Mon May 31 09:55:17 UTC 2010 - coolo@novell.com
386
387
- add an empty install section
388
389
-------------------------------------------------------------------
390
Thu May 27 13:48:42 UTC 2010 - coolo@novell.com
391
392
- split out the test suite that takes 95% of the build time
393
394
-------------------------------------------------------------------
395
Thu May 27 13:49:37 CEST 2010 - dmueller@suse.de
396
397
- tar is in /bin/tar, so a requires to /usr/bin/tar doesn't work
398
399
-------------------------------------------------------------------
400
Fri May 7 16:17:08 UTC 2010 - pth@novell.com
401
402
- Libtool needs tar so add it as Requires (bnc#526298).
403
404
-------------------------------------------------------------------
405
Sun Dec 13 15:35:32 CET 2009 - jengelh@medozas.de
406
407
- add baselibs.conf as source2
408
409
-------------------------------------------------------------------
410
Sat Dec 12 17:18:41 UTC 2009 - aj@suse.de
411
412
- Add libtool-no-hostname.patch to not write hostname in libtool
413
to avoid rebuilds where nothing has changed beside the build host.
414
415
-------------------------------------------------------------------
416
Wed Nov 18 15:54:26 CET 2009 - pth@suse.de
417
418
- VUL-0 CVE-2009-3736 Update to 2.2.6b (bnc#556122):
419
* Fix libltdl to no longer attempt to dlopen() the old_library
420
listed in the .la file. Now will use only the preopen loader to
421
attempt to load it. This may be a security issue, all users are
422
advised to upgrade.
423
* Similarly, don't open module.la from the current directory, this
424
changes the behavior of libltdl to match the documentation.
425
* Adapt test suite to changes.
426
427
-------------------------------------------------------------------
428
Sat Feb 7 11:11:12 CET 2009 - schwab@suse.de
429
430
- Rebuild broken info file.
431
432
-------------------------------------------------------------------
433
Fri Jan 9 14:13:54 CET 2009 - schwab@suse.de
434
435
- Fix last change.
436
437
-------------------------------------------------------------------
438
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
439
440
- obsolete old -XXbit packages (bnc#437293)
441
442
-------------------------------------------------------------------
443
Sun Sep 7 10:11:40 CEST 2008 - schwab@suse.de
444
445
- Update to libtool 2.2.6.
446
* New features:
447
- New lt_dloadvise_preload() call to set a hint that only preloadeded
448
modules can be opened.
449
- libtoolize no longer removes config.guess and config.sub, even when
450
--install is passed.
451
* Changes in supported systems or compilers:
452
- Fixes for ifort on Darwin, and newer Intel compilers (icc 10, ifort 9)
453
on GNU/Linux.
454
- Fixes for cwrapper (cygwin/mingw) under -stdc=c99.
455
- Support cross compile of MinGW with Wine.
456
- Initial support for cegcc (Windows CE/PocketPC) cross compilation.
457
- Initial support for lf95 (Lahey Fortran 8.1) on GNU/Linux.
458
* Bug fixes:
459
- Several testsuite issues have been fixed, thanks to user feedback.
460
- Fix 2.2 regression that caused argz symbols to be exported from
461
libltdl unrenamed on systems that do not have working argz.
462
- Revert "lt_dlopen(NULL) works on AIX again.". It was not the
463
correct fix.
464
- Diagnose '-L' arguments correctly.
465
- Libtool no longer tries to open devices as files in execute mode.
466
- Libtool no longer removes *.gcno profile information from GCC.
467
468
-------------------------------------------------------------------
469
Wed May 21 19:45:13 CEST 2008 - cthiel@suse.de
470
471
- fix baselibs.conf
472
473
-------------------------------------------------------------------
474
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
475
476
- added baselibs.conf file to build xxbit packages
477
for multilib support
478
479
-------------------------------------------------------------------
480
Fri Feb 1 19:33:27 CET 2008 - schwab@suse.de
481
482
- Update to libtool 1.5.26.
483
* Improved support for Mac OS X Leopard.
484
* More robust parsing of mangled `.la' files inside libltdl, fixing a
485
possible overrun and a crash due to memory exhaustion.
486
* Fix compile command line for gcj on MinGW.
487
* Some configure variables have been renamed to fix caching:
488
lt_prog_compiler_pic_works to lt_cv_prog_compiler_pic_works
489
lt_prog_compiler_static_works to lt_cv_prog_compiler_static_works.
490
* Support for AIX 6.1.
491
* Bug Fixes.
492
493
-------------------------------------------------------------------
494
Tue Nov 13 15:18:15 CET 2007 - schwab@suse.de
495
496
- Fix C++ includes.
497
498
-------------------------------------------------------------------
499
Wed Jun 27 11:23:17 CEST 2007 - schwab@suse.de
500
501
- Update to libtool 1.5.24.
502
* Initial support for Interix newer than version 3.
503
* Use getconf ARG_MAX to find the max command line length.
504
* Bug Fixes.
505
506
-------------------------------------------------------------------
507
Wed Jun 6 22:09:13 CEST 2007 - schwab@suse.de
508
509
- Rename libltdl to libltdl-3.
510
511
-------------------------------------------------------------------
512
Mon Sep 18 15:19:31 CEST 2006 - schwab@suse.de
513
514
- Remove build requires.
515
516
-------------------------------------------------------------------
517
Tue May 23 23:44:03 CEST 2006 - schwab@suse.de
518
519
- Fix dependency.
520
521
-------------------------------------------------------------------
522
Fri Jan 27 17:10:08 CET 2006 - schwab@suse.de
523
524
- Split off libtldl package.
525
526
-------------------------------------------------------------------
527
Wed Jan 25 21:30:26 CET 2006 - mls@suse.de
528
529
- converted neededforbuild to BuildRequires
530
531
-------------------------------------------------------------------
532
Fri Jan 13 11:18:40 CET 2006 - schwab@suse.de
533
534
- Run ldconfig.
535
536
-------------------------------------------------------------------
537
Mon Jan 9 17:30:25 CET 2006 - schwab@suse.de
538
539
- Update to libtool 1.5.22.
540
541
-------------------------------------------------------------------
542
Thu Sep 1 11:34:29 CEST 2005 - schwab@suse.de
543
544
- Update to libtool 1.5.20.
545
546
-------------------------------------------------------------------
547
Tue May 17 10:24:46 CEST 2005 - schwab@suse.de
548
549
- Update to libtool 1.5.18.
550
551
-------------------------------------------------------------------
552
Thu Apr 28 18:18:27 CEST 2005 - schwab@suse.de
553
554
- Don't install in libltdl data files in libltdl directory.
555
556
-------------------------------------------------------------------
557
Tue Apr 26 15:05:30 CEST 2005 - schwab@suse.de
558
559
- Update to libtool 1.5.16.
560
561
-------------------------------------------------------------------
562
Sat Feb 12 15:47:38 CET 2005 - schwab@suse.de
563
564
- Update to libtool 1.5.14.
565
566
-------------------------------------------------------------------
567
Mon Feb 7 13:10:02 CET 2005 - schwab@suse.de
568
569
- Fix handling of -pthread during linking.
570
571
-------------------------------------------------------------------
572
Sat Feb 5 18:38:24 CET 2005 - schwab@suse.de
573
574
- Update to libtool 1.5.12.
575
576
-------------------------------------------------------------------
577
Fri Oct 8 14:59:40 CEST 2004 - schwab@suse.de
578
579
- Update to libtool 1.5.10.
580
581
-------------------------------------------------------------------
582
Tue Aug 10 12:10:30 CEST 2004 - ro@suse.de
583
584
- clean neededforbuild
585
586
-------------------------------------------------------------------
587
Sat Aug 7 17:57:02 CEST 2004 - schwab@suse.de
588
589
- Update to libtool 1.5.8.
590
591
-------------------------------------------------------------------
592
Mon Apr 12 15:10:53 CEST 2004 - schwab@suse.de
593
594
- Update to libtool 1.5.6.
595
596
-------------------------------------------------------------------
597
Mon Jan 26 14:35:33 CET 2004 - schwab@suse.de
598
599
- Update to libtool 1.5.2.
600
601
-------------------------------------------------------------------
602
Wed Oct 15 21:32:49 CEST 2003 - schwab@suse.de
603
604
- Make sure we get a full-featured libtool [#32356].
605
606
-------------------------------------------------------------------
607
Thu Jul 3 23:14:35 CEST 2003 - meissner@suse.de
608
609
- biarch fix for powerpc64-*linux*.
610
611
-------------------------------------------------------------------
612
Fri Apr 25 15:13:53 CEST 2003 - schwab@suse.de
613
614
- Update to libtool 1.5.
615
- Fix AC_PROG_LD_GNU.
616
617
-------------------------------------------------------------------
618
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
619
620
- fix install_info --delete call and move from preun to postun
621
622
-------------------------------------------------------------------
623
Mon Apr 7 13:11:56 CEST 2003 - schwab@suse.de
624
625
- Only delete info entries when removing last version.
626
627
-------------------------------------------------------------------
628
Thu Feb 6 17:49:11 CET 2003 - schwab@suse.de
629
630
- Use %install_info.
631
632
-------------------------------------------------------------------
633
Wed Dec 4 14:36:31 CET 2002 - schwab@suse.de
634
635
- Make sure we are using the fixed libtool macros during configuring.
636
637
-------------------------------------------------------------------
638
Thu Oct 24 14:56:05 CEST 2002 - schwab@suse.de
639
640
- Update to libtool 1.4.3.
641
642
-------------------------------------------------------------------
643
Thu Sep 19 16:28:58 CEST 2002 - schwab@suse.de
644
645
- Remove execute permission from *.la.
646
- libtoolize: fix reference to configure.in.
647
648
-------------------------------------------------------------------
649
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
650
651
- removed bogus self-provides
652
653
-------------------------------------------------------------------
654
Mon Jul 29 16:27:46 CEST 2002 - meissner@suse.de
655
656
- Added patch for a directory open problem (exhibited by gphoto in
657
LANG=de_DE). (extracted from libtool CVS)
658
659
-------------------------------------------------------------------
660
Fri Jun 7 11:56:52 CEST 2002 - schwab@suse.de
661
662
- Fix for lib64.
663
664
-------------------------------------------------------------------
665
Wed Jun 5 22:19:20 CEST 2002 - schwab@suse.de
666
667
- Fix logic in ltmain.sh.
668
669
-------------------------------------------------------------------
670
Mon Apr 15 14:03:23 CEST 2002 - sf@suse.de
671
672
- use pass_all in AC_DEPLIBS_CHECK_METHOD for x86_64
673
674
-------------------------------------------------------------------
675
Thu Mar 28 18:14:11 CET 2002 - schwab@suse.de
676
677
- Fix last change to not patch the generated file.
678
679
-------------------------------------------------------------------
680
Wed Feb 13 12:51:06 CET 2002 - stepan@suse.de
681
682
- allow link against an archive when building a shared library
683
- patch to use mktemp to create the tempdir
684
- fix test quoting in ltmain.in
685
686
-------------------------------------------------------------------
687
Tue Feb 5 21:06:39 CET 2002 - schwab@suse.de
688
689
- Add patch to support DESTDIR.
690
691
-------------------------------------------------------------------
692
Fri Jan 4 18:47:41 CET 2002 - schwab@suse.de
693
694
- Quote $AS when writing it to libtool script.
695
696
-------------------------------------------------------------------
697
Tue Nov 13 18:51:12 CET 2001 - schwab@suse.de
698
699
- Use pass_all on mips.
700
701
-------------------------------------------------------------------
702
Mon Oct 8 17:32:44 CEST 2001 - schwab@suse.de
703
704
- Fix quoting with "libtool --mode=execute".
705
706
-------------------------------------------------------------------
707
Thu Sep 27 15:43:45 CEST 2001 - schwab@suse.de
708
709
- Update to libtool 1.4.2 (more portability fixes).
710
711
-------------------------------------------------------------------
712
Tue Sep 4 11:02:50 CEST 2001 - schwab@suse.de
713
714
- Update to libtool 1.4.1 (only portability fixes).
715
716
-------------------------------------------------------------------
717
Mon Jul 23 17:01:55 CEST 2001 - schwab@suse.de
718
719
- Use pass_all in AC_DEPLIBS_CHECK_METHOD for s390* and m68k.
720
721
-------------------------------------------------------------------
722
Tue Jun 12 14:25:47 CEST 2001 - schwab@suse.de
723
724
- Add URL.
725
- Install some docs.
726
727
-------------------------------------------------------------------
728
Mon Jun 11 20:12:30 CEST 2001 - olh@suse.de
729
730
- recognize ppc64
731
732
-------------------------------------------------------------------
733
Thu May 3 11:57:42 CEST 2001 - schwab@suse.de
734
735
- Update to libtool 1.4.
736
737
-------------------------------------------------------------------
738
Mon Feb 19 10:25:57 CET 2001 - schwab@suse.de
739
740
- Fix use of suse_update_config macro.
741
742
-------------------------------------------------------------------
743
Mon Feb 19 02:12:49 CET 2001 - ro@suse.de
744
745
- fix specfile for sparc64 (again)
746
747
-------------------------------------------------------------------
748
Thu Feb 15 10:34:07 CET 2001 - fober@suse.de
749
750
- add suse_update_config (for the reason of 390 and the sake of the
751
rest)
752
753
-------------------------------------------------------------------
754
Wed Sep 20 13:05:21 CEST 2000 - fober@suse.de
755
756
- s390: change deplibs_check_method back to file_magic (like 1.3.4)
757
758
-------------------------------------------------------------------
759
Mon Sep 4 14:35:50 CEST 2000 - nadvornik@suse.cz
760
761
- update to 1.3.5
762
763
-------------------------------------------------------------------
764
Fri May 12 12:25:02 CEST 2000 - schwab@suse.de
765
766
- Don't add libc to deplibs on Linux.
767
768
-------------------------------------------------------------------
769
Sat Apr 1 23:02:35 CEST 2000 - bk@suse.de
770
771
- updated config.sub and config.guess patches for s390
772
773
-------------------------------------------------------------------
774
Tue Mar 28 08:28:49 EST 2000 - bk@suse.de
775
776
- patched config.sub and config.guess for s390
777
778
-------------------------------------------------------------------
779
Wed Mar 22 19:55:40 CET 2000 - schwab@suse.de
780
781
- Fix linux -> linux-gnu transformation in ltconfig.
782
783
-------------------------------------------------------------------
784
Fri Feb 11 12:24:52 CET 2000 - kukuk@suse.de
785
786
- Add patches from LinuxPPC reference sources
787
788
-------------------------------------------------------------------
789
Tue Jan 25 13:18:53 CET 2000 - kukuk@suse.de
790
791
- Update to 1.3.4
792
- move /usr/info -> /usr/share/info
793
794
-------------------------------------------------------------------
795
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
796
797
- ran old prepare_spec on spec file to switch to new prepare_spec.
798
799
-------------------------------------------------------------------
800
Mon Jul 19 11:44:28 MEST 1999 - florian@suse.de
801
802
- update to version 1.3.3
803
804
-------------------------------------------------------------------
805
Sat Sep 26 18:22:49 MEST 1998 - ke@suse.de
806
807
- initial version: 1.2b.
808