moreutils-parallel-0.67-bp156.3.5 >  A esI%z qqg,qYa0i !asc\%9/3X¦,PjTEm? _x/IEĴc [AhIq%NJ~mMj2&Pp04CR`H"3$+cթPf/ⶀçTF^XzIJ!ĦI6yz+Ո7r~T\ ~g/%|s>$ s_~M> sӄО,b.~_D`oQ=zUHn]T)6±V )~Pq II2ZZɻۤOM//wxAaX8'|#F0q4*]nj{+]mnj2&$ZlrcаoѱY` "QH.a5 as:qNkj5#UVOm7Ap\6151aa86b9b994b6de552a3559728e8dea42a1ec654ea9046c4de96dd34986dcdbc24f42d9dad7a66e0b1bf6d72a246fbf798aeaXHesI%z U$h̓ߝ̕&нM>[!Q2<(&_Z6tR_D ɔFqܡrAԬȿ_:7t(^G ځ˅dHe۪#f}0Hόh+Is{ػH I/w.z]'[aU1 _› us*H+EaNa?GYyEHI(^5Kr}N-d,gͻ6+lȬM@l_fQ#"h}/tlϊVSrWo㦧Z (5/r0rɇ1 ^er|-O[}j央/ڟ:9#'sd6w4.?`<2uAiOlQ ;w##a׷our+cԅW;3wSQŸ o*PpA?d $ >04@Dajw    0 w  P t \ (89::FG,HHIdXlYt\]^bcPdefluvw<xXytzCmoreutils-parallel0.67bp156.3.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.ess390zl2a0SUSE Linux Enterprise 15 SP6openSUSEGPL-2.0-onlyhttps://bugs.opensuse.orgProductivity/File utilitieshttps://joeyh.name/code/moreutils/linuxs390x7FEA큤A큤esesa-Tesa-Ta-Tes014d77fcaa6b16acfc062e7a54e413565d79ab5c0e4bee0c1826f4f52dab5357ff322a9fc2b76f613de1351379b9f9f3d0d680ad4aa348ea0e386de7f1bfe7e1c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42b30bb54a9ff288ede0d8351a626bbb9cc55911ebfed06105ab94ce23ddf6e6a121d6c366a4331fbd7408a2744a7a61dbb416584e4ac7e236089faec4acb21012rootrootrootrootrootrootrootrootrootrootrootrootrootrootmoreutils-0.67-bp156.3.5.src.rpmmoreutils-parallelmoreutils-parallel(s390-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(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.54s390zl2a 17020691430.67-bp156.3.50.67-bp156.3.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-SP6/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]=87efb741e6cce72acecca65788c3e4e3e9c22c37, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRR#C!<dIutf-8260e5ce8be8e79745a1eb78934b9b50f5064e2f1eea0c995034904e8e62fd15a?7zXZ !t/6] crv9wǁ~;G)!떒HArۅ#T \טz G$&-lwDvφR5#M 5B"@"[,r>pb\[yO] |$k݅9O6:e#<˅Pov bGpNr~JF':inXW`g`0IWfYbx!m;H>jDݩ_10K/{PQK9oPL؊=n+F;n5`ĉm+5_&`9rZYT([s;ŔϑtD 89.ӈTX)ИTᠯ1A[Xht$09),2=e.%9I<5brwi}ʧ,Z2֏B+F u"!#XJa5!l $t:U\c41[!c+ZBsgN1[ΚJ5N:( <^xM2NU ޅYl];`wEZw5)'No }Dg7DyZȯӗ,֨G۪Scd-dXD KGfћk}vuslDx (i.?yzd9z: M>\7t%xx}_|钩4 n)Юe7,b!ŎDFuLkQ!. 㤬N,ߙfG"Q({8+q4[Vh:;?R>mI^FU" 5g-(LBDCfyQS$Քm!~OU6#M6Dr; r.AAkLX?c. S*UIv޻mfEK z*4jh)"KT%.VGLuWj!oK{NR LPt:sQ:o,Ozᕏcu%ѩCX d? t={|U@^ͱ:M2vXKU"ىL+٠cAa[Z!D8$BlG 5)SDJ? m'xZtyj8H.t)ͼz) ؜J٦862|Ns+GkN S}ﴭ jPrj #/OK_U@ Al^Vڣw"0}O`A)WI?In໎'{(9 s&m"uP.dK?” Ta@0ֹ&/J_9uyClƮ,qۿ,SF,ˆd@0]Y~BwIAsUD mp6.X ڷ/6Р^ ~HgjM"]ʮF$!59BQ7f /bRnq ])oX$hV vX  Oώeeo(c''!Fnpuvk.PFmzn/܉j'*fr\Z՚%;M= ѶH(>H+|Ek!O=t.`twPG#Rn`lM=N J>L:6<] PQkA1nKbpγ]~= 7:R<ơ!>VradT4KG̉uiQ}{/BmH;A"|qfHm[ڂ!tȔm Es NgF3Y'_K^Y"[Ú)$bZWDx/N4R,Zo"iz.f^J;GR2H"g>2nn{.."ow:Kt_698"2YWوgf _Xy17q y{\D$%X$sڧk==*ߨ\lvdMʼPcGoDcCC< m9p=wfmǐDq]P-d# ht*/f );?WX0wstT%͡#oP%K[Nu}Hgo#s<U*zd'b_1犜IcGv),5`m7f2-rP(sEIELQҒT6HQSaǾhˮf7j PO`nVFd.Wjx.&3q젩%`} 0='G<m-NM˼ BNi!Rb OAS2qӒ-vC0hśeuxDiDYwLA͊0LJ&=++xg`Lp]5GZq2^RӴ=a_ ,)b7Tȡ3p3 W|sCh*ߵYϖ8C;~?~BD*~p1{CT/Rf>fR`T'S᫺.d.(Nf#BFaYIdSWT'|4Oolp[x>H%`ӷUA4TO+[:ՙOQ탦"71jŅ`W`(ބ ?+7ݍq}CٷLN3mhIETIWHOoo?k/;KZUw"m> , -f1Y`AjrHm~s׾M噫 X{spz\ǎ-pkVTa]vǘBpĩfQ!:+DmS0#txWNiXu|_HQc1^O_f8z0XX?@yw \5&&i+%]|ڴ2hTzvٙXq2oMj05-- sG_< R.NOZ3"@y0MMg_K/=`f$OY hMV~Xlj?fdc?T),t[{S,k([yYn:9m_byt|r."ݘ gͣ85Af/##6յދIG/tJ,b"o3^!Ul2.i"T?G|j [`-!bTnפY֋wwYeR?1A9&Ŀph[D_2_bXhdz!MJP=g(|\J9&0ܸ:8ӈȃpo.e|w9T6JXz-tYVvNoc(:() %bOّ;Ξ,@f4D>ʐa 3+a@u((WƗSjG:oe_c{]b9nIlwX@gV*3WƝNaB n6jr!? Sj)KW& !w <(3<9NFR#1(`(ְx31qdc[ b%+ ON=Ke6OP2i ZQρ(B_6trY.h?W 3(O1}I,x9}k:ʟ0u^`Q!ATQY*wᰈK% cV֓,5~ ʲz-")ܠ. KѤ!6IFB&R DzBH08dgX?+.dPkSԉxz],PNBhuIEI< `OxM%x5={o' N6zy!MWSm`7}Ypz@DPp|FFcOv0Q^=95/͌7UEp&LZ%DHB ;GQZOII;AGVBkoW.DLGO(>ZKY5o)b 2`ځэߦdЗhۓp K+ke趑'?}xe(dF^(ҋkBM HyW-4q _|(]h n1MC13 m* o*%^@ҕxq D3?FFWMyICimh b JR{pvjk=Ͳ@z 6vRq~tM,E'Ȕ›!a2?~?JvTvwj,`)yzjUp{=r;Y.@ؘ]WXyY]cӰ nAɷ77v̡h2M7G´+d^t%%^ n@nL)2 q,ftB/uϋ"egu誰29uVF0GqDw+kysVt]]PBˆQYAo"aol }V.RiI$U_ch3 D&T$RWlLbxYo>+K8'M;2&6c⥚Un~1jOrd)ey!^i2?+f¶;j|QNKsJss Rk 8Nw02-} MvW}evDHh4#C+Xʕ=7~XV,AcvZH}W nQgRa#˖yPtm-Yc/FQ @oBB,S40wj {LL& t7K"?oCcsh vظ5vA+$9j!~{kk4˜'˦/; λ^ؐVK* RI3 aM&35p uZ8ZX BkavZT*ʗH`Ue0EtJw\ c]7Ĝ:ق @;#3^tSgn%/<NJg2WNmρ]֢N:qpԜ+\ar$=D!pɷ)aE% 8 ~﮴ 帇dvv>~)hNGXՇ"#qV5-Lrtkh\?u=X͉ZCe=G&рR5uא.@jnTwz~( $veܨzֳwNa<#0ONT]|pC9Oh8&* d!?~MS …x=y.0uWWy n9NsV,tv+sKn(VkyAyk~]%r̻s`l##.+И6Av6q L-5m$(P^vk:ݰjė†E{iRZ*LKztO Z53?(E3ٸxscn*Y1ːEz"MAfOCa p%lCZw[H*m0>!:_5!?5Fy*LkGEÅ'ͺc\L"#l6ufRXBC 4Pu|# nO U `IWAW@cJ%$2aǸP5h5hDeESz]=؏(_kPzi^ǪڪtĿZ})nhFo/ޑ4{ʂ!Uf$тaD,dž+-5 ho"& 3}3e,'U`F3qB1{m Z-(F M .ٗ}ɽ4*$NE3)q?G7:K̛e]ꠓ5i[8)VBgSLS+msZٖ0ډq #Gv2TO3ZK0;+9-͗9ovt>$3;+K.wswC*> 𗲘 J@K>6^AE{.ha0&`~ԅV̱ k@(j$<`,%My΂l w$@D^W35xl<3pZ|]\5!CnB{$QfҰזdSlW0utlہ (O>>*@r71(FU`92'0rPYoUխգ"R0![ba`ǩK^-[/6i*7-С.)[׹E~#hGJ~ǦT_+s42 ֢3L-bH* f1KׄP7+k0jw3+Ub|81u_0FݏTv1Τ8HRZ֯ ֕q1O4@䲚2ф&Af9y _ضgV Wx32rhz3-!({\Év;geǐR#ģuwMV-!/fW9J=fцSL|=34X/%">vGBf&E%n*D8(Ǜh&ӓ68S%uPCJAӽ?IYZ?Zn/TtYl si. 8ԁeR{Pb4q} 0HϷI.5x]srZ:6z$bI+Ή*`.CX!ݮm^T/E>g SY59ɒw0y'~0wI4 CݴG13ER)ɫe^oƗ]RRz#s+2R+Ҩe*Of-&4a5ԥӢ dyD7TukWX .VcE+%p2!NK[ "]} 72=̧Ay=oЇ,O HvO+Gyj n󠤤-VsHe /Xa>Iifs5 yͶ_(. 7ah VOM3DTf30+Sޤȷp/Vuk.v^vU!ɞ(^(v%tT=Xě0J̀$G& o%{fCv &)v=n"Z]'Pc[Qt_ `ګ73Ll4kf+>Q{fϻދ.p;$N-fԄId~?~2./uJS0ddfڏssNw{0$rQϷEwuzj[tڅI>1-R1lZ R-/Q&H|3Uס 7ap6W1D4M"Og`wD'>cJGE4=v*y_K=tK'}0: hx*=Yz2rN&Ds:Ku!~G ak-t˯Qяퟭ!1[\Z71 L8pJig¦{~`/FόĊ\6_-Q;9+9yfc#&h`lr!$")^cl諁ĻG/l3 iUbƀb,-`ΐ31PfybܞmFۉ~Io<ӲWR()ȃ{FwYWlqP U KmsBnح #HU^ke7 $s9M&3'--=(U ǰ4o#/Dъr8# jVV2ΑfP(hDrWpM;!FRDU2gv';7-ɖH~}p'%*UWVGjZ\hCjm&$?UQ a܁&FhxrF+LH(d rFel:l:Vh3O BW%6w: :QJjAҶymzhǜ1ib0A8%JL$g.'W7akeqEL&.fg\vu+XGÜYۤ3Z?=n6; 8d9 ˒)R]tΜVHV6'nyWtcB53ʇG?ODl?ɞ,Q8a洽?2ٶ[GHZҳctm+?V&n`* ~/# "o`,z[P\jל76僾bl  I gR;b5xѾ hpp7حn79Qm5nF-y>l=wsi@zVbϯS-\*.W#3m,>}"&KIz[?9d0zfA@m{ᕬt@-wv'mݞb6F./4!Yw5_ ,{^zA^%n`ea+ _fFa3$nbQ1cUrjlica[0PC6-PySɠ".ymV |[\󯊷-._M9yZ~ܨ; \}֠OBSE>LBM[̍}}] _W7z:=;}dTMO_89rv=[lӑmenxhvӬunQ؅,z! ?h>/Lg ubJuĈ ;.񂪠ޜ5_Q'u8`1ȓ^/v 5pP¥깁gF%sf"&a{ Ɛ3BvrrD ^"GuyAN(P5 Xk)RVkoe^3u $/I|je< Ak Oҽ'+Qe&ualHQ Wd_Ka`yCeIv.]ٳ~~]U0;lآi"@YagC^|aU8yCd,' ڎ*"X%0ukNq] +pաǘ`p0 g} "/}n_z!0/qcifӔ\U UǎT_dܔ7񮎿OkIiJ;D>VU9zTc1%.?DbP?6>[.2(sZ9=L/s PČe7@܁o9fAza""-V_$3_%(= +Д#PF Jg9hDZ? ۢf=ݕژqݎ+2-$0{0MeHu؍%S(iD>ŋioCir\p$T$Pۓ.*[Ϸq㫚H2/pʨÑrr+vIGuYPzUμMSIKYkf< %W' ܍ڌUl 0:5{߂.UNҶˆ-Oe`H{qqͱPQmGY$_>/]mg ؔ\E0`*dW_Dyu?ȥ(,| VѯI|OTsMK`UQX}H .%]*UW# %JD+O1o371, ͙">,,^ 1n2ۻ(B2pf_DZ1]xr0yݷLbvGGG.%w1ĴH}#ހRxGd J`iB놠U4IR!A Эu&N޻GN[aֳ Z2u8{2-Woc ).ͶM4's Z5ySzl>_] _<&k5inDDucZTKdjZbZɡl14wuE5//Y {ٶH3fUdlqlCJ-F_Qhg; Q0cb!͓2r/i~[s#,>t8!yg.xmn0 YZ