From 569565d9e74f0a4a1b59283bbb3dd9dc591aaedfdbbc2d993502239fc68b5884 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 4 Dec 2020 11:04:09 +0000 Subject: [PATCH] Accepting request 852909 from home:AndreasStieger:branches:devel:libraries:c_c++ GMP 6.2.1 OBS-URL: https://build.opensuse.org/request/show/852909 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=84 --- gmp-6.2.0.tar.xz | 3 --- gmp-6.2.0.tar.xz.sig | Bin 374 -> 0 bytes gmp-6.2.1.tar.xz | 3 +++ gmp-6.2.1.tar.xz.sig | Bin 0 -> 374 bytes gmp.changes | 14 ++++++++++++++ gmp.spec | 2 +- 6 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 gmp-6.2.0.tar.xz delete mode 100644 gmp-6.2.0.tar.xz.sig create mode 100644 gmp-6.2.1.tar.xz create mode 100644 gmp-6.2.1.tar.xz.sig diff --git a/gmp-6.2.0.tar.xz b/gmp-6.2.0.tar.xz deleted file mode 100644 index d6c0de2..0000000 --- a/gmp-6.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:258e6cd51b3fbdfc185c716d55f82c08aff57df0c6fbd143cf6ed561267a1526 -size 2012444 diff --git a/gmp-6.2.0.tar.xz.sig b/gmp-6.2.0.tar.xz.sig deleted file mode 100644 index c992cd399b55cca894b74ce0989fe0e8170292547a750b12eb2ab46f42f83912..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 374 zcmV-+0g3*J0doWZ0SEvc79j*QJTLJ3?q0&}zVn&$S)ceQ#&Vbi0$w7?i~tG=5c64| z_$bD5m@ZKX|3`hsdxkwyI&G=6V{dFwpyN&Sd3jMlzO=(HzRu#c>43+wX^gbV&%Bmx zDwxK@#~NnXZqr=BJU#x0fW_V#8i92u#Pdstl~=}}CY~!#9Vxg6(%{(X!x%)7o>;Ja z!q&$Y8i-dMAX}EZj=j+8A1W8-Cw53`tQ^iV9^5V_B$k3viLVWB5Cesg`=Pgzwzh_f z$gJfbww!uFn|t2>+;0~z=i UX4DbZ$iLPdw>d4x@Owbk+;;$OOymgL-?tq zhrCSvu{A5Ko}P~Mnhqq2;Rs)-l3dySWPO(0O4E8XUrY|_^)UveH$Jkla#vGZ+o>o= zX7+_REP)c#ore?0QE`TJmZLHlY;kDW&W9`D(}Cw06-XF#>s>3G;JI?hq!yLLL(H^% zE_jK`g7Zgj@GpP#9?&uch&oBuvxhW(p!3RMk2a=(wBo>rs^e$XioQNtSP6$YV zrYR%zCT@;GP6H+x8;cSi?7_02nm%_<*X3h&2tZeC$Fw$R(a!M(EBJ=nYR`G!v8cQ8 U8c!<`|FwotOh!o4?R*hr0XxjErvLx| literal 0 HcmV?d00001 diff --git a/gmp.changes b/gmp.changes index 28c3ca5..726453f 100644 --- a/gmp.changes +++ b/gmp.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Dec 3 12:54:56 UTC 2020 - Andreas Stieger + +- GMP 6.2.1: + * A possible overflow of type int is avoided for mpz_cmp on huge + operands + * Overflows are more carefully detected and reported for + mpz_pow_ui + * Fix a bug in longlong.h for aarch64 sub_ddmmss + * mini-gmp: mpz_out_str and mpq_out_str now correctly handle out + of range bases + * C90 compliance + * Support for more processors + ------------------------------------------------------------------- Tue May 26 07:36:38 UTC 2020 - Stephan Kulow diff --git a/gmp.spec b/gmp.spec index 9ec4466..7dc7c15 100644 --- a/gmp.spec +++ b/gmp.spec @@ -17,7 +17,7 @@ Name: gmp -Version: 6.2.0 +Version: 6.2.1 Release: 0 Summary: A library for calculating huge numbers License: GPL-3.0-or-later AND (LGPL-3.0-or-later OR GPL-2.0-or-later)