From 0dbe70e99ec3fa7355c18d7c63f16a49f92e79ca61e1be2e0ad7e84bf6225430 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Wed, 13 Feb 2013 09:26:00 +0000 Subject: [PATCH] - Update to GMP 5.1.1 release. * Aarch64 alias ARM64 support now works. * A possible buffer overrun in mpz_ior has been fixed. * A rare sign flip in mpz_remove has been fixed. * A bug causing problems with mpf numbers with absolute value >= 2^31 has been fixed. * Several bugs in mini-gmp have been fixed. * Preliminary support for the x32 ABI under x86-64. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=39 --- gmp-5.1.0.tar.bz2 | 3 --- gmp-5.1.1.tar.bz2 | 3 +++ gmp.changes | 12 ++++++++++++ gmp.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 gmp-5.1.0.tar.bz2 create mode 100644 gmp-5.1.1.tar.bz2 diff --git a/gmp-5.1.0.tar.bz2 b/gmp-5.1.0.tar.bz2 deleted file mode 100644 index ba8ac65..0000000 --- a/gmp-5.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfd9aba98fe5caa54a715b4584c7d45eb0ee0c8be9a3181164ad2fad5eefc796 -size 2194942 diff --git a/gmp-5.1.1.tar.bz2 b/gmp-5.1.1.tar.bz2 new file mode 100644 index 0000000..c7214ef --- /dev/null +++ b/gmp-5.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d4779f48b36519dfaceb5f987a7c76fcac223258bebea3bb2244310970afad +size 2213841 diff --git a/gmp.changes b/gmp.changes index e4e72fd..791e5ef 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Feb 13 09:16:09 UTC 2013 - rguenther@suse.com + +- Update to GMP 5.1.1 release. + * Aarch64 alias ARM64 support now works. + * A possible buffer overrun in mpz_ior has been fixed. + * A rare sign flip in mpz_remove has been fixed. + * A bug causing problems with mpf numbers with absolute value >= 2^31 has + been fixed. + * Several bugs in mini-gmp have been fixed. + * Preliminary support for the x32 ABI under x86-64. + ------------------------------------------------------------------- Wed Dec 19 09:47:43 UTC 2012 - rguenther@suse.com diff --git a/gmp.spec b/gmp.spec index 76c6dcb..5b664e9 100644 --- a/gmp.spec +++ b/gmp.spec @@ -1,7 +1,7 @@ # # spec file for package gmp # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ BuildRequires: gcc-c++ %ifarch ppc64 Obsoletes: gmp-64bit %endif -Version: 5.1.0 +Version: 5.1.1 Release: 0 Summary: The GNU MP Library License: GPL-3.0+ and LGPL-3.0+