ant-testutil-1.9.4-11.27>t  DH`pY`PE/=„]D=%k9agyfK'W>p)UEŠYqzwtr*ѻ\\i_tBzxpf)Z3IPi5ln9ǘSS_f55I*e{๓lj8K2 ~CoS|\ .8b*\`ZcNkʊstJ-aF;%a>+.m\ww!14a3efcfdc9353f7c9814996e9e129e6ead433c9sJY`PE/=„%uQH>ˬD[#ezוa0Lx>eVg kE@BT > ˣXsN5[2QeѮZ#ٚ~]I,X~Qw.~֡:\.+P*{"5`9mN5 ZU{fO9[<>Dyx+\]e!Sږ{{-s)NJx=Pl '8]S@[)~dp}B%\pc>9?pd  8\`hl     (  ,Ph(8 9P:~FGHIXY\]^Obc0defluvw8xLz`Cant-testutil1.9.411.27Test utility classes for antTest utility tasks for ant-antlr.Y`Plamb54`0openSUSE Leap 42.3openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://ant.apache.org/linuxnoarchT A큤Y`OY`OY`OY`OY`Oc04e45fe067fce8a124264f06d9ba7e3fe3a190762920ba29392563e41b9e03f1c7ec838de982ace63e363c2dbc083b5../../java/ant/ant-testutil.jarrootrootrootrootrootrootrootrootrootrootant-antlr-1.9.4-11.27.src.rpmant-testutilconfig(ant-testutil)   antconfig(ant-testutil)junit4rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)1.9.41.9.4-11.273.0.4-14.0-14.4.6-14.11.2S@S@ScRTR@RL R-@N@NtMwkKKK@Jd\@J8I@Itchvatal@suse.comtchvatal@suse.comtchvatal@suse.commvyskocil@suse.commvyskocil@suse.commvyskocil@suse.comtchvatal@suse.commvyskocil@suse.czjengelh@medozas.demvyskocil@suse.czmvyskocil@suse.czmvyskocil@suse.czmvyskocil@suse.czcoolo@novell.commvyskocil@suse.czro@suse.demvyskocil@suse.cz- Fix borked summaries for subpackages.- Update to 1.9.4: * Read WHATSNEW file for full changelist * initial support for Java 1.9 * has now a threads attribute allowing to run the tests in several threads. Bugzilla Report 55925 * TarInputStream will now read archives created by tar implementations that encode big numbers by not adding a trailing NUL.- Revert the bootstrap breakage.- Update to 1.9.3 - BugFixes: * Ant 1.8 exec task changes have slowed exec to a crawl, apache#54128 * swallowed the status code of nested tasks, apache#55539 * a race condition could make tasks of parallel builds to interfere with each other, apache#54393 * 's mailport still didn't work properly when using smtps, apache#49267 * using attributes belonging to the if and unless namespaces made macrodef fail, apache#55885. * Apt is not available under JDK 1.8, apache#55922 - drop unused macros - add gpg verification- use requires_eq instead of manual call of rpm -q- install compat symlink to /usr/share/ant/bin/antRun to make scala build- Move from jpackage-utils to javapackage-tools- use dist and javadocs targets to make javadoc build really configurable - disable javadoc build on arm to speedup the build of java platform- Remove redundant tags/sections from specfile- Update to ant 1.8.2 * performance improvements in directory scanning * XSLT task honors classpath again (bugrep 49271) * distinction between core tasks and optional tasks is abolished * new task augment allows to add attributes or nested elements to previously defined references * Lexically scoped local properties, i.e. properties that are only defined inside a target, sequential block or similar environment. This is very useful inside of s where a macro can now define a temporary property that will disappear once the task has finished. * can now import from any file- or URL-providing resource - this includes . This means can read build file snippets from JARs or fixed server URLs. There are several other improvements in the area of import. * Various improvements to the directory scanning code that help with symbolic link cycles (as can be found on MacOS X Java installations for example) and improve scanning performance. For big directory trees the improvement is dramatic. * The way developers can extend Ant's property expansion algorithm has been rewritten (breaking the older API) to be easier to use and be more powerful. The whole local properties mechanism is implemented using that API and could be implemented in a separate library without changes in Ant's core. Things like the yet-to-be-released props Antlib can now provide often required "scripty" fuctions without touching Ant itself. At the same time the if and unless attributes have been rewritten to do the expected thing if applied to a property expansion (i.e. if="${foo}" will mean "yes, do it" if ${foo} expands to true, in Ant 1.7.1 it would mean "no" unless a property named "true" existed). This adds "testing conditions" as a new use-case to property expansion. * A new top-level element assists in writing re-usable build files that are meant to be imported. has a name and a dependency-list like and can be used like a from the command line or a dependency-list but the importing build file can add targets to the 's depends list. * Ant now requires Java 1.4 or later new task include provides an alternative to that should be preferred when you don't want to override any targets * numerous bug fixes and improvements as documented in Bugzilla and in WHATSNEW - merge the nodeps and trax packages to main one - build ant-antlr.spec using openjdk - add ant-apache-xalan2 and ant-testutil - remove all pom files, as they are included and build from source tarball- fix bnc#595144 - Compiled binary in ant remove test.exe from source tarball- fix the compat symlinks- return back the /usr/share/ant/lib compat symlinks http://lists.opensuse.org/opensuse-java/2010-03/msg00007.html- build against log4j-mini to avoid build cycle- do not use Release number in Requires of subpackages- do not assume release number for ant and ant-antlr are identical- update to 1.7.1. Upstream changes (full list is in WHATSNEW): * String resources only have properties single expanded. If you relied on resources being expanded more than once, it no longer happens. Bugzilla report 42277. * A String resource's encoding attribute was only taken into account when set from the resource's OutputStream; the InputStream provided the String's binary content according to the platform's default encoding. Behavior has been modified to encode outgoing (InputStream) content as well as encoding incoming (OutputStream) content. * with fork now returns gives -1 instead of 0 as result when * failonerror is false and some exception (including timeout) occurs. Br 42377. * ant-type attribute has been marked as deprecated and a warning has been issued if it is encountered in the build file. * FileUtils.createTempFile now actually creates the file. The TempFile task still does not create the file by default, can be instructed to do so however using a new parameter. Bugzilla report 33969. - added maven pom files from jpackage project - synchronized ant.spec with jpackage.org 5.0 - used ant-antlr-prepare.sh for generate of ant-antlr.spec from ant.spec to keep them synchronized. Build is branched using value of %%bootstrap macro: * bootstrap == 1 means build ant, ant-{jmf,nodeps,scripts,swing,trax} * bootstrap == 0 means build rest of ant modules + ant-javadoclamb54 14994841631.9.4-11.271.9.4-11.27testutilant-testutil.jarant-testutil.jarmaven-pomsJPP.ant-ant-testutil.pom/etc/ant.d//usr/share/ant/lib//usr/share/java/ant//usr/share//usr/share/maven-poms/-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/cc385ef3237ac643c4d7a2368e0cd9cd-ant-antlrcpiolzma5noarch-suse-linuxASCII textempty (Zip archive data, at least v1.0 to extract Java archive data (JAR))directoryXML document textRyӇAT?p] crv(vX0DS%c~WS{2CrX  9VF D>ɟ|gtB`gMOŻ\*l<)w$|RwHK40ic58l[ @|BC|!@\bB,Lh+ųfX7RmVM0s'td%5eչ7Vdr, mQ|qr[f R)QCjFM8,'䛀vTkS+4=C;[ !(Tu5 zl?H 7\TDޓ5z?Ð]^YGL{˪N [вOvT1cuIwjt%u?_Yٝ(J7N[L/cJ* dGUbxЌy `U|;W[8=c=ng~]޾~@ך2U(̇ *lYB:|)AQAbȒ,uz^mD餾jrzB7Qd>ިpޠpCZ6ZjKFy䝄|D~~ ?1a{[Y𮻩q.d42h>R 3v%F M&!}j[Eeʲ,?tqԓ7Ed7v,S[`lUTٷ(W)yzXm&bc[Qvx ogRى6x4Dۭ_!1ß}AȽY=X\r M _ x9񑠿{ AR.6.B:'˾,-;7CFaŁ듿8ཐQU.BbWNI(Ն҂h _=a^W%{ߠ4ow%u-gf;tdCbU9k%Ypz+U$ABJ f({-=:"wˍ8f Tb'blc_qGy;?ۅw~8KM& y#HJcYOOcptNj 5>nm:=d4tvҘkBY[."#]L5O ,?{r'$`D2\LMzNuvfƟ06yZn =]~dtI XT2ZҢ`ωh6K0Zaۆ2羋g1H LNl7;F9y&M+96et] kQ!Q+ #q_QR0o$^OJnΏR;,4*Wh!Op'"Tf?@B`TrP4C**OlyW[&=*mugDi-\/(i]@;޲j9q;_Eiw/5)kZ;zUsM'ad>T*0Y]"tÛ B #GBRZnFml壷n}''K8Q~B\Ib$Z݂?ܼv0 .ø7}(ā>\ʂNWmB%2HG4,sWP,jǴ+dvc֠eJ<%n轵-);7+*is]urEN=3s#Ĺ\n'k`kzhL2?%U E='FVI *|S-yK&le,Xdspln[L(m MC%kOt~+P}8S*SrEg3\jxHfb#QAQkI:~LT_is֊+i@>YPcTX.8̡}'h<۹JH?xWN;v(d믂Z- Nߜ5s6V8T3 x{=/U,^qBH62{pc?;I1]HTkK.`D b|M\E:rˏyJ~j OAr`ZS+zY jrihkF2BR4萘z%;`ooQ3uT"1*-cy]joBFsx['KkHYJZc,J%:ЎdfķI?*'6gfF!&r'ձLyZZ!,,%lu6ʮJe;V k=uDb+ =MKyIaG$V>CCqaޥ=m%[؊NcnRQBGo')x.LrƲѬ YJ$iNhGW0RRC}֦㪎ˉ@Åt.sD,"+G"IxL~J~25D= ipt&]-@B~sH`9*џXQ|ڞ5F6[dv*D,ZDoqRݫDh={⚍dU]Ⱦsgf[݋#z(0L:E.aj~JLNӳh[]vj=Ġ=]3)KQC_!$p,< n[+%f[&O+[cmTΛ_duuZ2s1n?J,ul2@!!x#;  ? Fo֒Y!JRz&0hǗ?<>d|G Q he M;|}S 3/Q5<23޲>b8/$mtxpף'!U1N፲"iXVg^!˵t` /jIat`t=XʦNn/^];sw&Py-ZWy ?t}2“#?. 9lppqTcқ"x.41*/Y;9<ٔ c5P"McJ0|ЗBO;MCnvK2=X `FW4:w_V0kOhY3V/sd#'pK[0%J@MZX3^zdS+>d׋xaXD}ӋVdqoj%cußl{|?&Of_],\漥Ґ`[>oIN2'JLt:^98+9v2_mؤ0)pyimtYaL$ gt z6\Tߌ%C=@ $S9ohF Mv^n1l#q c-M|x(z xVU< Z?ժNiJ#|\&Ҳ>(ߔ14gvmzMQMՕwZh `H ;kIbSd:xGX+ d>>۲=_ߧ7"zYqfmkA11@*;j&kǫW~&C 9odnCt2=`jHdIV WWTw2g#P%lk&uF Ebp%jz+ +j< <9\pz-S2|`tҼߑ4X3JG#i2=MYWg9X= R5GkZ]Pk4DJNJ" Z4;nL^ 6n5}Q+>bݏrq/3V*w,/RϢ+Ҵ~Y}\h*y~.S'`.ߢyr= B7Q`*-·ċM/ŠǦ2 0վ܇F|^^IέLҿF%kr0*-ɚ Eܖ'$uhV{f{n!oy.c#(p.AEYvA\|k%"^G|%&#Fhei mD+TRJlր#c8&6ё?t7 ַp"ds}]FD ]y)N@n5F};k]boS4J0}=܋,n`GI0A?!{ڦR?e$#$[}OMb,bqhM=yMUZYgw'm1O" e.1^"&$^:J'"N0i0֯)8R޾=uXBR6d-,l4VQ[Ʒcr[Z_,ST]|NiA5A)[c]VGgMgcCcߩz87XĀ'8+7pȷ\"=7 HނXuyY_?~G29oɞ-PbνU0,1' "5 p}.3'r[s=w霹1ݫ^bg1I~\.ܰfižX@se-\p> _ѯ?9OcCrܗcz "Av"hGyvVy!3S: Qۛ|n*T&jL`lZń:i5P nm %U z8HqaO~LXʜy…(e\C0 ZrH(E౜堂@Lc.~NWU5k0L׍eUVa*Mij բk 0;M":*G eu:OF^Z]7n2} #R0>Y[-^/W0b~q5%^cc"\J cP[O/80?l8IsS^lS%XbF~)퉮+?Hr> 9mJ6Ew}uCT&/Bꂼ̐vE!ed(pUsHZ-]z#V7oCDcb2qwٳ!/_ݧ:7J*1y6]6lzE&A7lL28W&ʋ7U c”IX_8^[c)cKz 7Lźl}LN4_҂wSoa~zP.TfIB0UnaCzZhl`C1ȔBZ~S#ֆYH~oY/gs(( JvWimܘqI~Utֲ xIz q;nW*ʏ~~UH3!kfFKq¡4J\%O"w圼%o_j*"H ɪ)'3*Kjs{i3(UI%Mc: GJV;U<*nIK霠u7T"Z{Eˆ"; K2۫VlGFvT;mbd87>O ztyxM&~㪁I2 ;wrkMVv*)"{sWr*"Ҳ}y Agp͝e*Vq6UK~=RoyBܤ2П!X77 u|`C*r_/6"1.O V?hX`ǩ12zTI!ӓaLTTnn|&>_Np.x(WjX‣bH3M"AޠF we*EJ^$BP1qn#JL |MP9 VJVsk}WGs^@ڄo\]dwyQ-TW(Fc#VGDrV/j;?4"n ph(9Lk@́]h1(),<'nkDS a )׎@+U3>bۣT Kqo6_.uB\h`VEc=,vT0޾wl5?z!&zjpWQ=9[UAi;CB`(-:DFƴ%e}/).1j|7i+.b$C(Dqs[Ժp,-NZW$^zLm]a̦X rr)DS(ǪjkLvR>"0 \~G !IbCSd70ltf2'g,}`SLbsU[W~w'FqI(#DwmK.IEg?/cW{6޵]؝0%Ybd@ʱAg>Ca\~t,2" tx@c_E6ݒe`HHQHfF>wE|AyXvVpHwٟ91IoDZJ$^YNs} Xv9/>yK0 feW7Kܝ[]"}[HW֢=wv|nŘD[ܼz<{@eTzE~6M' Ϝas.c7 `Zd08@GHq868$2A{t}w k0;ҫ:@P#"@P]oيa5M M>8[rSfuN;2\ZPAY^b5MV,(x}jPu0-{ =D2V7c]N{$* ཈t8M;XHGN姥6M:Sh9т.O҈\ @c PQh1H&!ȥmIܠm bPDXn]0ę;y,h̾T/ *Gr;A*\ʴ@4,Y1>+&@q#o OmPS&3E3K*rQ!7tZJ)fc{lvzp){9pޫפ+m__}ĈѦo߯C!o<,M7]F@ ɶ|ɏUL\j܁'3Lt9"ܔxNOY58Tpr[x=X#$%KR[,,\ fuQAC[RcXE{P}-I$JȦ0^Pu xU9~v@SdK`0͓ư@Lҋ[ HCK"Vb+k3oo}um3ܬ,Say} @(}{6M[dƢQC宛r›Bߣ݀/I=G[ҙZԷ&on0<cDzd'"U_ăEsEsC9o;9׏ţ YRzC0(:>Ino'ՆG^B Gt\ޛzWht|eKolgw!F¨+<@ȡ vܐjmu փsoM7hLQSIx LjZh+_ĻB\=x RWj͂c Iz.gk=JI~mؔ ͩu{-L T8#mnIy:=׋鑧]1#6ʁ#Ӣ!ZLck6Q$ W;*މIe0D y)h"x40"^CW*MQ8ĀY{&q%h&UX?53݆0ףaytmřtyMm=_]PPT4GV<G穅Uu76_Xri%5T/(HV_{2 ocda:L+JM$QЄ065$5AyKUVJ0` `zP{5>xLPx_I\ĥcâtsӉn >[oy:M5h7RMvp$h>mU'!sAI v P] ][+Q\`}ߋ֫-z,C$Cт6vࠖVx沓J׆ӊEA[0US{J;r (9p5eجNl=Et_($n0@ҹM7xi|uz}`l&g uZ^oE,LGJP!DJd/F0IPᕣjacq#N%$FKM9)AtF~%yQeѰA eRA'B٫MmAYp?3a镲h3,s_ff%0WN7P3CZ zͥձ(B!K=rZ}߼g^P܃#R^ ~Zծ'q|;?^Z+6ÇFyPaÿ|nY6>?'a#GJ qFP7-ٸS!wm/h3e; A˞;.)햇͹#@unb%kN<&)ȩ%)}t;FR,ϱE‘֧\})oč˅m= Ca? -jBҫ./ʔXti=?zSM#8(lzlLEi2 OD@ C aǨ=OWJ}La.=REJ5b3J;4#&F}5 T2xּK z# vhHP_"݂U^W P59z7'c\שKaW0 Exy?1zQG/+ lhH([ }xSV 7&G.~kO^J1,v"!aJ- s?^p72CaC'ǠAY@U8r=eu'yw(2~Ap̝;S|8uOWzcHjsa:YV5BM JܸW^]W|/Oݡ={vTBכּH»=Bwn^}9 8OVl1]96#3JGڲˋSҨ0ij!u}o=, ߢ^ibV=p*Gv: `:HM@G:T68QMp442KA΍GNi54$#_͞v iۛtdQ(L,6?t=y(?٣p묆"O >VP<<IRgH*8q+ws?!K RO`fe(] W,qau7HdHeV>ؿ,|"e KB/A:.Ћ#@8݌Up!OȊ ' L4~5} _OBz^4[sJQX6?D;%?l7; ?hsC2A-2bSʲ!{R,1'z7y:P-Ǎ bIKW8~Q3]C8ieDЎt{}z%{hvrG4}c[ #H\Xs5^铇wK*;"Xgu ̂-D~ ry_ZF0CP4F-4fohڑh׉[YaVTB01/Z1xdڪ%oTP;l;ljn:dX#GeipָQ*?mGydҭ]enb%A-(_….DvMtGܼ{E+ F@3~s|kuȣ؀82Q%̋% ~hú44M rd$_R4g¾л L_ =hU+-<~vǣ1O-w @cDx#cE}R~A b/8AY4>4~JqŞXǐsN\T ;kL8EbCYA kez\¢KOJ'TUI=J@Z| Fnc<`hQ:#^<+= ^AհnJ9\O!e߷|t{tR.ʓ =K1w}Z;3[$MqK-sf] Z\#}#>!VV[m\Pv84BJd)!mLj)ZU-=W%hw c,I|Q}\MS *x0[eENoT*ql6!irQW^hSyx-D*{>EP+ݫ&W4uDJӄ1{q{d#tz!>*%4Xg!\@3nz=NG.}IyHG1ҫ~V\~39m*[}Juq!Q'?tzh\@%ߋZP>j.86*wU seSַ8O@.;r?Ή4M`.?GP {e|e L:]CD% 9*ڄICٸ~) s&jBNoXϦ׈\Hj9 i|-ݶlixٚo]rWMO&#nX 3 $y)L;C:O bY8 Q؞prWa 7pk\m8|p*S%Q9mRoYvg{rȡVXzdX~V0؎3툹¢zp2l-&KK0. j`)5Zݬ8`cLX ^؍*ǃSգpzkFk.KbpAWlU!sH ,}{E[>hفn名Z_'edNY nG op`$iop<6nu㮢N~N^3pЉ»s]Nr7ع|V럆7e<$Ǚ ŷYvq 3"Ҿ:b}~$pL6ZkD'h4$s`7|(֪h,fq۽mT*DT7 S rÐ 9$aΈֽJgpM-iL_lDs\ :H$M!Ɋauk#5PiDɶMzP>(#l4<4Rmu7ߑnq)Js"ٖ漀}Ēz5QZ$$-_[BGj$ "*~Qe\,[q=9RkˌWj~¿X:OXN[9_ű&j qhDž{s^TX`GNQ"lVOD hRy#%lG( . 2YJFH"5T?eA. rțk{x`\njcJ(#Nf}@qFmIbhV["m^nluVP"h0nܡ Vl7)Lɦzɵa΁d2\UW :}}fJh?;"7evS I2:W}:NDXJͯP]xv(*xt>x̱թ^T'\|r\՘I!Z;O_Pl5&*8z;&`0j=2c > ̓< զǻ>#])O?6S)RFj*V"?b70QۨH<܍I8 FhjI r uaPXnaN۬%BֵpY imWe2: Wi~GX)!(/T3FEM;X<pG< N(_.zp*"V]j!$'hFB2u0vx{5og8Bk߳L4c?tLkswq \Q ELv"ԟr!H2CCUם2`YET ^``~nC4dSf~gR%Χ-g@׻SkRٷOU '0誵D>epe9θG|{*9_~e߷1PMp^\&^'c ΏMUAKmrpy$Ne?n!uC-P0J!pюt?VCQ%/^ܶ[ᲠD'bRpY}?Ԑ ,5KDJOe.S Pz^.cIJOg8薲ƓBML&gk3e x sre9$:+?+ڷ 7BJ;p<48!1pcΌUfeq3'5ߡCH(mifBΥVl>fIe|5TLBP)0Hc b&/B3U*DC}YBٸd2 ]aڣGD@3G'{͊$|HtOm%8+/% s^sc ut6cy`lueoK? [ױhS` AnۃŽ@Ql}d qTa"ܫ3$6PLR)SZEjJo4W_R PϜIňRM)Îb+n`74#P7[u6AWpyU ,8d75 Y\>zlP 1P.] i~wYMmf=$'wnyG'*%T!xFOGw6;Q {Bo43P͓DO; Oj@ypiK'֣b 5aeà ȅ-Jk]B,:=S<\J`V<\o||^!Kgïu(hkKH&KӢ9ThknrjedZ#aDuX:!BN& SYG[ffОGN> dZ1:Sʇ~%0+mlS)ҞqSoZV:V ט+kD-tӜ<&A]D΢j,[ 6v7Aj ;vX"]ۧ>:5+//%v;.a 'ɍ:'Tc09