moreutils-parallel-0.67-bp155.2.5 >  A dejsI%z :`6{; 4dE<(^poS -ZP Qe5!ro@! 5(lLmT'DLuw'/qxY=Fc)e=1P@>y(@KO Û,'wϛ BR58wBwL\D!kX E 8igzNYۗrWO_V~W>&x&!ZvqBR7$d؎緉 CwjR>HPa;W85;Z K$\)"fZ]@Q@x'm.E h}b-F z9usIXV%7o01L}TW!pA?d $ >04@Dajw    0 w  Pl<@M(N8X9:FGHI X(Y0\P]l^bcc dwe|fluvwxy0z<LPVCmoreutils-parallel0.67bp155.2.5Run multiple jobs at onceparallel [options] [command]-- [argument ...] parallel runs the specified command, passing it a single one of the specified arguments. This is repeated for each argument. Jobs may be run in parallel. The default is to run one job per CPU.dej2s390zl270SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgProductivity/File utilitieshttps://joeyh.name/code/moreutils/linuxs390x7FEA큤A큤dejdej,a-Tdej,a-Ta-Tdej0c6e234e70804fbbd10a377eee07c8aedb7e8c6819a928a496916d00d949b76bff322a9fc2b76f613de1351379b9f9f3d0d680ad4aa348ea0e386de7f1bfe7e1c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42b30bb54a9ff288ede0d8351a626bbb9cc55911ebfed06105ab94ce23ddf6e6a121d6c366a4331fbd7408a2744a7a61dbb416584e4ac7e236089faec4acb21012rootrootrootrootrootrootrootrootrootrootrootrootrootrootmoreutils-0.67-bp155.2.5.src.rpmmoreutils-parallelmoreutils-parallel(s390-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1gnu_parallel4.14.3cb`@aTU@`!'_@\@Z@ZY"W֘W@UnTOT{TBruno Pitrus Dirk Müller Paolo Stivanin Dirk Müller Dirk Mueller Luigi Baldoni aloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.comaloisio@gmx.com- Do not strip debuginfo * makefile.patch - Do not make parallel require the main package, the utilities are standalone. - Split the programs with additional requirements (Perl) to a separate subpackage.- update to 0.67: * README: Formalize that I am not adding new tools to moreutils, and have not for a long while. This package needs someone new to take over editorial responsibility. * Makefile: Install man pages without executable bit. Thanks, meator * ifne.1: Improve example that pipes to mail to avoid escape sequences.- update to 0.66: * vipe: When no output is piped into vipe, and stdin is connected to the terminal, don't read from stdin before opening the editor. This allows eg: vipe | command * chronic: With -v, flush stdout after printing "STDERR" header.- update to 0.65: * vipe: Added --suffix option. * ifdata: fail when -ph is given but no hwaddr is available- update to 0.64: * parallel: fix typo in usage message. * Makefile: Propagate compiler and linker flags when building is_utf8. * ts: Fix parsing of ISO-8601 dates. * parallel: Allow compiling with uClibc-ng, which does not have getloadavg.- Update to version 0.63 * vipe: Clean up temp file even when it exits with an error. Thanks, Stig Palmquist. * ts: Fix ts -m %.s to not output negative microseconds. Thanks, Dima Kogan * sponge: Fix bug in -a mode that doubled original content of file when the temp file is located on a different filesystem.- Added missing runtime requirement for chronic- Update to version 0.62 * ts: Add -m option to use monotonic clock. Thanks, Ben Leinweber * ts: Added %.T format like %T but with hi-res. Thanks, Matt Koscica * pee: Ignore SIGPIPE and write errors caused by the command not consuming all its input. Closes: #697052 Thanks, Ole Jørgen Brønner * chronic: document return value semantics of -e option. Closes: #867167 Thanks, Daniel Shahaf * vidir: reword man page to more explicit mention 'file' args. Closes: #885221 Thanks, Daniel Shahaf * pee: Don't buffer input, bringing behavior into line with tee. Thanks, Sauerbeck Tilman- Update to version 0.61 * chronic: Flush output more often to better preserve stdout,err ordering. Thanks, Miroslav Šustek- Update to version 0.60 * New implementation of isutf8 by Julien Palard. + Noncharacters (ending with 0xFFFF and 0xFFFE) were considered invalid when encoded in utf8, according to the unicode standard they are valid: "However, they are not illegal in interchange, nor does their presence cause Unicode text to be ill-formed." + \xf4\xbf\xbf\xbf was considered valid UTF8, which is not: after 0xF4 the following byte should be between 80 and 8F. + This implementation does not try to decode the stream, so it checks it faster. + Add --list option. Closes: #691330 * Support bullding in Cygwin. Thanks, StalkR * OSX build fix. Thanks, Tony Kelman. - Fixed RPM_OPT_FLAGS- Update to version 0.59 * Makefile: add DOCBOOKXSL setting. Thanks, Kevin Bullock * parallel: include signal.h to fix warning when building with clang Thanks, Kevin Bullock * chronic: Added -v option for more verbose output. Thanks, Tomas Mudrunka * chronic: Added -e option to display any stderr. Thanks, Tomas Mudrunka version 0.58: * OpenBSD compile fix. Thanks, Michael Reed. * ts: Quiet perl's complaints about utf-8. Closes: #812143 Thanks, Nicolas Schier. - Removed Makefile.patch and Makefile-RHEL.patch and replaced them with variable setting- Update to version 0.57 * Avoid using non-portable error() in ifdata, a portability reversion introduced in 0.56. version 0.56: * ifdata: Fix error messages when a non-existent network interface is queried. Closes: #386754 Thanks, Nicolas Schier * errno.docbook: Fix typo. Closes: #749399 * vidir: Create missing target directories. Closes: #728688 Thanks, Nicolas Schier- Update to version 0.55 * parallel: serialise output through internal pipe. Closes: #704125 Thanks, Nicolas Schier. * sponge: add append option '-a'. Closes: #623197 Thanks, Nicolas Schier.- Split parallel to a separate package - Fixed build problem on RHEL- Update to version 0.54s390zl27 16843679220.67-bp155.2.50.67-bp155.2.5parallelmoreutils-parallelREADMEmoreutils-parallelCOPYINGcopyrightparallel.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/moreutils-parallel//usr/share/licenses//usr/share/licenses/moreutils-parallel//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/607d38a87d009dfa4036c5c8ddd75284-moreutilscpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=712648676e9934d41ad4f42e4f475508468853d8, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRB}д_jEutf-8441fb23bccf6d93edf494307a8360498dde5775feecbfbb08df09b72adeeae5e?7zXZ !t/7,] crv9wļbLuBPe?FЬV{6eq2L%a.wX\be|AK#n&mۚuu )Я~Wuu-Zv uTEpny 6cC| z;ְ9d}/*q +Sk."BI|Rr}f:v:*=?q8|]9JXG٭7.%r˵4W<g,Ւ$!RٌFxvȝR r%e,LP_+%WlYK+,K̈́1)vӅ5b!э/WΓOhE~U&O迠PHy׶׊NaΜ<ͮ)>4S· *jQ87vKx0P^~58YA`<W=òL:~S^B.q()]0i7[eFz-1l(^P|IAb*;xa jTD%&ImULBWv-^ ҃r@7Cˊ*2͹6;FԬ[d(k2Sh#DI 5?33S䑫dݭ7P6/:N%ucӻ@Ǚv9wU8Mhfu!W΄ۥBVH"6n/}.~W,|1 /:%JYH M+,-LǨhrXW}Boq$-t%M岑i_B`۹c2HJO.7xPzɆr4T\e>QS-Qb0(4=6-0>xбN9JaߜkLE0uGkQ-`Qɋ^sth) $GѮ(1c |`Ǭu >y/_d3φW51zctkko͝,ͺ+O$+\Si0[Lv[.`_[bqTCL]hxR;ӿFDId/bC {hoyd`ߕ^o(o] ߷^+eX%92 OHr!ÇA3|Ը1prݨD2yAv+ ?Pvk{Ч LTiy팕bn3IcMD>Cgzk[}jf ЩuoXHGa;TJ=r-P{F.SBelX?V\nX-þc/ U۷9B{c7;.W 8F805qfl'",2d?-cxNf I ՚zx5uС XU~ To<ʁAχ yr`x$D#rT .?ݣ}1q? ǡ'S!Q ?/dM:|_emW/ q4pKJYw97<z(GnnĻKbw2;@=5Ok^5s×-BgDr P"39HbLu'|"bP*疆&~Lϒ@s\( c)?ro@O䉁D @!G \ݕ_wDQmeoy$"!x/Iޞ˹;' .DO oލ+T3᧽~mͼ)+ۨn68T_*Gb5~죭rؑ?#YAHGz|$W[T{$DTGpLFl# s,UՇFaҒH'$m+|}]S<LD[dz .MBSly(oam%MYyrAj sE![ҿv6nX^S"cU'6؋UiTkԕE| D، 7GGqk>Wߓu%_al5sysy<$ak}80.Qx9DeyG~gmp(3J;_m]7 BW$>e_xW+~Hr+Ō!:U.ÜCΆgbag-q_fBv:G,k3hՐ8Y2x+N3+ o`3-E=6X ߚ!N1$sPttp˛Hʮ4IF5sڍ֔Fe#5-~3:,72[ǗCapy y #*gS ՂŒ!.ZsVG=&<,.-W<.BӺZTp-r/yh#=%uTO#+ٚ` qrͮYAU~yW~|R8+fbCYWz}\,W9NbMesZֈYX2H6_E/dE9Ʀ$G<§Lcεd.tR{bnχ (l״29AF Kpl{%ܾݘݡcSMۨͱXgcdّC0\XUmXu/M,G46V/ŜZvg2ZA1ZWoj@3t̾ `9<.1+2_B*m|U!Jy2V>jS>:~s P'⧪@ADx Eye܄"c~|k9b0[&@]H2 J2R GZov.ӠlǍ293׳nd%49t87&`VȒJbLNER;TV AGArO:{F@ Q"/JZ̍2^Wn8^9@v ?n. [EKIQ/" SLÑS'C,hQ1<:{@Xn%"/44eM~i'@L U-x?ⱬa\%!}ǗK/ ` > }_/?yKgƋ暞mٰ|bp~,~`㼲U>F7ߕ2ǢFeP&x\}(u$jpek|:\9vĽӆkԛ@74UQ֩Ʃ\4w x)~4|Zhy- Tirs:0U!ZD4#nr*%1Że.em [ͣ=.at`'k0q$26`DuȖ<R4CAw$e5!}:uJ%=e3f~Hv_Dq,K;FJVKuA(v9Xt܄AI& 3ħR#?NN?9BX紮q7z~Qѻ?XJ> GgIT>X }mig:'Y9f`$JecpV9Hş,)sP$aI@EC`ʠ6σh:@)?='AGb 41" \7ՊpGVVEKw<0=t۫K! )2-Z7}JkqKhfo8d*HS,!-;UuEg(s l:ǐƑ,I ors`Qg:.6t|[g /\ti9 *n98TJGg!BCĞ 76)Џ3z!,0Գ.Zyb"*kЍdhSl6iɒ<oU IrD'Jds7yPHp͢k̻iȞJ R:DZuZzR&sV-;[]Lid[hx=Z,ἘM$\%7+꽈e ׻[[[agwzk/a:ZN̾w! /- 6t{ɹX)Uv-ON7 JT:~"3vMV#O'a6_ZdkRhܫJp1Ǧ nYnxjj(pdMqFBB$6Bn$jxDL7Dۜl @N "3hMӧ`FseAk:OsBG;l&W/q9{QKf|u.REbO c \ʧ*UZ7: p?so6SgK X{;lAeۚL.As˽y9]^Eĭ* U$Ks/y(@ 4GN=ڵW_hh8* (AT $ SUJO$+X}o>Me,`bvk o 2Y/7ׅqlYB ,lekqOh~ k*Y[ˁXT?WmA+~WO˒د{IbFEo}yCX댪y$[(gXh 3;yӣ grY"{X'kOиGY S}2%@J#@͏'\0()B'~LXJd. Kݒ]z,ݫ6.+䨺Yi/ok ;(GKs_@G/2#C#K!ύ--B F&ɜ~NY"dQ3 uD^&CGPK\f:w v{h~Z,eyaйj&?YXB> FȢ|.%W ¿?Qx".'Sg0Dv,ҟH1q)BVդ: t')N^2c,eQۯ*{B HAFyntpB'N Ǹ-l!aUo}cZ̹ Q^~1)?,JZ<ҶߺHvyI9Y}cԕ iؠ<=Ԅjz3,!}l^~vb!Jڈۦ{׌;J5Շ) S/byKP==YRWMSVLEFh]bс8%KWgsLe{LN7a`fe`(Va*%$1j.+ہ/}oN~6+>pnȝ}*5W,JD /e]v7 ȳޜgIzQA׳5sB7E$O:f5FwRm.'bUN-wwpT6z֏y-A5洼SnVN7ԴVH|t ?*$>c*׋ROj=k sY۸>SBZ=3-L#uO %1h9 a/wǹKn=w;"X}QD{iE@ŴdPerDS,ņa;`X$KJQ,ʇA$abIn>&wz\O maaMw1 ⦐]b)UB]{ki$M.&[%}A?]^Ec!>Cqφ>Aߺ\BGs7=2p$b ~sAZ&2t1aSJ]H,P"FTutK,}=vdp4cvT5G}GA}wd FDc4bd}V޺Q5߹q)h2čuyOJzښfP8ƼMp/X0;F*%Ч1MuO-`£Ω ~ds'y`)o9ֳՎn>Iz jkJmzqyvRGn—ۆ!:ui[ Q&T祓TBQsʽt[}jIK|SgoZmy!p]H.qJwb.%!CLTnk;>;W}? J+ dq*8b̈́KHXPsb9' E,*#ƫmp[ . ~x[ @K8/npCdA+| ۽Ԅ?DA4w3*2zeQs*7CےPy-W#KIjT31_JO[kS;]Lؠ[xx FD&EʏΠ+((g5!C15a2?ǖBl7X->S5ֱq*GTȯlSf= V~)!xP4-I*Gz&8?z'T3ZpEFVsA;@[ńq||0(r'/eו_\j F@^M ~6yf)OdAeh랅G,2Y IMg zPUU1|M.SuL0siCt~2~yjԌ?|:g​Ŋ !܎ޓ C|.V݊SFeebT{ $ĸs<o%Y%Đ|ꤢY\`xq(Ak~eVsF%=.|a=Em|;!֒?@]{i| ơ=SQ1WVUy(i"7w:r1$Nvڡ' .E~r>'b\'W#%S(L(O&bDUʸ4p^ܨ $T;GP\{]_ 깥ffș/XI[sʝ C6\xK=*Ձ T=S12@C4EnUDZ.Aw sWakJ6#T]`h- TW1y^VO1q`fμbȸϩ7) 'h&ÖkEDP>A0݀'on;`K"ŝv~x=V ƜQ-m)yF3]}e?XT1P/ ti7jv~u iApS 3R2ڴ(/<{ɉ}=m?]w;F"2'7:c.(UMz⬰O(Z8h9k7ېӺwd&߲Ș*V/A+->Vs5>st]N0_Q˫qZ K^%G[<y,#PC=DOގ BRy>\Q} QWhN,ٕ?~UU.W5>/M8kce5I( 6:PQ kXĒԾKR~Vkww3~hLұ9-jkULD;s{ j϶<XVuIsva d'\/qAeh,wV%tCƎZ*xɅ5 ,R`+ NR7Aႅ,fRu ɺ93A:V yR/U4{Ḟ^p%qi9KL3;'3x$kDIMM^rs^vȽFk(L@HNYNNPů##7@GO*Li6C531N$M,6aAu 0`u,U^G9Ůy$ˣ[G OvH)u4KCtGUs^(NiҔσf:fy:R[CM'R!qe'V .<]d{3}9L5|ދ:~\#|T*؊Gj$1#r}v0+4؛̾f}C5u/m9|.*щSux+??gB`$GC/9pإzUNML%!iU?nB J 4lUo|)ݥ\8`4F647(@;7ZZw(TP7X>Qr۷k1{:VntHw I^[H5ZfjacQ1)6+ :01@7k5ie[-٭OdpA^A(V$1c[B$#a>DW|${U| % AV^sx/b;;zuᆘ՜RFs%t f ?{Qpӆ( 0jotq0%ly^;VWITƘ!ֹ򟡴n'sH0L pmL\~7 ,=kio&t!k!-\{@ԥ00ѣqe3*i2$! "K{[K~XRXp2\ c%ߕ쥞 Fnig _ ͽ9j_1#JyW׵ct1I`kDJkV5,3lJeK`]"8n1o7~Ltrͺ5䒁sʦ:յ>e6OQOY Ehc@If7A7Wl\ z3oad  C=zPr+RL^rzLܝ6ssJ)?묃V HO I BpQ4*[8 pA2@Aê%Ɋ{cÜ5>e6ht̶` ;6RV{{qS ǦTFA깱C ~&}x|LH3?$D`>&>@Eo9t'(C,pq}v}xpgxMkIE>JbZ)V,BYnQHY< O6s H {]:'LG++P |фk{x,᭑TK9qg#KBa^6mcC1|q sphA56}g?.yZ `dgC7oL`M7p&U%CY|mᴞ}8bSF~fSfd7aSs!;qbshL:CU} ejZ&ly)7]ec0P!P'uwƸܮG{=8"{i;Ö!Ok~;Ȼ/).CD5Fg[RUoXB:]aډ}:Sa 7*Ka8DeÀmZ[muF-5o,?&Q;L/rtkI-l*3e ,ʁIM!1ӢpC!'H}]5^f+,ҊRP57FuGSirg ubu1`.]dUL^#`X\x fӶ^wQC ,bԪ;{UE#L@$!zp껹Eޚ+h&t|\xhJ/#B(1ϯr]C,PzU^:|% %a֜_\!A"56.~,-ky d~w0__h)xT)|ġ_ _oF۳}OHK"g4Z^U4?+Y*⫨ ɽ_Gy- ("Kewn(d M-$s>aАt**ʝ25/4z yL3P>Ű8.`d:lXǩ%M$wyŘ#&blA8I;M_tu9#&A萪R]`-ZLNvg5ٶ:ig^O4( QlϜF%(>1lBERÿ K}st#U8u,fX`صF o2nwR YZ