perl-Math-GMP-2.15-1.fc26$>VFVC Snq>:+^?+Nd  CX\  0  H  `    \  h   4 d(8090:0G% H% I% X%Y&\&$ ]&T ^& b'd(e(f(l(t) u)< v)lw* x* y*+D+HCperl-Math-GMP2.151.fc26High speed arbitrary size integer mathMath::GMP was designed to be a drop-in replacement both for Math::BigInt and for regular integer arithmetic. Unlike BigInt, though, Math::GMP uses the GNU gmp library for all of its calculations, as opposed to straight Perl functions. This can result in speed improvements.YOqbuildvm-armv7-22.arm.fedoraproject.orgrFedora ProjectFedora ProjectLGPLv2+Fedora ProjectUnspecifiedhttp://search.cpan.org/dist/Math-GMP/linuxarmv7hlEWA큤AA큤A큤A큤YOnYOZ=YOnYOoYOoYOkYOqYOZ=YOZ=YOqYOZ=YOn24b69c5c8508778fbb322387392b6ee2f849bb298f80f23d6da5201e936cdbcf84fabad6dc10ec344cb473e708c1575ee87333721203f96f949353b96b93c366ee57e3ce038170af340ec1f8fe9bb4eb011b7f48c34f9522856a0dd0c4e07a959070a93781c23e39937592af6c8073f7ea212aaba35ce3591f6f305b01e632e66fcc6e003997ebf5961fe882182431a83bc1c79fddbbb20ffe38313c2974998bbf4f18c29045b9cd4202185b35f6bc8e3bd67ed477ce55eba4e3d00fcd5aa6db29c67c17c8120943077adc72be17a7c95d5d52cb5788d9fcba072f651e665caerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Math-GMP-2.15-1.fc26.src.rpmperl(Math::GMP)perl-Math-GMPperl-Math-GMP(armv7hl-32)@@@@@@@@@ @@@@@@@@    @ld-linux-armhf.so.3ld-linux-armhf.so.3(GLIBC_2.4)libc.so.6libc.so.6(GLIBC_2.4)libgcc_s.so.1libgcc_s.so.1(GCC_3.5)libgmp.so.10libperl.so.5.24perl(:MODULE_COMPAT_5.24.1)perl(:VERSION)perl(AutoLoader)perl(Carp)perl(DynaLoader)perl(Exporter)perl(overload)perl(strict)perl(vars)perl(warnings)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rtld(GNU_HASH)5.10.03.0.4-14.6.0-14.0-15.2-14.13.0.1YOY5GXXX.@X$a@W9@WV=@UŬU@UUn@S@S@SRQQ@QP H@O;O@N@N&@MRMQ0@LKFK޺K@Jv@JlE@IaI@I@HO@HI&G@GGFGF&@D}Ci@CCBPaul Howarth - 2.15-1Jitka Plesnikova - 2.14-3Fedora Release Engineering - 2.14-2Paul Howarth - 2.14-1Paul Howarth - 2.13-1Paul Howarth - 2.12-1Jitka Plesnikova - 2.11-4Paul Howarth - 2.11-3Fedora Release Engineering - 2.11-2Paul Howarth - 2.11-1Paul Howarth - 2.10-1Paul Howarth - 2.09-1Fedora Release Engineering - 2.07-6Jitka Plesnikova - 2.07-5Jitka Plesnikova - 2.07-4Fedora Release Engineering - 2.07-3Fedora Release Engineering - 2.07-2Paul Howarth - 2.07-1Fedora Release Engineering - 2.06-14Petr Pisar - 2.06-13Fedora Release Engineering - 2.06-12Fedora Release Engineering - 2.06-11Petr Pisar - 2.06-10Paul Howarth 2.06-9Peter Schiffer 2.06-8.1Paul Howarth 2.06-8Paul Howarth 2.06-7Fedora Release Engineering - 2.06-6Paul Howarth 2.06-5Paul Howarth 2.06-4Marcela Maslanova 2.06-3Stepan Kasal 2.06-2Paul Howarth 2.06-1Fedora Release Engineering 2.05-5Paul Howarth 2.05-4Paul Howarth 2.05-3Fedora Release Engineering 2.05-2Paul Howarth 2.05-1Paul Howarth 2.04-10Paul Howarth 2.04-9Tom "spot" Callaway 2.04-8Fedora Release Engineering 2.04-7Paul Howarth 2.04-6Paul Howarth 2.04-5Paul Howarth 2.04-4Paul Howarth 2.04-3Paul Howarth 2.04-2Paul Howarth 2.04-1- Update to 2.15 - Bump required perl version to 5.10.x - Drop EL-5 support - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %install section - Drop explicit %clean section- Perl 5.26 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Update to 2.14 - Hopefully fix the GPG signature (CPAN RT#120062)- Update to 2.13 - Fix the tests on older libgmps (CPAN RT#118816) - Refactoring of the test suite- Update to 2.12 - Add support for testing methods that return lists - Add broot, brootrem, bsqrtrem, is_perfect_power, is_perfect_square (CPAN RT#118677)- Perl 5.24 rebuild- Fix FTBFS due to missing buildreq perl-devel - Simplify find commands using -empty and -delete- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Update to 2.11 - Got the distribution to have full POD coverage and check all functions for usage (CPAN RT#92593)- Update to 2.10 - Throw an exception on invalid input to Math::GMP->new (CPAN RT#27521) - Put RELEASE_TESTING tests under xt instead of t (CPAN RT#106365) - Document and test some functions that were improperly documented or not tested (CPAN RT#92593)- Update to 2.09 - Add a link to the version control repository at various places - Get rid of indirect object notation in the code and the examples (it's a sign of Ancient Perl) - Overload bool to avoid fallback to intify (CPAN RT#101443) - Add tests for large numbers in some functions (CPAN RT#92641) - Add the binary-left-shift / << operator - Add the binary-right-shift / >> operator - Convert the build system to Dist-Zilla to ease future maintenance - Add a call to Devel::CheckLib for finding the "gmp.h" header - Drop %defattr, redundant since rpm 4.4 - Use %license where possible - Classify buildreqs by usage - This release by SHLOMIF → update source URL- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Perl 5.22 rebuild- Perl 5.20 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Update to 2.07 - Go direct to XS for more speed - Add lcm/blcm, bsqrt, bmodinv - Don't bother trying to run the release tests - Use DESTDIR rather than PERL_INSTALL_ROOT - Don't need to remove empty directories from the buildroot- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Perl 5.18 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Perl 5.16 rebuild- Use %{_fixperms} macro rather than our own chmod incantation - Add buildreqs for perl core modules, which might be dual-lived - Don't run tests in VERBOSE mode anymore- Rebuild with new gmp- Perl mass rebuild - Work around MYMETA.yml causing signature test to fail - Use LANG rather than LC_ALL to set locale for spell check test - Nobody else likes macros for commands- Fix spell check test to add words not in hunspell dictionary- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- Change BR: aspell-en to hunspell-en now that Text::SpellChecker uses a hunspell back-end- Don't clobber ~/.gnupg- Mass rebuild with perl-5.12.0- Rebuild against perl 5.10.1- Update to 2.06 - Make Makefile.PL more forgiving of gmp library locations (CPAN RT#46323) - Update link to libgmp.org in INSTALL file (CPAN RT#46324) - Use %{?perl_default_filter} - RELEASE_TESTING variable obsoletes TEST_{AUTHOR,CRITIC,SIGNATURE,SPELL} - BuildConflict Test::Critic and Test::Pod::Coverage to avoid failing tests- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- Filter out unwanted provides for perl shared objects - Do the build in a subdirectory so that the debug files list doesn't interfere with the signature test - Enable the signature test - Run the tests in the en_US locale - spell check tests now pass - Add buildreq perl(YAML) to enable the YAML tests- Add buildreq aspell-en as it's not pulled in by aspell after Fedora 10 - Add buildreq perl(File::Comments) to support spellchecking of comments - Disable spellcheck tests as they fail anyway- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild- New upstream maintainer, new upstream version 2.05 - 64-bit test suite compatibility issues fixed upstream, patch removed - Run tests in verbose mode - Add buildreq perl(Test::More) for basic test suite - Add buildreqs perl(Module::Signature), perl(Perl::Critic), perl(Pod::Spell), perl(Test::Pod), perl(Test::YAML::Meta), and perl(Text::SpellChecker) for additional test suite functionality- Apply 64-bit testsuite-fixing patch on sparc64 too- Apply 64-bit testsuite-fixing patch on ia64 too (#436649)- Rebuild for new perl- Autorebuild for GCC 4.3- Clarify license as LGPL, version 2 or later- Buildrequire perl(ExtUtils::MakeMaker) - Fix argument order for find with -depth- FE6 mass rebuild- Rebuild- Apply patch to fix broken testsuite on 64-bit arches (CPAN RT#12751)- Initial build 2.152.15-1.fc262.15-1.fc26 MathGMP.pmMathGMPGMP.soautosplit.ixperl-Math-GMPChangesREADMEperl-Math-GMPLICENSEMath::GMP.3pm.gz/usr/lib/perl5/vendor_perl//usr/lib/perl5/vendor_perl/Math//usr/lib/perl5/vendor_perl/auto//usr/lib/perl5/vendor_perl/auto/Math//usr/lib/perl5/vendor_perl/auto/Math/GMP//usr/share/doc//usr/share/doc/perl-Math-GMP//usr/share/licenses//usr/share/licenses/perl-Math-GMP//usr/share/man/man3/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=harddrpmxz2armv7hl-redhat-linux-gnueabidirectoryPerl5 module source textELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, BuildID[sha1]=66bf566a2a43f108a6e3398876c22682808bdfe8, strippedASCII textUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) PR R R R R RRRRRRRRRRRRRutf-8?`7zXZ !#,3&]"k%r<|sF~  7Ö {è:Ak޶3w^ifCq.WF!wi FQ_ҁxE)v2`E$kɥOLKj\/#a( ϔT0| S Z+Z;`!f\E!LOHȎ.9rsag3rL8;|[&ߡ=$yv(`<ߐ SLKVR! @{0B:z2D9g5QOx`A >x4TWw86;x3klEnh׷$,Bc }XךP#e+>jFH"!1獿gЙru+(52ؿCSYQ \PeN'^T#wBCԤDGwF>GrnZH 5/ YJG'v& q-~W)q;ZsԒU%EFqͯx rk Tudʔ0=TR (6$,,,3[H2lF3K~9?|Z4HPq: Vyh)ٰ ?zBJd!1 86qͨ%}]b6fj$=6>_=h:-kG|fhB]7!: ~qٌRvHsSwO&lZ 󯧘dm}I[h"T!&/x4,J0pjT9h_']1+1M7"HP7|ahT֬A@9#w_9l3LO GlA_4KÍYE@xt,RòE>d,X)^a6jU#rX{=`Ij`RAt!hLeVQ۲e/8t}wRŮ~~1nhW~8\لG}]xx}IA< 0\-pXr"Vi.ڐ4;#4_g=g9*$ݲn[g)G =~sSX&̖qQc`/׋He᷆jBu9,9DQp ๋?nyqz]k/:g0Q[uo A(qKВmrH:& ɸEAO"Zm[\"tg8Qn߾ǏQ(^^n׋24w[Pgy#X]c!t Y%1{ebDW>?6L ) !s18M&wU~3BN=bXWGk̈́@Zxo/]u>1 )2Cd Ͼ8;Sf>;m[iѨu_TYOVz8d貲C B$__K+n 7mxɫj"`E*2 |nv e)7do:>N5FH#eͨMDyNJE{S>>Zvhcke/o'8R#?Jyo u, <#8S2F~KЦ?o$Ωцlf(Z2&t385Ao*6ʈ j A-M {+0CgfECL_lj`NQPuи6mhCXXik? ~`Gt+Ve`̖Xa lͶuʰ2>C 4jVV=5Z?@,uCuxOc `f9 U^aI=/"oy|Cx(Bڤ8TepӰ rG{-2j*onk, ? lZvDAf8|-Lx{ fC WWZ#/âSR9yMO M-/3tR_\:MۈpݪW<%{gJFK+!?x14hRAHgO_=B%/UGO5p薅@IG}F] 1Oo%ϚkPa=\f, ?6ĩ);SE)a((kx1 Bdkt8()@1 2iw8{hrWПV =9꾇c;*q&i*v<ꦐ&5"XsA` va7}ȁ uIV@^^S7~U{ :" 4Ŵa|UPo8ߧ&NADR>};HgT^}hϏ~b=紃~OuU=^lR'$Nb 6Ff9;t 1\=+. b $$NHc⃡U.]LI/>r8_/:N:)j5ԈB>W<h'=:pl[ojXR V|b9lHhѭGH7?.Rp%DiP"mZa"fדBʿ ڮy$ (>[b7&CV%b3wۑ賚eAb[s  zjr<9Zw}B dCY!"UߨbزH !.[zъ^`uLiiE-"&Fqw-9m.򖕻V{޽ޙXQwAq" %":(ޛ!~'_ˆ@H`@^8lB:\W.Jjx0߭-ȽpO ܝ48m;mYXFW ]ާ҆mOB<ʕ[Dg0"ڒLBbN}N m '8}Hy7KqڦnB=dN8'Ķ|f(jB@.<2k C(쮼I'ȁ3(m;ZMydP;GM":`bUos`.esW5)QW== LF໌qaa0r{[m_R=#: O+o@5YGqa…]l7]1>G=>Yi>Eĕ&]sy"Y< KiZgp[Av@JrLEQw9ēF2{!8xE= dq̢b)m_yNvjݚD h î]#bwO2" : @M.rqhǨ!ƲIŜgZo= 25!WP9 4G ν*=#A1x:v`=AM, ".n,)Ӹե햤'* ]5EÖJYr<]ѿDӦvQFO0. ICcDՊ#p0- ` py4ns-!fP@ 4:-Ր^"a*T"cqƧd5f E ƣDgxxX93FKqa|#p|)d?nqu m5ʤSzdY6HVm. QM *p=b5;*tMhq? I%Me9vy],nL Z4%/5;0t5D)?#(@0R7b;/jG7R y a:=AϖUik x8\*/U'n%GH2Ώ_L.}k{)vx}:_'zkyʕGLkz=[*z]"86݂֬2b^HWe) |oY\jI>¢ l MVz<#T5 g9H6(X2Q*8x+EѸ &XtZC=%^5IWP~uqR^@+JY𥎾/v:{LNW̽%}$mo_DfDdm3%"S㭊;q1TN{N [N*}wi/:]35{ 5$G&#uiJ{O!nNbGRW 5mWp;=qo 0y jO^v & _$LE|fhSk#˳MBbŃ]=Ŧ+N.bQFs*fz"o[I-V>{Gd 3iVdMMxﮍ9.;qNNMh@22SAb@H!SQ!Ptȳ4k ,@@G.W4]8RET})6>]1"kfir1"1eY6o)lv2"c+6+ǃm&H)ۿjk eQFG޼ПT1l=ͦ)}niE>xQ]LBDiG.,3Ti oǰJov^U&]2%:HlJLD~} SDK"BiU0UwƬ]š]|w! rxs!$4>E$7G#A\G@UkRc4pDHPs|ayTUR,.vuVM aMe)N0vc߾Wt",f #e[EWsC(A¦X@VRQEwDz"zK7%xE?;5TsPAqāTp| ۬cjvEV@" 0 >[Q1i$.ߖ=J{ݾتcL- ) /m::h[iZt4.~Bw`zi' \v^[F]"ݒx{: 8w'F*rpDrqL؄ xbWCGXt E,b&,(ԜC9?L-< 7JBЁ-\Znn[_ F_J_F'lmtOCWhwrŲ5}*V='}Jո6