File gmp.changes of Package gmp
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Fri Jan 29 06:22:36 UTC 2021 - Marcus Meissner <meissner@suse.com>
3
4
- adjusted to be the same license as in factory (bsc#1180603)
5
6
-------------------------------------------------------------------
7
Tue May 26 07:36:38 UTC 2020 - Stephan Kulow <coolo@suse.com>
8
9
- correct license statement (library itself is no GPL-3.0)
10
11
-------------------------------------------------------------------
12
Tue Oct 1 15:25:33 UTC 2019 - Vítězslav Čížek <vcizek@suse.com>
13
14
- Install checksums for binary integrity verification which are
15
required when running in FIPS mode (bsc#1152692, jsc#SLE-9518)
16
- Run spec-cleaner on the spec
17
18
-------------------------------------------------------------------
19
Thu Feb 22 15:10:32 UTC 2018 - fvogt@suse.com
20
21
- Use %license (boo#1082318)
22
23
-------------------------------------------------------------------
24
Thu Feb 9 13:57:35 UTC 2017 - dimstar@opensuse.org
25
26
- Explicitly BuildRequire m4
27
28
-------------------------------------------------------------------
29
Wed Jan 4 08:20:17 UTC 2017 - rguenther@suse.com
30
31
- Update to GMP 6.1.2 release.
32
* Mini-GMP: Fixed a division bug, which on a machine with 64-bit
33
unsigned long affects approximately 1 out of 2^32 divisors.
34
* Mini-GMP: Fix mpz_set_str crash on inputs with a large number of
35
leading zeros. Also stricter input validation, rejecting inputs
36
with no digits.
37
* Handle more systems which require PIC code in static libraries (e.g.,
38
"hardened" Gentoo and Debian 9).
39
* Configuration for arm (-32 and -64) has been rewritten, fixing poor
40
code selection for many CPUs.
41
* Mini-GMP: Updated to the latest development version, including
42
new functions mpn_com and mpn_neg.
43
- Add gmp-6.1.2-conftest.patch to fix configure test.
44
45
-------------------------------------------------------------------
46
Thu Jun 30 07:34:19 UTC 2016 - mpluskal@suse.com
47
48
- Use macro for configure (as bsc#870358) is already fixed
49
- Use xz compressed archives
50
- Update info pages dependencies
51
52
-------------------------------------------------------------------
53
Thu Jun 23 21:04:04 UTC 2016 - astieger@suse.com
54
55
- gmp 6.1.1:
56
* Work around faulty cpuid on some recent Intel chips (this
57
allows GMP to run on Skylake Pentiums).
58
59
-------------------------------------------------------------------
60
Mon Nov 2 08:57:09 UTC 2015 - rguenther@suse.com
61
62
- Update to GMP 6.1.0 release.
63
* New C++ functions gcd and lcm for mpz_class
64
* New public mpn functions mpn_divexact_1, mpn_zero_p, and mpn_cnd_swap
65
* New public mpq_cmp_z function, to efficiently compare rationals with
66
integers
67
* Support for more 32-bit arm processors
68
* Support for AVX-less modern x86 CPUs
69
* Speedups and bugfixes
70
- Includes gmp-6.0.0-ppc64-gcd.diff, now removed
71
- Update gmp keyring
72
73
-------------------------------------------------------------------
74
Tue Feb 24 16:36:38 UTC 2015 - mpluskal@suse.com
75
76
- Remove old ppc related conditionals
77
78
-------------------------------------------------------------------
79
Tue Feb 24 15:10:11 UTC 2015 - mpluskal@suse.com
80
81
- Cleanup spec file with spec-cleaner
82
- Refresh sources
83
- Add gpg signature
84
- Correct version number so that it matches actuall version
85
86
-------------------------------------------------------------------
87
Mon Nov 17 08:29:15 UTC 2014 - schwab@suse.de
88
89
- Make gmp-noexec.diff compatible with arm
90
- Use correct version number
91
92
-------------------------------------------------------------------
93
Fri Nov 7 00:41:24 UTC 2014 - afaerber@suse.de
94
95
- Fix tarball directory name to unbreak build
96
97
-------------------------------------------------------------------
98
Wed Mar 26 09:39:48 UTC 2014 - rguenther@suse.com
99
100
- Update to GMP 6.0.0 release.
101
* includes powerpc64le support and obsoletes
102
gmp-support-powerpc64le-linux.patch and gmp-ppc64le-mod.patch
103
* The function mpz_invert now considers any number invertible in Z/1Z
104
* The mpn multiply code now handles operands of more than 2^31 limbs
105
correctly
106
* Plain division of large operands is faster and more monotonous in
107
operand size
108
* Major speedup for ARM, in particular ARM Cortex-A15, thanks to improved
109
assembly.
110
* Speedup for Intel Sandy Bridge, Ivy Bridge, Haswell, thanks to rewritten
111
and vastly expanded assembly support. Speedup also for the older Core 2
112
and Nehalem.
113
* Faster mixed arithmetic between mpq_class and double.
114
* With g++, optimise more operations when one argument is a simple
115
constant.
116
* Support for ARM64 alias Aarch64 alias ARMv8.
117
* New public functions mpn_sec_mul and mpn_sec_sqr, implementing
118
side-channel
119
silent multiplication and squaring.
120
* New public functions mpn_sec_div_qr and mpn_sec_div_r, implementing
121
side-channel silent division.
122
* New public functions mpn_cnd_add_n and mpn_cnd_sub_n. Side-channel
123
silent conditional addition and subtraction.
124
* New public function mpn_sec_powm, implementing side-channel silent
125
modexp.
126
* New public function mpn_sec_invert, implementing side-channel silent
127
modular inversion.
128
* Better support for applications which use the mpz_t type, but
129
nevertheless need to call some of the lower-level mpn functions. See
130
the documentation for mpz_limbs_read and related functions.
131
- gmp-6.0.0-ppc64-gcd.diff: Fix build on ppc64 and ppc64le
132
- Fix build on SLE11 by not using %configure
133
134
-------------------------------------------------------------------
135
Wed Dec 4 10:42:28 UTC 2013 - anton@samba.org
136
137
- gmp-support-powerpc64le-linux.patch: Add ppc64le ABIv2 support
138
- gmp-ppc64le-mod.patch: Fix ppc64le issues
139
140
-------------------------------------------------------------------
141
Wed Oct 2 08:07:08 UTC 2013 - rguenther@suse.com
142
143
- Update to GMP 5.1.3 release.
144
* The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could
145
compute garbage with a low probability. They are now rewritten, and the
146
test code has been improved.
147
* A bug in the ia64 implementation of mpn_divrem_2, clobbering some
148
callee-save registers, has been fixed. This is an internal
149
function, with the bug manifesting itself as miscomputation in,
150
e.g., mpn_sqrtrem.
151
* The documentation now correctly says 'const' for input arguments.
152
153
-------------------------------------------------------------------
154
Wed May 22 13:41:54 UTC 2013 - rguenther@suse.com
155
156
- Update to GMP 5.1.2 release.
157
* A bug in mpz_powm_ui triggered by base arguments of at least 15000
158
decimal digits or mod arguments of at least 7500 decimal digits has
159
been fixed.
160
161
-------------------------------------------------------------------
162
Wed Mar 27 10:41:43 UTC 2013 - mmeister@suse.com
163
164
- Added url as source.
165
Please see http://en.opensuse.org/SourceUrls
166
167
-------------------------------------------------------------------
168
Wed Feb 20 19:28:21 UTC 2013 - schwab@suse.de
169
170
- Update baselibs.conf for removal of libmp3
171
172
-------------------------------------------------------------------
173
Wed Feb 13 09:16:09 UTC 2013 - rguenther@suse.com
174
175
- Update to GMP 5.1.1 release.
176
* Aarch64 alias ARM64 support now works.
177
* A possible buffer overrun in mpz_ior has been fixed.
178
* A rare sign flip in mpz_remove has been fixed.
179
* A bug causing problems with mpf numbers with absolute value >= 2^31 has
180
been fixed.
181
* Several bugs in mini-gmp have been fixed.
182
* Preliminary support for the x32 ABI under x86-64.
183
184
-------------------------------------------------------------------
185
Wed Dec 19 09:47:43 UTC 2012 - rguenther@suse.com
186
187
- Update to GMP 5.1.0 release.
188
* Bug fixes and speedups
189
* Many new CPUs recognised
190
* New functions for multi-factorials, and primorial: mpz_2fac_ui,
191
mpz_mfac_uiui and mpz_primorial_ui
192
* The fat binary mechanism is now more robust in its CPU recognition
193
* Drops support for BSD compatibility library
194
195
-------------------------------------------------------------------
196
Thu Sep 13 14:32:57 UTC 2012 - coolo@suse.com
197
198
- replace ; with and in license tag
199
200
-------------------------------------------------------------------
201
Wed Jul 4 08:53:30 UTC 2012 - rguenther@suse.com
202
203
- Pick fix for the aborts from CPU detection code from the upstream
204
branch. [bnc#671262]
205
206
-------------------------------------------------------------------
207
Tue Jul 3 07:49:57 UTC 2012 - bwiedemann@suse.com
208
209
- do not abort on kvm's x86_64 "CPU" on AMD (bnc#671262)
210
211
-------------------------------------------------------------------
212
Tue May 29 08:01:17 UTC 2012 - coolo@suse.com
213
214
- do not abort on kvm's x86_64 "CPU", just use generic support for
215
unknown CPUs
216
217
-------------------------------------------------------------------
218
Mon May 7 09:10:41 UTC 2012 - rguenther@suse.com
219
220
- Update to release GMP 5.0.5
221
* A bug causing AMD 11h processors to be treated like AMD 10h has been fixed.
222
* A bug affecting recent Intel Sandy Bridge CPUs resulting in
223
configuration failures has been fixed.
224
225
-------------------------------------------------------------------
226
Wed Feb 15 13:21:29 UTC 2012 - rguenther@suse.com
227
228
- Remove redundant --host specification on %configure.
229
230
-------------------------------------------------------------------
231
Fri Feb 10 13:48:16 UTC 2012 - rguenther@suse.com
232
233
- Update to release GMP 5.0.4
234
* Thresholds in mpn_powm_sec for both fat and non-fat builds are now used
235
safely, plugging a one-word buffer overrun introduced in the 5.0.3 release
236
(for non-fat) and a multi-word buffer overrun that existed since 5.0 (for
237
fat). (We have not been able to provoke malign stack smashing in any of
238
the ~100 configurations explored by the GMP nightly builds, but the bug
239
should be assumed to be exploitable.)
240
* Two bugs in multiplication code causing incorrect computation with
241
extremely low probability have been fixed.
242
* A bug in the test suite causing buffer overruns during "make check",
243
sometimes leading to subsequent malloc crashes, has been fixed.
244
* Two bugs in the gcd code have been fixed. They could lead to incorrect
245
results, but for uniformly distributed random operands, the likelihood for
246
that is infinitesimally small. (There was also a third bug, but that was
247
an incorrect ASSERT, which furthermore was not enabled by default.)
248
* A bug affecting 32-bit PowerPC division has been fixed. The bug caused
249
miscomputation for certain divisors in the range 2^32 ... 2^64-1 (about 1
250
in 2^30 of these).
251
252
-------------------------------------------------------------------
253
Sat Feb 4 17:20:28 UTC 2012 - jengelh@medozas.de
254
255
- Remove redundant tags/sections (see specfile guidelines)
256
257
-------------------------------------------------------------------
258
Mon Jan 30 09:13:23 UTC 2012 - rguenther@suse.com
259
260
- Update to release GMP 5.0.3
261
* A slight timing leak of the powm_sec functions have been sealed. (This
262
leak could possibly be used to extract the most significant few bits of the
263
exponent. "Few" here means at most 10.)
264
* The mpz_nextprime function now runs a safer number of pseudo-random prime
265
tests.
266
* A bug in division code possibly causing incorrect computation was fixed.
267
* New CPUs recognised.
268
* IBM S/390 are now supported in both 31/32-bit and 64-bit mode.
269
- Dropped SUSE local patches for S/390 support.
270
271
-------------------------------------------------------------------
272
Wed Sep 28 00:04:11 CEST 2011 - dmueller@suse.de
273
274
- avoid noexec stack patch on arm
275
276
-------------------------------------------------------------------
277
Mon Jun 20 08:28:13 UTC 2011 - idonmez@novell.com
278
279
- Update to release GMP 5.0.2
280
* Many minor bugs related to portability fixed.
281
* The support for HPPA 2.0N now works, after an assembly bug fix.
282
* A test case type error has been fixed. The symptom of this bug
283
was spurious 'make check' failures.
284
* Fat builds are now supported for 64-bit x86 processors also under Darwin.
285
- Remove unknown configure option --disable-mpfr
286
287
-------------------------------------------------------------------
288
Tue Apr 19 00:03:52 CEST 2011 - ro@suse.de
289
290
- remove outdated entries from baselibs.conf
291
292
-------------------------------------------------------------------
293
Tue Jan 25 13:15:00 UTC 2011 - rguenther@novell.com
294
295
- Drop bogus provides/obsoletes of ABI incompatible gmp version.
296
297
-------------------------------------------------------------------
298
Mon Sep 13 10:20:05 UTC 2010 - rguenther@novell.com
299
300
- Package BSB libmp bindings. [bnc#623910]
301
302
-------------------------------------------------------------------
303
Mon Sep 6 13:27:34 UTC 2010 - rguenther@novell.com
304
305
- Update to release GMP 5.0.1.
306
* Major performance and memory usage improvements.
307
* Enable fat binaries on x86.
308
* Bump SO version to 10.
309
310
-------------------------------------------------------------------
311
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
312
313
- use %_smp_mflags
314
315
-------------------------------------------------------------------
316
Mon Jan 11 13:29:55 CET 2010 - rguenther@suse.de
317
318
- Update to bugfix release GMP 4.3.2.
319
* Fixed bug in mpf_eq.
320
* Fixed overflow issues in mpz_set_str, mpz_inp_str, mpf_set_str, and
321
mpf_get_str.
322
* Avoid unbounded stack allocation for unbalanced multiplication.
323
* Fixed bug in FFT multiplication.
324
325
-------------------------------------------------------------------
326
Fri Dec 11 13:16:43 CET 2009 - jengelh@medozas.de
327
328
- add baselibs.conf to specfile as source
329
330
-------------------------------------------------------------------
331
Mon Dec 7 19:34:01 CET 2009 - jengelh@medozas.de
332
333
- Fix building on SPARC. When rpmbuild is called with
334
--target=sparcv9, %%_target_platform takes on the value
335
"sparcv9-suse-linux", but this does not fly for gmp, it requires
336
"sparc-suse-linux". This is similar to what binutils.spec does.
337
338
-------------------------------------------------------------------
339
Tue Nov 17 15:21:13 CET 2009 - rguenther@suse.de
340
341
- Fix obsoletes of old gmp package.
342
343
-------------------------------------------------------------------
344
Tue May 12 13:00:14 CEST 2009 - rguenther@suse.de
345
346
- Update to bugfix release GMP 4.3.1.
347
* Fixed bug in mpn_gcdext, affecting also mpz_gcdext and mpz_invert.
348
* Fixed some minor documentation issues.
349
* Recognise more IBM "POWER" processor variants.
350
351
-------------------------------------------------------------------
352
Sat May 9 18:56:46 CEST 2009 - rguenther@suse.de
353
354
- Fix baselibs.conf wrt package split. [bnc#501465]
355
356
-------------------------------------------------------------------
357
Wed Apr 15 10:29:12 CEST 2009 - rguenther@suse.de
358
359
- Update to version 4.3.0.
360
* Speedups all over the board
361
* Fat binaries on x86_64
362
- Split shared libraries according to policy.
363
364
-------------------------------------------------------------------
365
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
366
367
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
368
(bnc#437293)
369
370
-------------------------------------------------------------------
371
Mon Nov 24 12:34:56 CET 2008 - olh@suse.de
372
373
- obsolete old -XXbit packages (bnc#437293)
374
375
-------------------------------------------------------------------
376
Mon Aug 4 10:54:43 CEST 2008 - rguenther@suse.de
377
378
- Update to version 4.2.3.
379
* minor bugfixes
380
- Remove no longer applicable patches.
381
382
-------------------------------------------------------------------
383
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
384
385
- added baselibs.conf file to build xxbit packages
386
for multilib support
387
388
-------------------------------------------------------------------
389
Thu Jan 3 10:38:28 CET 2008 - rguenther@suse.de
390
391
- Fix std::FILE usage for C++ again.
392
- Move info postin to the correct sub-package.
393
394
-------------------------------------------------------------------
395
Wed Dec 12 14:28:23 CET 2007 - rguenther@suse.de
396
397
- Update to 4.2.2, which is now LGPLv3.
398
- Remove no longer applicable patches.
399
- Disable building of berkley MP compatibility library.
400
- Run testsuite only once.
401
- Do not package libtool .la files.
402
- Do not package static C++ binding library.
403
- Do not package CVS changelog.
404
405
-------------------------------------------------------------------
406
Tue May 22 12:40:44 CEST 2007 - rguenther@suse.de
407
408
- Fix inline behavior for C99.
409
410
-------------------------------------------------------------------
411
Sat Jan 13 20:11:14 CET 2007 - meissner@suse.de
412
413
- Mark assembler code as not needing exec stack/heap by hacking
414
the m4 -> assembler wrapper script.
415
- Run "make check", as mandated by our packaging guidelines.
416
417
-------------------------------------------------------------------
418
Fri Oct 13 21:24:30 CEST 2006 - aj@suse.de
419
420
- Fix build on x86-64.
421
422
-------------------------------------------------------------------
423
Fri Oct 13 19:52:37 CEST 2006 - mjancar@suse.cz
424
425
- update to 4.2.1
426
* many bugfixes
427
428
-------------------------------------------------------------------
429
Mon May 15 11:15:27 CEST 2006 - rguenther@suse.de
430
431
- Disable mpfr, which is now in new packages mpfr and mpfr-devel.
432
433
-------------------------------------------------------------------
434
Wed Jan 25 21:30:20 CET 2006 - mls@suse.de
435
436
- converted neededforbuild to BuildRequires
437
438
-------------------------------------------------------------------
439
Fri Jan 13 16:28:42 CET 2006 - kukuk@suse.de
440
441
- Create -devel subpackage
442
443
-------------------------------------------------------------------
444
Tue Oct 11 16:25:05 CEST 2005 - meissner@suse.de
445
446
- fixed broken random2 code using patch from Richard Guenther.
447
448
-------------------------------------------------------------------
449
Sun Sep 18 12:20:19 CEST 2005 - meissner@suse.de
450
451
- Fixed implicits.
452
453
-------------------------------------------------------------------
454
Wed Apr 13 18:37:45 CEST 2005 - matz@suse.de
455
456
- Make it build on i386
457
458
-------------------------------------------------------------------
459
Sat Apr 9 13:20:10 CEST 2005 - ro@suse.de
460
461
- skip testsuite on alpha
462
463
-------------------------------------------------------------------
464
Wed Feb 16 12:27:16 CET 2005 - mcihar@suse.cz
465
466
- update to 4.1.4
467
468
-------------------------------------------------------------------
469
Thu Nov 18 01:55:34 CET 2004 - ro@suse.de
470
471
- fixed file list
472
473
-------------------------------------------------------------------
474
Mon Sep 6 00:48:25 CEST 2004 - schwab@suse.de
475
476
- Use autoreconf.
477
- Fix read-only section check.
478
479
-------------------------------------------------------------------
480
Tue Aug 10 17:26:49 CEST 2004 - tcrhak@suse.cz
481
482
- update to 4.1.3
483
484
-------------------------------------------------------------------
485
Tue Mar 02 13:18:12 CET 2004 - tcrhak@suse.cz
486
487
- libtoolize, but preserve gmp wrappers for config.sub and config.guess
488
489
-------------------------------------------------------------------
490
Mon Mar 1 21:17:02 CET 2004 - meissner@suse.de
491
492
- make work on ppc64 again.
493
- libtoolize to add .so. suffixes on amd64 and ia64 again.
494
495
-------------------------------------------------------------------
496
Mon Mar 01 17:45:07 CET 2004 - tcrhak@suse.cz
497
498
- fixed bug #33857:
499
* applied some patches for 4.1.2
500
* use gmp's own config.sub (fixes the configure problem)
501
* added configure option --enable-cxx
502
503
-------------------------------------------------------------------
504
Fri Feb 27 01:04:16 CET 2004 - ro@suse.de
505
506
- try to fix build with regparm changes
507
508
-------------------------------------------------------------------
509
Sat Jan 10 01:05:45 CET 2004 - schwab@suse.de
510
511
- Fix quoting in autoconf macros.
512
513
-------------------------------------------------------------------
514
Fri Dec 5 10:32:31 CET 2003 - kukuk@suse.de
515
516
- Fix compiling on s390(x)
517
518
-------------------------------------------------------------------
519
Fri Nov 28 15:52:02 CET 2003 - schwab@suse.de
520
521
- Workaround gas bug causing invalid unwind information.
522
- Fix aliasing bug in testsuite.
523
524
-------------------------------------------------------------------
525
Wed Oct 15 14:49:58 CEST 2003 - ro@suse.de
526
527
- use jobs macro instead of -jsomething
528
529
-------------------------------------------------------------------
530
Wed Oct 15 13:19:45 CEST 2003 - adrian@suse.de
531
532
- fix build for mips
533
- build as non-root
534
535
-------------------------------------------------------------------
536
Sun Sep 14 14:22:59 CEST 2003 - aj@suse.de
537
538
- Enable mpfr library.
539
540
-------------------------------------------------------------------
541
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
542
543
- fix install_info --delete call and move from preun to postun
544
545
-------------------------------------------------------------------
546
Thu Feb 13 00:13:04 CET 2003 - mmj@suse.de
547
548
- Add %install_info macros [#23415]
549
550
-------------------------------------------------------------------
551
Wed Jan 15 20:46:45 CET 2003 - tcrhak@suse.cz
552
553
- update to version 4.1.2
554
555
-------------------------------------------------------------------
556
Wed Nov 20 16:07:05 CET 2002 - schwab@suse.de
557
558
- Work around automake bugs.
559
560
-------------------------------------------------------------------
561
Wed Sep 25 15:06:35 CEST 2002 - uli@suse.de
562
563
- x86-64: compile mpf/cmp_si.c with -fno-cse-follow-jumps to work
564
around compiler bug
565
566
-------------------------------------------------------------------
567
Tue Sep 17 17:34:28 CEST 2002 - ro@suse.de
568
569
- removed bogus self-provides
570
571
-------------------------------------------------------------------
572
Tue Jun 11 11:11:52 CEST 2002 - meissner@suse.de
573
574
- Disabled all ppc64 assembler functions for now, reenabled make check.
575
576
-------------------------------------------------------------------
577
Mon Jun 10 16:21:45 CEST 2002 - olh@suse.de
578
579
- add some basic support for ppc64, disable make check
580
581
-------------------------------------------------------------------
582
Wed May 22 11:00:38 CEST 2002 - coolo@suse.de
583
584
- adding support for s390x
585
586
-------------------------------------------------------------------
587
Mon May 6 17:53:57 CEST 2002 - schwab@suse.de
588
589
- Fix last change.
590
591
-------------------------------------------------------------------
592
Mon May 6 16:42:20 CEST 2002 - meissner@suse.de
593
594
- varargs fixes. You cannot just cast functions pointers between
595
non-varargs and varargs functions, this _will_ fail on x86_64.
596
597
-------------------------------------------------------------------
598
Fri Jan 18 13:28:00 CET 2002 - tcrhak@suse.cz
599
600
- used macros %{_lib} and %{_libdir}
601
602
-------------------------------------------------------------------
603
Fri Dec 14 10:50:33 CEST 2001 - tcrhak@suse.cz
604
605
- update to version 4.0
606
607
-------------------------------------------------------------------
608
Wed Aug 1 15:36:52 CEST 2001 - dan@suse.cz
609
610
- use bzip instead of gzip
611
612
-------------------------------------------------------------------
613
Wed Jun 13 23:07:19 UTC 2001 - bk@suse.de
614
615
- Add support for s390x and update s390 support
616
617
-------------------------------------------------------------------
618
Mon May 28 16:11:30 CEST 2001 - pblaha@suse.cz
619
620
- fix include on ia64
621
622
-------------------------------------------------------------------
623
Wed Nov 15 13:29:35 CET 2000 - pblaha@suse.cz
624
625
- update to 3.1.1
626
627
-------------------------------------------------------------------
628
Tue Oct 10 18:13:14 CEST 2000 - schwab@suse.de
629
630
- Fix umul_ppm for ia64.
631
632
-------------------------------------------------------------------
633
Wed Jun 7 10:30:49 CEST 2000 - schwab@suse.de
634
635
- Recover ia64 support.
636
- Match "linux*" instead of "linux-gnu*".
637
638
-------------------------------------------------------------------
639
Wed May 31 13:20:59 CEST 2000 - smid@suse.cz
640
641
- upgrade to 3.0.1
642
643
-------------------------------------------------------------------
644
Mon May 15 19:05:03 CEST 2000 - schwab@suse.de
645
646
- Add basic support for ia64.
647
648
-------------------------------------------------------------------
649
Fri Apr 14 09:49:54 CEST 2000 - smid@suse.cz
650
651
- buildroot added
652
653
-------------------------------------------------------------------
654
Fri Apr 7 20:02:44 CEST 2000 - bk@suse.de
655
656
- added suse config update macro
657
658
-------------------------------------------------------------------
659
Thu Feb 10 17:40:14 CET 2000 - kukuk@suse.de
660
661
- Move /usr/info -> /usr/share/info
662
663
-------------------------------------------------------------------
664
Tue Dec 14 14:16:11 MET 1999 - kukuk@suse.de
665
666
- Create shared libraries (BUG#1508)
667
- Build libmp, too
668
- Add a lot of patches
669
670
-------------------------------------------------------------------
671
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
672
673
- ran old prepare_spec on spec file to switch to new prepare_spec.
674
675
-------------------------------------------------------------------
676
Fri Sep 3 16:34:54 CEST 1999 - uli@suse.de
677
678
- added patch for PPC
679
680
-------------------------------------------------------------------
681
Wed Sep 1 17:41:54 MEST 1999 - kukuk@suse.de
682
683
- Specfile cleanup
684
- Run make check
685
686
----------------------------------------------------------------------------
687
Tue Nov 26 20:15:03 CET 1996 - florian@suse.de
688
689
690
- update to version 2.0.2
691
692