SHA256
1
0
forked from pool/gmp

- Update to GMP 5.1.2 release.

* A bug in mpz_powm_ui triggered by base arguments of at least 15000
    decimal digits or mod arguments of at least 7500 decimal digits has
    been fixed.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=44
This commit is contained in:
Richard Biener 2013-05-22 13:49:59 +00:00 committed by Git OBS Bridge
parent 823f19aa1e
commit 2e95ae1e95
4 changed files with 12 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0d4779f48b36519dfaceb5f987a7c76fcac223258bebea3bb2244310970afad
size 2213841

3
gmp-5.1.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2099deea64ef3e58ac2b42eaaa0286c3231430a8e893359d806bfa31611c1b8f
size 2194495

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed May 22 13:41:54 UTC 2013 - rguenther@suse.com
- Update to GMP 5.1.2 release.
* A bug in mpz_powm_ui triggered by base arguments of at least 15000
decimal digits or mod arguments of at least 7500 decimal digits has
been fixed.
-------------------------------------------------------------------
Wed Mar 27 10:41:43 UTC 2013 - mmeister@suse.com

View File

@ -22,7 +22,7 @@ BuildRequires: gcc-c++
%ifarch ppc64
Obsoletes: gmp-64bit
%endif
Version: 5.1.1
Version: 5.1.2
Release: 0
Summary: The GNU MP Library
License: GPL-3.0+ and LGPL-3.0+