- 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
This commit is contained in:
parent
4009a4a8c4
commit
0dbe70e99e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfd9aba98fe5caa54a715b4584c7d45eb0ee0c8be9a3181164ad2fad5eefc796
|
||||
size 2194942
|
3
gmp-5.1.1.tar.bz2
Normal file
3
gmp-5.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0d4779f48b36519dfaceb5f987a7c76fcac223258bebea3bb2244310970afad
|
||||
size 2213841
|
12
gmp.changes
12
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
|
||||
|
||||
|
4
gmp.spec
4
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+
|
||||
|
Loading…
Reference in New Issue
Block a user