File m4.changes of Package m4
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Wed Aug 1 13:58:30 UTC 2018 - schwab@suse.de
3
4
- gnulib-libio.patch: adjust gnulib for libio.h removal (bsc#1181571)
5
- Use %license for COPYING
6
7
-------------------------------------------------------------------
8
Thu Oct 19 06:26:27 UTC 2017 - jayvdb@gmail.com
9
10
- Explicitly remove %{_infodir}/dir before creating package to
11
allow builds on RHEL and derived Linux distributions
12
- Enable configure option --disable-dependency-tracking to
13
allow build on Mageia
14
- Add xz as BuildRequires to unpack source on SLE 11
15
16
-------------------------------------------------------------------
17
Thu Feb 9 12:37:26 UTC 2017 - dimstar@opensuse.org
18
19
- Fix de-registration of the info files.
20
21
-------------------------------------------------------------------
22
Thu Jan 5 14:28:13 UTC 2017 - mpluskal@suse.com
23
24
- Update to version 1.4.18:
25
* Diagnose --word-regexp as unsupported if it was not configured.
26
* Preliminary support for OS/2.
27
* A number of portability improvements inherited from gnulib.
28
- Some packaging changes:
29
* Use https url's
30
* Get keyring from savannah
31
* Use xs compressed files
32
* Make building more verbose
33
34
-------------------------------------------------------------------
35
Sat Oct 3 06:41:27 UTC 2015 - mpluskal@suse.com
36
37
- Update info handling from postun to preun
38
39
-------------------------------------------------------------------
40
Mon Mar 2 20:37:45 UTC 2015 - mpluskal@suse.com
41
42
- Add gpg signature
43
- Add prerequires for info pages
44
45
-------------------------------------------------------------------
46
Wed Nov 13 18:39:38 UTC 2013 - sweet_f_a@gmx.de
47
48
- Update to version 1.4.17:
49
* Fix compilation with newer glibc headers.
50
* Fix a failure with diverting large amounts of text on mingw
51
(does not affect platforms that can rename an open file).
52
* A number of portability improvements inherited from gnulib.
53
- remove m4-stdio.in.patch, merged by upstream
54
55
-------------------------------------------------------------------
56
Tue Jul 9 07:40:14 UTC 2013 - schwab@suse.de
57
58
- Override broken configure checks
59
60
-------------------------------------------------------------------
61
Tue Jul 17 19:07:25 UTC 2012 - aj@suse.de
62
63
- Fix build with missing gets declaration (glibc 2.16)
64
65
-------------------------------------------------------------------
66
Wed May 30 21:00:37 UTC 2012 - sweet_f_a@gmx.de
67
68
- remove useless automake dependency
69
70
-------------------------------------------------------------------
71
Thu Dec 1 11:22:53 UTC 2011 - coolo@suse.com
72
73
- add automake as buildrequire to avoid implicit dependency
74
75
-------------------------------------------------------------------
76
Mon Sep 19 15:14:23 UTC 2011 - coolo@suse.com
77
78
- remove fragile _service file
79
80
-------------------------------------------------------------------
81
Wed Mar 9 13:27:00 UTC 2011 - coolo@novell.com
82
83
- Update to version 1.4.16:
84
* Fix regressions in the `index' builtin. On glibc platforms, this
85
avoids false positives from a strstr bug in glibc 2.9 through 2.12;
86
on many other platforms, it fixes two separate regressions, a false
87
positive introduced in 1.4.11 and a false negative in 1.4.15.
88
89
* A number of portability improvements inherited from gnulib.
90
91
-------------------------------------------------------------------
92
Sun Sep 19 09:28:02 CEST 2010 - vuntz@opensuse.org
93
94
- Update to version 1.4.15:
95
+ Fix regression introduced in 1.4.9b where the `format' builtin
96
could crash on an invalid format string.
97
+ Fix compilation against newer glibc, and on AIX 7.1BETA.
98
+ A number of portability improvements inherited from gnulib.
99
- Changes from version 1.4.14:
100
+ Fix regression introduced in 1.4.12 where executing with stdout
101
closed could crash m4 on exit on some platforms.
102
+ Fix regressions introduced in 1.4.13 in the `esyscmd' builtin,
103
where closed file descriptors could interfere with child
104
execution, and where a child status of 127 made m4 print a
105
spurious message to stderr.
106
+ Fix a security hole in 'make dist', present since at least M4
107
1.4, that could affect anybody attempting to redistribute
108
modified sources (see Automake CVE-2009-4029).
109
+ A number of portability improvements inherited from gnulib.
110
- Remove hacks from prep changing permissions: they're not needed
111
anymore.
112
- Remove lzma BuildRequires as the source is bz2 now.
113
- Remove AutoReqProv: it's default now.
114
- Use %configure and %makeinstall macros.
115
- Drop m4-1.4.13.diff: it doesn't seem to be needed (some parts are
116
upstream, at least), and it's not documented at all, so let's try
117
without it.
118
119
-------------------------------------------------------------------
120
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
121
122
- use %_smp_mflags
123
124
-------------------------------------------------------------------
125
Sun Nov 15 10:34:56 CET 2009 - meissner@suse.de
126
127
- refreshed patches with fuzz=0
128
129
-------------------------------------------------------------------
130
Wed May 20 18:24:57 CEST 2009 - puzel@suse.cz
131
132
- Update to m4 1.4.13
133
** The manual is now distributed under the terms of FDL 1.3.
134
** The `divert' and `undivert' builtins have been made more efficient
135
when using temporary files for large diversions.
136
** The `translit' builtin has been made more efficient when the second
137
argument is short.
138
** The input engine has been optimized for faster processing.
139
** The command line option `--debugfile', introduced in 1.4.7, now
140
treats its argument as optional, in order to allow setting the debug
141
output back to stderr when used without an argument; and order is now
142
significant with respect to command line files. You must therefore use
143
`m4 --debugfile=trace file', not `m4 file --debugfile trace'. This
144
change does not affect the deprecated `-o'/`--error-output' option.
145
** The `syscmd' and `esyscmd' builtins can be configured to use an
146
alternate shell, via the new `configure' option `--with-syscmd-shell'.
147
** A number of portability improvements inherited from gnulib.
148
149
-------------------------------------------------------------------
150
Sat Oct 11 21:08:03 CEST 2008 - schwab@suse.de
151
152
- Update to m4 1.4.12.
153
** Fix regression introduced in 1.4.4b where using `traceon' could delete
154
a macro. This was most noticeable with `traceon(`traceon')', but
155
would also happen in cases such as `foo(traceon(`foo'))'.
156
** Fix regression introduced in 1.4.7 where `m4 -N9' died with an assertion
157
failure.
158
** Fix regression introduced in 1.4.11 where `defn' died with an assertion
159
failure on a traced but undefined macro.
160
** New `-g'/`--gnu' command-line option overrides `-G'/`--traditional'.
161
For now, the environment variable POSIXLY_CORRECT has no effect on M4
162
behavior; but a future release of M4 will behave as though --traditional
163
is implied if POSIXLY_CORRECT is set (this future change is necessary,
164
because in the current release, there is no way to disable GNU
165
extensions that conflict with POSIX without the use of a non-POSIX
166
command-line argument). Clients of M4 that want to use GNU extensions,
167
even when POSIXLY_CORRECT is set, should start using the -g command-line
168
argument, even though it is currently a no-op if -G did not appear
169
earlier in the command line, so that the client will not break in the
170
face of an upgraded m4 and a POSIXLY_CORRECT execution environment.
171
** The `-L'/`--nesting-limit' command-line option now defaults to 0 for
172
unlimited on platforms that can detect and deal with stack overflow. On
173
systems that lack alternate stack support, such as Cygwin, and on
174
systems that do not obey the POSIX semantics for distinguishing stack
175
overflow from other exceptions, such as Linux, you can optionally
176
install the libsigsegv library (version 2.6 or newer recommended) to
177
enhance m4's ability to accurately report stack overflow:
178
http://www.gnu.org/software/libsigsegv/
179
** A number of portability improvements inherited from gnulib.
180
181
-------------------------------------------------------------------
182
Tue Oct 7 15:50:03 CEST 2008 - lrupp@suse.de
183
184
- disable build check for now
185
186
-------------------------------------------------------------------
187
Wed Oct 1 14:31:29 CEST 2008 - schwab@suse.de
188
189
- Update to head of branch-1.4.
190
191
-------------------------------------------------------------------
192
Mon Jun 23 19:19:01 CEST 2008 - dmueller@suse.de
193
194
- documentation shouldn't be executable
195
196
-------------------------------------------------------------------
197
Thu Apr 3 10:32:47 CEST 2008 - schwab@suse.de
198
199
- Update to m4 1.4.11.
200
** Security fixes for the -F option, for bugs present since -F was
201
introduced in 1.3: Avoid core dump with 'm4 -F file -t undefined', and
202
avoid arbitrary code execution with certain file names.
203
** Fix regression introduced in 1.4.9b in the `divert' builtin when more
204
than 512 kibibytes are saved in diversions on platforms like NetBSD
205
or darwin where fopen(name,"a+") seeks to the end of the file.
206
** The output of the `maketemp' and `mkstemp' builtins is now quoted if a
207
file was created. This is a minor security fix, because it was possible
208
(although rather unlikely) that an unquoted string could match an
209
existing macro name, such that use of the `mkstemp' output would trigger
210
inadvertent macro expansion and operate on the wrong file name.
211
** Enhance the `defn' builtin to support concatenation of multiple text
212
arguments, as required by POSIX. However, at this time, it is not
213
possible to concatenate a builtin macro with anything else; a warning is
214
now issued if this is attempted, although a future version of M4 may
215
lift this restriction to match other implementations.
216
** Enhance the `format' builtin to parse all C99 floating point numbers,
217
even on platforms where strtod(3) is buggy, although the replacement
218
function does have the known issue of rounding errors when parsing
219
some decimal floating point values. This fixes testsuite failures
220
introduced in 1.4.9b.
221
** Enhance the `index' builtin to guarantee linear behavior, in spite of
222
the surprisingly large number of systems with a brain-dead quadratic
223
strstr(3).
224
** A number of portability improvements inherited from gnulib.
225
226
-------------------------------------------------------------------
227
Mon Nov 26 13:24:51 CET 2007 - schwab@suse.de
228
229
- Remove broken tests.
230
231
-------------------------------------------------------------------
232
Tue Jul 10 13:55:30 CEST 2007 - schwab@suse.de
233
234
- Update to m4 1.4.10.
235
* Upgrade from GPL version 2 to GPL version 3 or later.
236
* A number of portability improvements inherited from gnulib.
237
* Avoid undefined behavior introduced in 1.4.9b in the `format' builtin
238
when handling %c. However, this area of code has never been documented,
239
and currently does not match the POSIX behavior of printf(1), so it may
240
have further changes in the next version.
241
242
-------------------------------------------------------------------
243
Fri Mar 23 23:31:50 CET 2007 - schwab@suse.de
244
245
- Update to m4 1.4.9.
246
* Minor documentation and portability cleanups.
247
248
-------------------------------------------------------------------
249
Mon Dec 4 11:13:03 CET 2006 - schwab@suse.de
250
251
- Update to m4 1.4.8.
252
* The `divert' macro and `-H'/`--hashsize' command line option no longer
253
cause a core dump when handed extra large values. Also, `divert' now
254
uses memory proportional to the number of diversions in use, rather than
255
to the maximum diversion number encountered, so that large diversion
256
numbers are less likely to exhaust system memory; and is no longer
257
limited by the maximum number of file descriptors.
258
* The `--help' and `--version' command line options now consistently
259
override all earlier options. For example, `m4 --debugfile=trace
260
--help' now no longer accidentally creates an empty file `trace'.
261
* The `-L'/`--nesting-limit' command line option can now be set to 0
262
to remove the default limit of 1024. However, it is still possible that
263
heavily nested input can cause abrupt program termination due to stack
264
overflow.
265
* Problems encountered when writing to standard error, such as with the
266
`errprint' macro, now always cause a non-zero exit status.
267
* Warnings and errors issued during macro expansion are now consistently
268
reported at the line where the macro name was detected, rather than
269
where the close parenthesis resides. Text wrapped by `m4wrap' now
270
remembers the location that was in effect when m4wrap was invoked,
271
rather than changing to line 0 and the empty string for a file. The
272
macros `__line__' and `__file__' now work correctly even as the last
273
token in an included file.
274
* The `builtin' and `indir' macros now transparently handle builtin
275
tokens generated by `defn'.
276
* When diversions created by the `divert' macro collect enough text that
277
M4 must use temporary files, the environment variable $TMPDIR is now
278
consulted, and a better effort is made to clean up those files in the
279
event of a fatal signal.
280
* The `mkstemp' builtin is added with the same GNU semantics as `maketemp',
281
based on the recommendation of POSIX to deprecate the POSIX semantics of
282
`maketemp' as inherently insecure. In GNU mode (no -G supplied on the
283
command line), `maketemp' silently retains the secure GNU semantics, but
284
a future release of M4 will change this to emit a warning. In
285
traditional mode (m4 -G), `maketemp' now uses the POSIX-mandated insecure
286
semantics, and issues a warning that you should convert your script to
287
use `mkstemp' instead. Additionally, `mkstemp' and `maketemp' are now
288
well-defined even if the template argument does not end in six `X'
289
characters.
290
* The manual has been improved, including a new section on a composite
291
macro `foreach'.
292
* The `changecom' and `changequote' macros now treat an empty second
293
argument the same as if it were missing, rather than using the empty
294
string and making it impossible to end a comment or quote.
295
* The `translit' macro now operates in linear instead of quadratic time,
296
and is now eight-bit clean.
297
* The `-D', `-U', `-s', and `-t' command line options now take effect
298
after any files encountered earlier on the command line, rather than up
299
front, as is done in traditional implementations and required by POSIX.
300
301
-------------------------------------------------------------------
302
Mon Sep 25 15:39:25 CEST 2006 - schwab@suse.de
303
304
- Update to m4 1.4.6.
305
* Fix regression from 1.4.5 in handling a file that ends in a macro
306
expansion without arguments instead of a newline.
307
* The define and pushdef macros now warn when the first argument is not
308
a string, rather than silently doing nothing.
309
* Standard input can now be read more than once, as in 'm4 - file -', and
310
is not closed until all wrapped text is handled. This makes a
311
difference when stdin is not a regular file, and also fixes bugs when
312
using the syscmd or esyscmd macros from wrapped text.
313
* When standard input is a seekable file, the m4exit, syscmd, and esyscmd
314
macros now restore the current position to the next unread byte rather
315
than discarding an arbitrary amount of buffered data.
316
* SysV command-line compatibility is no longer a goal of GNU M4; the
317
focus will be instead on POSIX compatibility. This release continues to
318
support previous usage, but adds warnings in areas which will allow a
319
future version of GNU M4 to use its own extensions without being tied to
320
the SysV command line interface.
321
* The no-op compatibility command line options -B, -N, -S, -T, and
322
--diversions may be withdrawn or assigned new meanings in future
323
releases, so they now issue a warning if used.
324
* A new command line option -i replaces the compatibility -e as the
325
short spelling of --interactive, for consistency with other GNU tools; a
326
warning is issued if the old spelling is used, and it may be assigned new
327
meaning in future releases.
328
* A new command line option --debugfile replaces the options -o and
329
--error-output as the preferred spelling. The old options were
330
misleading in their names and inconsistent with other GNU tools; they are
331
still silently accepted, but no longer documented in --help, and may be
332
assigned new meanings in future releases.
333
334
-------------------------------------------------------------------
335
Sat Aug 26 09:20:43 CEST 2006 - schwab@suse.de
336
337
- Update to m4 1.4.6.
338
* Fix buffer overruns in regexp and patsubst macros when handed a trailing
339
backslash in the replacement text, or when handling \n substitutions
340
beyond the number of \(\) groups.
341
* Fix memory leak in regexp, patsubst, and changeword macros.
342
* The format macro now understands %F, %g, and %G.
343
* When loading frozen files, m4 now exits with status 63 if version
344
mismatch is detected.
345
* Fix bugs that occurred when invoked with stdout or stderr closed,
346
and detect write failures to stdout or to the target of the
347
debugfile macro. In particular, the syscmd and esyscmd macros can
348
no longer interfere with the debug stream or diversions.
349
* The m4exit macro now converts values outside the range 0-255 to 1.
350
* It is now an error if a command-line input file ends in the middle of a
351
comment, matching the behavior of mid-string and mid-argument
352
collection.
353
* The dnl macro now warns if end of file is encountered instead of a
354
newline.
355
* The error message when end of file is encountered now uses the file and
356
line where the dangling construct started, rather than `NONE:0:'.
357
* The debugmode and __file__ macros, and the -s/--synclines option, now
358
show what directory a file was found in when the -I/--include option or
359
M4PATH variable had an effect.
360
* The changequote and changecom macros now work with 8-bit characters, and
361
quotes and comments that begin with `(' are properly recognized
362
following a word.
363
* The new macro __program__ is added, which allows the input file to issue
364
an error message that resembles messages from m4. Warning and error
365
messages have been reformatted to comply with GNU Coding Standards.
366
* The errprint, m4wrap, and shift macros are now recognized only with
367
arguments.
368
* The index, substr, translit, regexp, and patsubst macros now produce
369
output when given only one argument, but still warn about a missing
370
second argument.
371
* The patsubst macro now reliably finds zero-length matches at the end
372
of a string.
373
374
-------------------------------------------------------------------
375
Mon Jul 17 13:30:00 CEST 2006 - schwab@suse.de
376
377
- Update to m4 1.4.5.
378
* Fix sysval on BeOS, OS/2, and other systems that store exit status
379
in the low-order byte. Additionally, on Unix platforms, if syscmd was
380
terminated by a signal, sysval now displays the signal number shifted
381
left by eight bits, to match traditional m4 implementations.
382
* The maketemp macro is no longer subject to platform limitations (such as
383
26 or 32 max files from a given template).
384
* Frozen files now require that the first directive be V (version), to
385
better diagnose version mismatch. Additionally, if the F directive
386
(builtin function) names an unknown builtin that existed in the m4 that
387
froze the file but not in the current m4 (for example, changeword), the
388
warning is deferred until an attempt is made to actually use the
389
builtin. This allows downgrading from beta m4-1.4o to stable m4-1.4.5
390
without breaking autoconf.
391
* The format and indir macros are now recognized only with arguments.
392
* The eval macro no longer crashes on x86 architectures when dividing the
393
minimum integer by -1.
394
* On systems with ecvt and fcvt, format no longer truncates trailing
395
zeroes on integers printed with %.0f. On systems without these
396
functions, format is no longer subject to a buffer overflow that
397
permitted arbitrary code execution.
398
* On native Windows builds, the macro __windows__ is provided instead of
399
__unix__. Likewise, on OS/2 builds, the macro __os2__ is provided. This
400
allows input files to determine when syscmd might behave differently.
401
* Fix bug in 1.4.3 patch to use \n line-endings that did not work for
402
cygwin.
403
* When given the empty string or 0, undivert is now documented as a no-op
404
rather than closing stdout, warning about a non-existent file, or trying
405
to read a directory as a file.
406
* Many documentation improvements. Also, the manual is now distributed
407
under FDL 1.2, rather than a stricter verbatim-only license.
408
* Raise the -L (--nesting-limit) command line option limit from 250 to
409
1024.
410
* The decr, incr, divert, m4exit, and substr macros treat an empty number
411
as 0, issue a warning, and expand as normal; rather than issuing an error
412
and expanding to the empty string.
413
* The eval macro now treats an empty radix argument as 10, handles radix 1,
414
and treats the width argument as number of digits excluding the sign,
415
for compatibility with other m4 implementations.
416
* The ifdef, divert, m4exit, substr, and translit macros now correctly
417
ignore extra arguments.
418
* The popdef and undefine macros now correctly accept multiple arguments.
419
* Although changeword is on its last leg, if enabled, it now reverts to the
420
default (faster) regexp when passed the empty string.
421
* The regexp and substr macros now warn and ignore a trailing backslash in
422
the replacement, and warn on \n for n larger than the number of
423
sub-expressions in the regexp.
424
* Fix a recursive push_string crashing bug, which affected changequote of
425
three or more characters on some compilers.
426
* Use automake to fix build portability issues.
427
* Fix a recursive m4wrap crashing bug.
428
* Fix a 1 in 2**32 hash crashing bug.
429
* Tracing a macro by name is now persistent, even if the macro is
430
subsequently undefined or redefined. The traceon and traceoff macros no
431
longer warn about undefined symbols. This solves a crash when using
432
indir on an undefined macro traced with the -t option, as well as an
433
incorrect result of ifdef. Furthermore, tracing is no longer transferred
434
with builtins, solving the bug of "m4 -tm4_eval" failing to give trace
435
output on the input "define(`m4_eval',defn(`eval'))m4_eval(1)".
436
* Fix a crash when a macro is undefined while collecting its arguments, by
437
always using the definition that was in effect before argument
438
collection. This behavior matches the C pre-processor, and means that
439
the sequence "define(`f',`1')f(define(`f',`2'))f" is now documented to
440
result in "12", rather than the previously undocumented "22".
441
* Update the regex engine to fix several bugs.
442
* Fix a potential crash on machines where char is signed.
443
444
-------------------------------------------------------------------
445
Wed Jan 25 21:30:29 CET 2006 - mls@suse.de
446
447
- converted neededforbuild to BuildRequires
448
449
-------------------------------------------------------------------
450
Fri Oct 21 14:38:36 CEST 2005 - schwab@suse.de
451
452
- Update to m4 1.4.4.
453
454
-------------------------------------------------------------------
455
Tue May 31 22:34:37 CEST 2005 - schwab@suse.de
456
457
- Fix signedness issue when matching comment or quote characters.
458
459
-------------------------------------------------------------------
460
Thu Mar 31 17:58:01 CEST 2005 - schwab@suse.de
461
462
- Update to m4 1.4.3.
463
464
-------------------------------------------------------------------
465
Sun Sep 5 17:10:11 CEST 2004 - schwab@suse.de
466
467
- Speed up parsing by inlining out the common part of next_char().
468
469
-------------------------------------------------------------------
470
Sat Aug 21 15:53:39 CEST 2004 - schwab@suse.de
471
472
- Update to m4 1.4.2.
473
474
-------------------------------------------------------------------
475
Mon Jun 14 22:07:39 CEST 2004 - schwab@suse.de
476
477
- Update to m4 1.4.1.
478
479
-------------------------------------------------------------------
480
Thu Feb 19 10:31:35 CET 2004 - kukuk@suse.de
481
482
- Cleanup neededforbuild
483
484
-------------------------------------------------------------------
485
Wed Jan 7 17:20:10 CET 2004 - schwab@suse.de
486
487
- Fix quoting for autoconf.
488
- Use newer version of the gettext macros.
489
490
-------------------------------------------------------------------
491
Tue May 13 12:03:05 CEST 2003 - schwab@suse.de
492
493
- Add %defattr.
494
- Fix file list.
495
496
-------------------------------------------------------------------
497
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
498
499
- fix install_info --delete call and move from preun to postun
500
501
-------------------------------------------------------------------
502
Mon Apr 7 13:12:00 CEST 2003 - schwab@suse.de
503
504
- Only delete info entries when removing last version.
505
506
-------------------------------------------------------------------
507
Thu Feb 6 17:49:19 CET 2003 - schwab@suse.de
508
509
- Use %install_info.
510
511
-------------------------------------------------------------------
512
Mon Nov 18 11:40:25 CET 2002 - schwab@suse.de
513
514
- Remove mangling of LIBOBJS.
515
- Don't clobber po/Makefile.
516
- Clean up neededforbuild.
517
- Use AM_GNU_GETTEXT_VERSION.
518
- Fix some warnings from automake.
519
520
-------------------------------------------------------------------
521
Sat Mar 30 19:44:58 CET 2002 - schwab@suse.de
522
523
- Fix for new autoconf.
524
525
-------------------------------------------------------------------
526
Wed Feb 6 10:19:01 CET 2002 - schwab@suse.de
527
528
- Gettextize to work with new gettext.
529
530
-------------------------------------------------------------------
531
Thu Oct 4 10:44:09 CEST 2001 - schwab@suse.de
532
533
- Fix for automake 1.5.
534
535
-------------------------------------------------------------------
536
Sat Jul 21 20:54:58 CEST 2001 - schwab@suse.de
537
538
- Run autoconf in libltdl.
539
- Fix libltdl/configure.in for autoconf 2.50+.
540
541
-------------------------------------------------------------------
542
Fri Jun 1 16:51:55 CEST 2001 - schwab@suse.de
543
544
- Fix for new configure tools.
545
546
-------------------------------------------------------------------
547
Thu Mar 22 18:51:02 CET 2001 - ro@suse.de
548
549
- added split-aliases as provides
550
551
-------------------------------------------------------------------
552
Thu Mar 8 13:01:59 CET 2001 - schwab@suse.de
553
554
- Don't use regex from libc5.
555
556
-------------------------------------------------------------------
557
Wed Mar 7 18:18:00 CET 2001 - schwab@suse.de
558
559
- Split from base.
560
561