perl-MCE-tools-1.900-1.el10_0> 6 6_ ܉3!}Nbh&3م~Xf` 3م~XDiS[hh &SJh2;n1?\.()Xls0}^InzatwjI9QcK 8 qhKG܂ٚ&ߙjXJvҨiv0V&{]K6VIKEMTף\zސh5?;S5W+ B,"Ƿ~=ۥ?/2'ݣ3-!ehy޽aX󟌵,x $07T~wvon&3 \"Yb;f-՟֢g (AmM(`gZKKJ"e7 Ij 1 O &=$++w4 1a (5 M|w4jbQ4C -WQB-,vw蔔Wt>> ? d  D( 7Cdjt     0Hf (^8h9: hGHIXY \0]H^bd#e(f-l0tHu`vxwxy   & h lCperl-MCE-tools1.9001.el10_0Many-core Engine command line toolsThis package delivers command line tools like mce_grep(1) that utilize the Many-core Engine (MCE) Perl library.f`]buildhw-a64-11.iad2.fedoraproject.orgq#Fedora ProjectFedora ProjectGPL-1.0-or-later OR Artistic-1.0-PerlFedora ProjectUnspecifiedhttps://metacpan.org/release/MCElinuxnoarchpfߌfߌfߌfߌfߌfߌf1e1d071d7acc25b08bf3c85308c8a1c9881f9e7239f9eabe48a70e8f646124fmce_grepmce_grepmce_grepmce_grepmce_greprootrootrootrootrootrootrootrootrootrootrootrootperl-MCE-1.900-1.el10_0.src.rpmperl-MCE-tools@@@@@@ @@@@@    /usr/bin/perlgrepgzipperl(Cwd)perl(Errno)perl(Fcntl)perl(Getopt::Long)perl(MCE)perl(MCE::Signal)perl(Scalar::Util)perl(lib)perl(strict)perl(vars)perl-MCErpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsZstd)1.51.900-1.el10_03.0.4-14.6.0-14.0-15.4.18-14.19.1.1f4ff(@fU@ftfifh<@fffe@fafS$@eM@e@ed!d7d@dq@dw6cʂ@ccj@c:@cIO@cD @Paul Howarth - 1.900-1Paul Howarth - 1.899-1Paul Howarth - 1.898-1Fedora Release Engineering - 1.897-2Paul Howarth - 1.897-1Paul Howarth - 1.896-1Paul Howarth - 1.895-1Paul Howarth - 1.894-1Paul Howarth - 1.893-1Paul Howarth - 1.891-1Paul Howarth - 1.890-1Fedora Release Engineering - 1.889-3Fedora Release Engineering - 1.889-2Paul Howarth - 1.889-1Fedora Release Engineering - 1.888-2Paul Howarth - 1.888-1Paul Howarth - 1.887-1Paul Howarth - 1.886-1Paul Howarth - 1.885-1Fedora Release Engineering - 1.884-2Paul Howarth - 1.884-1Paul Howarth - 1.883-1Paul Howarth - 1.882-1Paul Howarth - 1.881-1Paul Howarth - 1.880-1- Update to 1.900 (rhbz#2310966) - Improve MCE::Child exiting when signaled- Update to 1.899 (rhbz#2310353) - Fix for MCE::Child and MCE::Channel signal anomaly (GH#24)- Update to 1.898 (rhbz#2307114) - Fix for MCE::Child, Can't call method "len" on an undefined value during global destruction (GH#22)- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild- Update to 1.897 - In scalar context, the init function in MCE Child and models Flow, Grep, Loop, Map, Step, and Stream returns a guard to call finish automatically upon leaving the { scope } (i.e. omitting finish) - Add out_iter_callback to MCE::Candy- Update to 1.896 (rhbz#2291411) - Weaken internal core MCE reference to reap workers automatically upon leaving the scope i.e. omitting shutdown - Note: No change to MCE models Flow, Grep, Loop, Map, Step, and Stream - Call finish explicitly to reap workers - This resolves the case when omitting calling $mce->run(), $mce->run(1) or $mce->shutdown() inside a scope, causing workers to linger around until completion of the script- Update to 1.895 (rhbz#2291112) - Revert back to calling CORE::rand() to set the internal seed; MCE and MCE::Child cannot assume the srand or setter function used by the application for predictability - https://perlmonks.org/?node_id=11159834 - https://perlmonks.org/?node_id=11159827 - Add class methods MCE->seed and MCE::Child->seed to retrieve the seed- Update to 1.894 (rhbz#2291112) - Improve support for PDL- Update to 1.893 (rhbz#2291021) - Remove check if spinning threads i.e. use_threads: predictable output matches non-threads for CORE, Math::Prime::Util and Math::Random::MT::Auto (see https://perlmonks.org/?node_id=11159834) - Preserve functionality for older Perl, non-threads- Update to 1.891 (rhbz#2290695) - Apply workaround for PDL::srand in MCE and MCE::Child (https://www.perlmonks.org/?node_id=11159773) - Add PDL::srand (v2.062~v2.089) and PDL::srandom (v2.089_01+) - Call CORE::srand inside child processes, only- Update to 1.890 (rhbz#2283161) - Improve reaping of completed workers in MCE::Child - Fix the _sprintf function, failing multiple arguments- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Update to 1.889 (rhbz#2238875) - Add Android support - Revert defer signal-handling in MCE::Channel (send2 method) - Improve mutex synchronize (a.k.a. enter) with guard capability - Fix mutex re-entrant lock on the Windows platform - Add mutex guard_lock method- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild- Update to 1.888 (rhbz#2216582) - Fix typos caught by lintian (GH#17)- Update to 1.887 (rhbz#2213846) - Fix typo in Queue dequeue_timed documentation- Update to 1.886 (rhbz#2212959) - Added dequeue_timed method to MCE::Queue - Fixed taint mode in MCE->printf and _sprintf - Improved reliability on the Windows platform- Update to 1.885 (rhbz#2211269) - Improved reliability on the Windows platform - Avoid use of deprecated patch syntax- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild- Update to 1.884 - Disabled non-blocking dequeue_nb and recv_nb tests on the Windows platform, since the author cannot reproduce failing tests reported by CPAN Tester aero- Update to 1.883 (rhbz#2158062) - Fix typo in MCE::Channel::SimpleFast documentation - Improve 05_mce_child.t test- Update to 1.882 (rhbz#2150467) - Added ABRT to the list of signals to trap in MCE::Signal - Added a guard to MCE::Core::Worker for checking if exited prematurely - Added init_relay and use_threads import options to MCE and MCE Models - Separated input mutexes from the rest of IPC for lesser latency - Auto-detect if init_relay is defined and set chunk_size to 1 in MCE::Grep, MCE::Map, and MCE::Stream - Update the import function in MCE models, detecting if the caller is another MCE module, to not export model functions - Update the error status if MCE::Child died due to receiving a signal - Improved reaping in MCE::Child, before creating a new child - Improved the timeout handler in MCE::Child and MCE::Mutex::Channel - Fixed private functions _quit and _trap not setting the return value- Update to 1.881 (rhbz#2134723) - Improved the private _parse_chunk_size function for better utilization of CPU cores in MCE::Grep, MCE::Map, and MCE::Stream, processing small input sizes - Previously, chunk_size => 'auto' equals 2 minimally - Starting with MCE v1.881, 'auto' equals 1 minimally- Update to 1.880 (rhbz#2133410) - Improved reliability on the Windows platform - Improved MCE::Mutex::Channel::timedwait on the Windows platform - Improved MCE::Mutex::Channel performance on UNIX platforms - Resolved edge case in MCE::Child reaching deadlock - Use SPDX-format license tag1.900-1.el10_0mce_egrepmce_fgrepmce_grepmce_zegrepmce_zfgrepmce_zgrep/usr/bin/-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -mbranch-protection=standard -fasynchronous-unwind-tables -fstack-clash-protection cpiozstd19noarch-redhat-linux-gnuPerl script text executable RRRRRRR R R R Rhttps://bugz.fedoraproject.org/perl-MCEutf-86076f4285508646ea2850a65b780a689cf4eb5056e584cdf4652e05d64ae54902700465b22b5ce2ba10eaf251eeef7c79cfd646361fbcd879dc86a532e70b513? (/hj .Yh<$!,s]O6O߳`[~P+W_:kJE(|eƷ@+m ^eI{R*Z5h C-P#csMlt˹Σ̔q=0 -il: CC]p6 2#r+1>=(iui"V4UdZ?,\mwΞ[\S2 ֨<YGq~vw:Y#,Z삎\1n!{|Э7lѮO RH u|Vi_;by_յ+x^W1e)vJo,8,WKq,OM 7sx?;Yix;P?7iz}mw)CL|J@1FX1}^T)Đ`ϼA(xZYßDyCk;/M$m@ǛEx/¬Ova$: o(y&)J-b/ %[öqAFci`:U"*}Ё1=q^Zl8L>$XoF| eKFQnq { Q8eM^H& #z.Lc )ׇϷq2q#P-j.Ɔ:npVA`^+-2ލmӨ]+CvƟldoAU^}ݕjOC\;x@Wc%iij6m}벬-zZ 0(fnP W4h7G󥉣L# ^Ѕ3lVѲ' meB,۰qk@`A+=bM`sGA,QinMݞr[nLP g 4^csᵄJ.*p]8bBePZI!K*/= .)+G{uSny~1xՐqEQ*SP&( B 0$,D'qK,b΢5$ԴR(  *+U5}̃+gSety6:U̸49ehdWPPbWz%SP P= OwJINpeYc^Qvar;^W4 t7toHFȂcX0{vw~Ey:<[({;"G|-IEl0dND9-~>;dt8%w( @%H) 0ؔMƍ9,{{Ҿ4s_AT ϴU{2,TK/תR3PZ+ J M^m+$׎P\9揭`?&]* iTJ53$I`1eR8*c3FB!R$` Q:/#{xф)Hu=k)3 K.~9Fq2^=;J9,w!P <^I|GQB;(n@iڍ#Nt"aKXE_N=:-)nhzŶ'͂eJۆ}@R}[fsUC00-B&XUhLwL13[~McSĨpHS=c1Ɂ/' e4 gL.y^NTO^: LEތp p  ~KXqIq$ #SY0 &dI{ЬB@qm` ?bM$3hN6RwvJ!5VHP݄oa~ *u.؝Cd<M/GJ h_oo1n4H <Ÿ!HN`\y*WUz/;EΆٛ)C.cz̢!$Իa!prO45ǣEϼ>V{2ob4:G#;DS2j"ڳ.$tP%/y`1n%d;r\"*{9DP64toRv7e\12 bwv l  ;0lTr ~x>,|+;d3s~|o`F>u<ߠ Sv:D tZl6c^/k=FkRL@I@@d+ ^Ĭ@ AK<Չ0  vD,l@>0c/\}GjτpհBQ)y2{V1\fIJ!Znq`΅*9E|L%  =k4y`Sh5"sʣYazdL" lR$\_aJ\~T#RЧwa}Hf#-||md H5Â* pa5rb?dY2tk,0BA'\DEfw!XrZvM\SY+EãC,Rβh5P w9uu(a؇ ]8Tj"~.l&gSq# t ?הRD }YHF%|eeŷD\J@Q hLP44$3vϓr+ "r#%4KH/Z()=ki9ƃ$ Tv!f;oD%ZQM&mD&xFtۣˈjU5G-uVZ!-d,bքyߛ&`#nѥO|)?*dw>2Qt<+3dl)nEjZskD^')a~:Ec9];xx͙ey\%ZrπKhd-JTk+6&IMHYnAYg@]}t]}MpN$n>ί"(`raԸ`+"Aޗ%Jɪuu1~_WٰVGr>>9BXrO;*)/$O) t]Y*IX1Gq"m$d@NĤ bŮ%3|;.zzJex~-c,2p5 /6u BLO Ub.}nGIӈ+y^ŘkRcXpf4J 0eE B8~@F|w_<ݑWb]y0bMFc[7Z/@Q\C:/B(AU e\D''/ii}2]Bis"S\RbBCvo2+ee@k@ ,#R$1Kj` &4)la ( n} "oXu @ıf'4΁5E%"]YABy[d+|" qm?ciĊeoo+m:@w(N$i+.>BYwt&h [NS_u{Et93[{3F :PֺmyC*7pEѨ-&&륭I9+OʣUYqB-׊L&:z^!`oGcl@wdA^"h`xMKbN=NL8@D9_7;),e?mrѦT'$al|Ho>Ogov7]S?f+~=(tC[^Ve]vuQhχT>qgzADn/RU4S{F a4 [n%'k7)y1]!DŮ&k\n 8L;v"93gbҀJ7zh Oscϟ|ǀϨ8;d8,@s.ÓsK˗X#(1їk3QoMBbܾj?y4UNKZ PbIʣ*IRuvNTA]M&wз;Y–i8_F