From a2c21503c2aa27de6365a46fea0f3d10b20291ac53f8234fd0f6d7a3a650722e Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 2 Oct 2013 08:08:23 +0000 Subject: [PATCH] - Update to GMP 5.1.3 release. * The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could compute garbage with a low probability. They are now rewritten, and the test code has been improved. * A bug in the ia64 implementation of mpn_divrem_2, clobbering some callee-save registers, has been fixed. This is an internal function, with the bug manifesting itself as miscomputation in, e.g., mpn_sqrtrem. * The documentation now correctly says 'const' for input arguments. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=46 --- gmp-5.1.2.tar.bz2 | 3 --- gmp-5.1.3.tar.bz2 | 3 +++ gmp.changes | 13 +++++++++++++ gmp.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 gmp-5.1.2.tar.bz2 create mode 100644 gmp-5.1.3.tar.bz2 diff --git a/gmp-5.1.2.tar.bz2 b/gmp-5.1.2.tar.bz2 deleted file mode 100644 index 2ca32ed..0000000 --- a/gmp-5.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2099deea64ef3e58ac2b42eaaa0286c3231430a8e893359d806bfa31611c1b8f -size 2194495 diff --git a/gmp-5.1.3.tar.bz2 b/gmp-5.1.3.tar.bz2 new file mode 100644 index 0000000..005bd38 --- /dev/null +++ b/gmp-5.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752079520b4690531171d0f4532e40f08600215feefede70b24fabdc6f1ab160 +size 2196480 diff --git a/gmp.changes b/gmp.changes index e8394ef..b7886b0 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Oct 2 08:07:08 UTC 2013 - rguenther@suse.com + +- Update to GMP 5.1.3 release. + * The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec could + compute garbage with a low probability. They are now rewritten, and the + test code has been improved. + * A bug in the ia64 implementation of mpn_divrem_2, clobbering some + callee-save registers, has been fixed. This is an internal + function, with the bug manifesting itself as miscomputation in, + e.g., mpn_sqrtrem. + * The documentation now correctly says 'const' for input arguments. + ------------------------------------------------------------------- Wed May 22 13:41:54 UTC 2013 - rguenther@suse.com diff --git a/gmp.spec b/gmp.spec index 60c60dd..6853599 100644 --- a/gmp.spec +++ b/gmp.spec @@ -22,7 +22,7 @@ BuildRequires: gcc-c++ %ifarch ppc64 Obsoletes: gmp-64bit %endif -Version: 5.1.2 +Version: 5.1.3 Release: 0 Summary: The GNU MP Library License: GPL-3.0+ and LGPL-3.0+