SHA256
6
0
forked from pool/gmp

Accepting request 29122 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/gmp based on submit request 29122 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/29122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gmp?expand=0&rev=15
This commit is contained in:
OBS User autobuild
2010-01-14 14:21:37 +00:00
committed by Git OBS Bridge
parent 807ffdc050
commit 980ecfffe0
4 changed files with 37 additions and 12 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jan 11 13:29:55 CET 2010 - rguenther@suse.de
- Update to bugfix release GMP 4.3.2.
* Fixed bug in mpf_eq.
* Fixed overflow issues in mpz_set_str, mpz_inp_str, mpf_set_str, and
mpf_get_str.
* Avoid unbounded stack allocation for unbalanced multiplication.
* Fixed bug in FFT multiplication.
-------------------------------------------------------------------
Fri Dec 11 13:16:43 CET 2009 - jengelh@medozas.de
- add baselibs.conf to specfile as source
-------------------------------------------------------------------
Mon Dec 7 19:34:01 CET 2009 - jengelh@medozas.de
- Fix building on SPARC. When rpmbuild is called with
--target=sparcv9, %%_target_platform takes on the value
"sparcv9-suse-linux", but this does not fly for gmp, it requires
"sparc-suse-linux". This is similar to what binutils.spec does.
-------------------------------------------------------------------
Tue Nov 17 15:21:13 CET 2009 - rguenther@suse.de