libgmpxx4-5.1.3-7.15>t  DH`pY_b/=„|Z<}OOw4Ħ>z = $t^⦟٥s2ll!3VخrpY884F-ncZã F"y u '<.d)fD;-BDv5*C*8l΍xӹi59Ku?|m:u1pFЖ i:! VMmά[xm0tgJog5At(DHƋ96075ac959d79fe6807435ed957194592f23f82a= Y_b/=„-lӔ [ʧf>eaCIZ/n \@2vuyȡD ˚.U.eV4B!3Zw 3I%W>dߜ4߫2ͽ.ŭ tN~oHa6åBse}]j==9ZWtj:w}cݴ`'֏k><?d   ;`dlp     * @HR\t|c(89 :.><@KFZGpHxIXY\]^bcedefluvwxxy zClibgmpxx45.1.37.15C++ bindings for the GNU MP LibraryC++ bindings for the GNU MP Library.Y_Ubuild72iopenSUSE Leap 42.3openSUSEGPL-3.0+ and LGPL-3.0+http://bugs.opensuse.orgSystem/Librarieshttp://gmplib.org/linuxx86_64iY_Y_7a1d826f7b1bffbceb530e8408541079libgmpxx.so.4.3.3rootrootrootrootgmp-5.1.3-7.15.src.rpmlibgmpxx.so.4()(64bit)libgmpxx4libgmpxx4(x86-64)@@@@@ @@@@   /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libgmp.so.10()(64bit)libgmp10libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.11)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)5.1.33.0.4-14.0-14.4.6-14.11.2R@RL Q@QR@Q$Q@PѬ@PQO0@OOĺ@O@O;@O5O-O&@NM6@M'M>@L@LL(KKK"4@K@K@J dJp@I@anton@samba.orgrguenther@suse.comrguenther@suse.commmeister@suse.comschwab@suse.derguenther@suse.comrguenther@suse.comcoolo@suse.comrguenther@suse.combwiedemann@suse.comcoolo@suse.comrguenther@suse.comrguenther@suse.comrguenther@suse.comjengelh@medozas.derguenther@suse.comdmueller@suse.deidonmez@novell.comro@suse.derguenther@novell.comrguenther@novell.comrguenther@novell.comjengelh@medozas.derguenther@suse.dejengelh@medozas.dejengelh@medozas.derguenther@suse.derguenther@suse.derguenther@suse.derguenther@suse.de- gmp-support-powerpc64le-linux.patch: Add ppc64le ABIv2 support - gmp-ppc64le-mod.patch: Fix ppc64le issues- 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.- 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.- Added url as source. Please see http://en.opensuse.org/SourceUrls- Update baselibs.conf for removal of libmp3- 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.- Update to GMP 5.1.0 release. * Bug fixes and speedups * Many new CPUs recognised * New functions for multi-factorials, and primorial: mpz_2fac_ui, mpz_mfac_uiui and mpz_primorial_ui * The fat binary mechanism is now more robust in its CPU recognition * Drops support for BSD compatibility library- replace ; with and in license tag- Pick fix for the aborts from CPU detection code from the upstream branch. [bnc#671262]- do not abort on kvm's x86_64 "CPU" on AMD (bnc#671262)- do not abort on kvm's x86_64 "CPU", just use generic support for unknown CPUs- Update to release GMP 5.0.5 * A bug causing AMD 11h processors to be treated like AMD 10h has been fixed. * A bug affecting recent Intel Sandy Bridge CPUs resulting in configuration failures has been fixed.- Remove redundant --host specification on %configure.- Update to release GMP 5.0.4 * Thresholds in mpn_powm_sec for both fat and non-fat builds are now used safely, plugging a one-word buffer overrun introduced in the 5.0.3 release (for non-fat) and a multi-word buffer overrun that existed since 5.0 (for fat). (We have not been able to provoke malign stack smashing in any of the ~100 configurations explored by the GMP nightly builds, but the bug should be assumed to be exploitable.) * Two bugs in multiplication code causing incorrect computation with extremely low probability have been fixed. * A bug in the test suite causing buffer overruns during "make check", sometimes leading to subsequent malloc crashes, has been fixed. * Two bugs in the gcd code have been fixed. They could lead to incorrect results, but for uniformly distributed random operands, the likelihood for that is infinitesimally small. (There was also a third bug, but that was an incorrect ASSERT, which furthermore was not enabled by default.) * A bug affecting 32-bit PowerPC division has been fixed. The bug caused miscomputation for certain divisors in the range 2^32 ... 2^64-1 (about 1 in 2^30 of these).- Remove redundant tags/sections (see specfile guidelines)- Update to release GMP 5.0.3 * A slight timing leak of the powm_sec functions have been sealed. (This leak could possibly be used to extract the most significant few bits of the exponent. "Few" here means at most 10.) * The mpz_nextprime function now runs a safer number of pseudo-random prime tests. * A bug in division code possibly causing incorrect computation was fixed. * New CPUs recognised. * IBM S/390 are now supported in both 31/32-bit and 64-bit mode. - Dropped SUSE local patches for S/390 support.- avoid noexec stack patch on arm- Update to release GMP 5.0.2 * Many minor bugs related to portability fixed. * The support for HPPA 2.0N now works, after an assembly bug fix. * A test case type error has been fixed. The symptom of this bug was spurious 'make check' failures. * Fat builds are now supported for 64-bit x86 processors also under Darwin. - Remove unknown configure option --disable-mpfr- remove outdated entries from baselibs.conf- Drop bogus provides/obsoletes of ABI incompatible gmp version.- Package BSB libmp bindings. [bnc#623910]- Update to release GMP 5.0.1. * Major performance and memory usage improvements. * Enable fat binaries on x86. * Bump SO version to 10.- use %_smp_mflags- Update to bugfix release GMP 4.3.2. * Fixed bug in mpf_eq. * Fixed overflow issues in mpz_set_str, mpz_inp_str, mpf_set_str, and mpf_get_str. * Avoid unbounded stack allocation for unbalanced multiplication. * Fixed bug in FFT multiplication.- add baselibs.conf to specfile as source- Fix building on SPARC. When rpmbuild is called with - -target=sparcv9, %%_target_platform takes on the value "sparcv9-suse-linux", but this does not fly for gmp, it requires "sparc-suse-linux". This is similar to what binutils.spec does.- Fix obsoletes of old gmp package.- Update to bugfix release GMP 4.3.1. * Fixed bug in mpn_gcdext, affecting also mpz_gcdext and mpz_invert. * Fixed some minor documentation issues. * Recognise more IBM "POWER" processor variants.- Fix baselibs.conf wrt package split. [bnc#501465]- Update to version 4.3.0. * Speedups all over the board * Fat binaries on x86_64 - Split shared libraries according to policy./sbin/ldconfig/sbin/ldconfigbuild72 14994399575.1.3-7.155.1.3-7.15libgmpxx.so.4libgmpxx.so.4.3.3/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/4e461b7bd46f547717eab2ff5fe4cb8b-gmpcpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=52785ccb01aacc51fe7788f883adc9395a008e2b, stripped PRRR R R RRRR"+zؐ?5?@] cr$x#̢rTh37&Ryj<@}eK&딝 i1#֢ҍf7J=>r6oyTT!uMYzumXV;MiK]yF KعʕXFsLqOBo!;S-&IG QuPۄGaI>4wG`֩Jlǻ6>$Tow^61~jM03܂_6ePP* ±=s`z0!VNapџEQYJv$Cfg@i7>J@1^cV gMe]Oh]$/HZL3TǶ@ bP\:?KEpG]lNW19(h$ȸ'}CPN b17 w=گ$Y:{>/˱]FZk2m@,0#dN؁l8|IkVM. R6-7P8dPX*,q ɮ+APEugD>(Lb6Oid M"1h>ѱ6[h-/{tȝ=(ozkҫm ~TUc"v2xڃ#kkVOT !mRPM;8M::odr"x9:c;%sG{ݟX. .D!"L9qkԊ72\뇰h *qÃKYUgoRjR9O$yIGlG`Gb!pH7Cz0D,ˮ)In!A͂&Fv J'kݸAeA'll LBhh<=voÂ%fPD^#Nu|83N0w'+vK16y-ϼ~yܪHBۍ oYdHlj\ӷ+Q% t'>̆7-,9a©$20]ʒ+rr54`:S9*W6TC7@b ȄԤ*ۈZ0s$.r*e6_lF?EDECĨ z/x!<$cbS" ԞIuHG381dUk׭t+{sW)^Ys^](~^:<IJ|yQi`oKd}[TI{q۶]TsMg "Bʽi)%Иvs}[%D] fo b6>3D;}c#Aڎ釲Q۠_\'ʻ=Yk0r~^PlQZl" oPk+ ؊@KU]SO'댎fдp1Fե !VdsW)7kޖ=V+n EɅ#IWee5[lSEϚ:SbU>&gڍ솷6aQ㠴j; E1 :n8kʹRD|.BPFy7fy4dj!3'$PO"Ŀ<{p+txZCb)ik#4+Ae]cSI- Ƿ+z@ |ʐtk1\A5v  3irIOI^ezW]h3^?q2T`PPSGBy?vI+݀$;oWOʯLS|Y4}vg@7ZSҁo5~{z-8X܆x`S[Xp 8n}5Y20ј F]Bl1]k}o gL/O@b<vy~P#0EH!ڡ-=q%b&^^?5 U#*sBK 45g*rhƧ7m3 ˠ<}vlU^$Ȳ?ca }ֻW7{ݲ-LB*YM@bzGp[BY[d|Q Ҝ4h=J5!ٷ3 pWvs,1DynY^b?vUDj6i<(W}&9a Zc&V)i |Oif]SL_hْ׶dC 8Ȱ$JMYRR:W}iyTۤ qnp 'u{aˇZ^ 2$F񧜲Kc8:B(.hjh#Sq{oTY ֵ?Bkhz\vӾg a8l+4V HաBOkN /cM9R8M|UK5Y$>JzTc_67(D}Jm6*74T`iZ ̖o4Co[PnyȢ`>nLuTMmk \'i2R8^PxCy>9XoߌBqS!wL5xW;k"J(_:?0hh>Z1Xo@{ c{I 9/[#Z0*d.-23\P%$99~\x Uj+N*Wa8'ͽΑ7- fc"JUei~Pdf6*]__G*PGW:=2sEf"v?Tq01#1!yи㾭QXՇ&} ș)eƋr*:1EŠեf ="Rl dbx7?q:G mGhB볂ftxLٞcwkq/cXE^HNtO Z 9$@hgxUO"cpbΝ⻰o@0L|gOduѭ٠BPrW{DOOyuN,ŵ{@wL׿(/>cEvq'?VJD(Gҫp!P3S[ iへ!:&Aϣý,x~G \`Z'-u:lYϭV D,;9҇$U. 3L>b&CK97, m. "bgm {d:~0uBXSP읽:qo" `^"BMwxmA` :Բ:TL%p#\ږ#xa Or.AMe@B]MM6*?6/%wLy1.e'olSxCILGHwbС7ja>Ʊ^POus%FQbQCf/t Pb OºPNב~GLױ܃}7kPTZ7b#P]w zGQS2vt೮+l>u !tQxq`NR"5Vp1hPΨE`=N]0]*i6Gmku 4ڨWۋS|y*>k%YAmC4M6?mY(C95U&m S"غLwkaj*B DžG9l%z$neOT`[ |o҃5s˞bT}e${OۭR=7vѳJ $ w"Zj{G2._l\xO+ 1"#!Ș 7bt(Η chF%4g xd'F1a~k,Qّ}ڳ j0,n9sl8gCLJb}}Z!9 R6%C!:X}~ @X+ųsY+o=swt~|V-#R3EuS51-ɲ"(7D8E[{7q1$xXd[f#`<_m, Ǽ+4g??PWpvP I&@#2w+t L҂W?1aMn_)A3,7iT.+H'(ħNDAOOSk;3-?~Ld^YvlR_ˮpf܈fB7ˁmZERW#:閗߬KeIOn%: zQH?'kj)}uןZש'L 2$A`4z"ˤklyA55g7@4yA' L/!6E9.C㎾7/A<{bPI4^L}3y(iaei/aGޛGD8>0a>`xCdZʋO0K oGBK[J]1w=o` քo./2|PL7:ɍ_!&;C Zs 5Q7{'SRqUsդrU