ant-apache-bcel-1.9.4-11.27>t  DH`pY`PE/=„w hy:s龭M]ƃVhgE9X@b75qCwN-s->gn9aOMBwj^y5b457a573a6c201d43ccc6450a1ab2c0bdb4ab63\Y`PE/=„U(+γCW~v$1!bآhM8CR"F&KِzJR..[xH(lz!z5L]CYIA*7x=ecM"IG@>Ut,'7?"0Vp~ơ G z 'Legp_x൨ݼ`gTBm(TΧo&TSC"'6~R _QplHf0%* hU|-,GK*6 (}J>< ?d  A .4<P Z d x  1Jh|B(k8t9:BFGH,I@XHYTZt[x\]^bGcd0e5f:l<uPvdwxzCant-apache-bcel1.9.411.27Optional apache bcel tasks for antApache Ant is a Java-based build tool. This package contains optional apache bcel tasks for Apache Ant.Y`Plamb54GLopenSUSE Leap 42.3openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://ant.apache.org/linuxnoarch"<6 A큤Y`OY`OY`OY`OY`O419fd3222f4a69d866e4bfb92f7167ade3f281e6b89e748be0e88dd269b793961bcf6f770cd73ff14c565d55b446c2ca../../java/ant/ant-apache-bcel.jarrootrootrootrootrootrootrootrootrootrootant-antlr-1.9.4-11.27.src.rpmant-apache-bcelant-jakarta-bcelconfig(ant-apache-bcel)   antbcelconfig(ant-apache-bcel)rpmlib(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-javadocant-jakarta-bcellamb54 14994841631.9.4-11.271.9.41.9.4-11.271.9.4apache-bcelant-apache-bcel.jarant-apache-bcel.jarmaven-pomsJPP.ant-ant-apache-bcel.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?@] crv(vX0DS%c~կO_9. 3^N ;`-Ib@)/%^t[cJˏ;l꼪U 4КyGyDR dr /Web&IQ٧ w5ƣv_¯pQh$M{<>ZFZ|AYqb@pE#xw gܘP!f+ny椬y}AxdgU(,y S5]~4̝ky]Ó, ` S }4CԕʓoT`L A2盌]mƢEQo !El@^w[oՕ|Y^IcZEbl]] 2uQWuľC3dR&_,* Qʸ{t 9N;4=s3EC^.p*$m2rMp6 !.Ep#1j(x†xLT ~)9 0xQ=?]D`6R0gOFPNS5YWXgF]0O)м8`̂e&p/U?7J1.=IF_`pAv6mhpEI(vt6|,pW?Mq O1{Kޢ+ ]3 Dk(#c$U+:X89gf @V`Xc5SZ0NegbC^Ƕhwk#!iwylٞ"Ql!?ś̽xGOSTӠꪽ:#i'nl+J}h+S%K!}%-[kz(Un-+[mY}̺Df9_uܟa"BJ@C)0DT6=+JzɼtܻOǘ[@.$f.rV |1dl?JR,v $+u{c%gͲW-d j]놌'!~;m+׀5&jvXv1#TΆ]\6÷E\Y{LJ?/V;y"Z rw=l+69}Bp|`,HqqHVCN1*\w"PζRil\=?u7y գ=zvO;ٗ_tĬ%jݲ>إ"TG/= +3iHq.ǶhtqXT; 5Hu)w~+οʟ ~Vꢒt flc+u9;C')i/rX}aq9*pV)tI/KD!ǗI*+R^&:N+%/Q 6dL#sKYg.٤(eԆ]D-y"-ꚛW:FTGg-wJWdyM)I1,2j`eiy2)BvQVXϭPnwIWZT`-GkUpn-oS"[ Ƽjyqhh+>!WJf4i B0Q/+rANc!gO |cc2@|l o,zLq bL''.&}~|>608SRF>f>pԑf-LW\(wAW%uJ\oO݈GpXIs(QQbP$ q`t\ۖrEr.N d> ƍT`688c:GV-LJ0uUBCAV#[d'80pKVzͼ8ڶॶLW fROmd7u4:.\fi+ @*vܸۆ0:CAR}Yl4UJp㰛K@(\ǜ4BYo^`ukB3EE/%c֎| KnҲz!ah|J>1/>X^X⬷K@߽x' P th9%n <(>Fj Ɣy0Qhio7e`>=U|xN*n6#>|*E.\aywǔ_NTB_cz%z @t3LRquE0Et Jhzi"rWXc4cv=3z >kf`?t)v?kp)&x27hAiDԘz' "v6a lnuqo}^%1tCO77g RDeڂ_+k6$ # @9N4f Kt_80 ur-*NZP9O'EK?9S_Ӱqn#ϐM{#ݞYͲ=cHb%Gޮ[zYDE$dapY&M JEOoL4 :ePAݏ yA'#+[{y2>K8ް>m[Yz *B͆Ӊ~l-"wB֟#X`t d*3i^EUyoGϣt('ܞo f&UCZ"wh`cY+8rVNDiACthkn cR^6h^mulDQ+Ү =mK&P/^vGsϙ4*p#3)$HlF2Saܱ & GlԽȓt ,*';#uNHHv ||3oaA34ci(u¡7' ^?@d\lzik\Mnl4ZNEq9 VSʄ7HykřR(bzRr8BDn0:5@@I@3V)[wkwaN Uj/W\8,@X]2@OEv{"z_4vV$%0iLDx<5x3D}w-# 52v K _,Dxxìfnvi*< 8jU~߉b7bcR¨g_U帣cU *&_-oӿy!.0n$=bW#Baa }/ `F/#أJ$}VWhqϗqf9E"1\*b5{$S ],ov5bFvrE(ndVcVXt(Y Fgt- 8 OT\䘖OG=܊P}6r!Cl%d£/wX`R7e/X;u<7wV !t!d"Y4:tV_TEBa%]}a_ OOТ= 4 || 3" K)ΉxR$hpdyLR  f` &y|niX)A3կ.:Ҿ=O)?LTi-}EY7IH8*:;p~ />!Vlu݂Wͧf ;j>Py%DŽPGs)q]%䩗Xf2k@Fn?WȠ$| Jz-eoi׻G]m0YK! Yڳt0ŔFc|i)w9w4%vgnjIYo7jΆ%}AwQd% 48#)l$zU2hS.& Gȥ یJ 8n6W)ףO:Q3EiGz Cc:+}~(պT#`BYBc$H9䈦9 $ jWYDT*Ɣ֐={ d0k^As~:?O0jL><9_B)\,Bҹ/Nͭ Cߴٟ"{Lw[]X'j-cP)G\-\a ;=rKz/:ޏ!Y-31HXkAjLY PKʆt뚠G["L#! N)mF HN)񣉪*NN]T_241 "s$uGQ=ɵV2l{#%6PT>XFսIJ&tqЇ-S/gJO RKD X`'4'*S!Wzjgf{#Pnx9|{m)JrV75.3$m"%Z.Ok?Egl+KeN;I-ہA|]1-}cevv@"m+,ؐէPʛR1r*#4~,{+}!9U>% ږdsj,VH5(/0„q|ߡ*W0?;\VVLnzAS5Mgd"ȒfU!q ׎hf#-Lct[64Xs3_)}d"C5&b@ʊȏxZ g_ϜWdÀGV6ZN7#"¡b2 C2T*?8 %M${|Q_}*fG<\~:Q[Zk贚bт-Sb$72/(!덋|+!! @#юHd-@X&Ы5NHP3cqđR6g: %n{W.pѤO@137 /ճKw0d#Кlx !9|G喺ԁX;4k e+9>c:)eDT]Y <A@ȱ[KhC1*n,DW]LJ)e>[hDSA"+uKv8 %.jl94~!B-5hyN cH 6.&e\(1"fp?73-r,;߿Rf{W)2uB38sRE9 ؁lވ~ӹ)B=پJi"ą:Th$iZx,}dԸVbNXjqzs[̃]}-CbcuɊNӀR_Q0Z/]9Zߍyi>^ GR8:koSV_8w`4odF)Ѐ LGh/zknwh<=" gJ|B 7=5\ fs_u0l;uReߛ!ɪ;u}QR !Et?J"5Ek sDk腾EcNhrs`13WsaUI!Є@Y._ETݾ{=TR>mX<.?/2:i~}Ȳ ;4Mwpv (YR5Ǩq cE5_ŒBίKW[D%i~0[,gޝHhԍ94\sLC!!6R'G]:TGTsVm|+gC }1ϓsV#M ntXZȄ&9A> Mij魷7Fu]o[;SWzqA,*zD.7l|&KU8C Ky ld=&<, g6y<`Ra\Ç65($,I3΃R mm}8A8Gjd,ӓ,h5<'ŮF ]`Kb,6|6ï z}Ffmu؛ֶsZ Jzb|Hr,n.xcwplhCu5!P.6u[ /ɺiC E^@ uS]@Nl{TiM)*b}AXX~:ԏSAEO"yqM`pm8jA@/,mf^ y7-gS<$"FhO)fmK{J1y ڀ b9JO`dh6^.pp=3xGl{]ͣ_a (p0rCR$i "i d ҽ%N,r47|!J`0ԏ  yV09}L;͌Ht]K>(AtKsZpyE-QNtZ8ṿFYa^qA; 57<ʅwUR\eS.Dz\%8.]6}{er]pH ׍>~m1_SAn f?1%ula'M] /^fUUՑYɨ'W\F_>`mdoDL(]\P2wF5k'NJ,#Zk|4ͥ!"0bz텴F OqōP Ȇau:%|;"n8(W f_~`5;ӴRapԬt+9jAu d5zP_]ߘxO1,-g;E \1N-^ě"ݞKIw*zKrFa c7rJ8%-;sE54᪈5A68 Ȇqe*P^5/So'b'ԙ In  0L3g+9Wd68H<[fv Cn^8o4@jZu#_^6[ k|v!os0ou"a1n7ϲY0bR.aq\T3SBGc%OyX g6W-]:t &d ʘŷ2gg`:ؿsW;UxPZ#4Pօ3w\.*KNyK=aW|j{?CUO8)nޜw]syՙO/'9wc{zOTDK.֊]Lwu<|eK? nՒ0{ONR1&'_PbQ>%cDxڷ݉ß޿9⹿ }u8C碙=cCgvcsԲ؉T@|sZ=-nts 7Iz< ݗAro-O_9z YNpiUOXC# ,Ji0\NHP9!h35l nR?-6C# 1]RIIEʈqѸmqWZ rJuNJo׫TgVz̤ߖM9?Fj;q"ZL4Hl!# V*RzNEⱺGG',3LgY Hϐ0A}DdFps=g]G53rhn3L.ch3P K;1+{Th0 @509\lOI:A˘#2el"5$f H /ñ=iJ>ۿg< a lr]e'蝥;U W;gQ15;BEwo/Kk#YW'BRh ?fbN>y(]2pmcEB?\eA2i/9RH L_dŔ8Y`0;NWCoꮭ#32 y$o[ZL*lm2'5_GbOғU9X(˚s~%&LX cu}or.Nfӿ+MkEX5J*DU;9j۶Qz(Zjƥo^ƶ<}#uׯ)9z8`}/-uD}sSҚ^_ V] `@*z9C AQUR!JwS=9 Y3#@\ϏPҶ6]1XW EѮʁ$[6i/Yky3iIp H|f:vCk\ťyY0kLG%~d%)xӌa[Kغ@n2|\ UY',ާz-wˠFJ|V-/0!*_ T&i KkGTsGB딷hRԴNG7!Be# &hI"F] O>r6"N>'>=]%JN}ypa@ Ux3S?G-\:U Y3v= hϩ e52fȂ1fn|URۖUvc3: Э6Oӈ){(]ǍMSպBDdiD+=3l2긵j /?](TeɒI ywdVt{`6<"ۡ(&9==":L Õ#3@i, Z˵n+u'U'4,3;hI+Bv+AОPW-g|?(+.߲?O]0+2?* tмmZ\oJQ5-ƩD[&,1]VPA9Bxq;aIAPT fijN6e#"W.C8y5y;)}Q"NkM@) >f7>x)cpzS I v?BJ$%!~SjRߵX;o85b~98a(4EEX4OU;I\)@QZRB.y}:ʧ)ϗן/ d}%*9'fNb䵞o>:͔a鹵5ӛՎ6`U_]ߐ PA\J~W6`*~p<> bh;b[.t1/s؊LʓY=֟-]@@`Fc\ ߅m0 9fy=H*-5dڍWjI:BK 84^J5hA9ĻLOJ]}Zy^hVOnGu?H)yWoy $ cf|m1 ;<29c_ލ:NkGXZYsa[\~჏~kd$u)<h S(㣛F-a>{ZW`ˆ͖WɩDFת {2qt\ 8AKPiHNėo_0pbXgAVP&:}{6T%e4A5f 3>f$ZǙx{4]VJr-CI~|Pi*ikK7םM3Ti~rfKb{7 zWن5\ HB펵e7?n"iᶽgSi m$vݬP4'ǥ#gG{_ִk"rEN[]Qtz:ɬ*3XGȀR=)S\D֑kԤa]eӟ:gcu|`D,?2; hH*oݎX`*Bba{3FUuKX*\Dܰ7"b@#<깗Li`E)\C^;28MGVTV5;qEfn+xv̨W@\C¤0A9d3-Ȑ3 D>+M㰤2zm*`;p!՘.OX_W;H]=ϿUnq֗#XCx`WL>bUw=a.ÇaJ9+p4 _(~i|9qz|-?A5Uhb]G'dFoDu;+4QHifwT\Jdf:m_0*g utПY,Wy x@27NXŠA^*A,Kadʞ$B5>*r8װБ%o3CŸ=2U f S)B qlbYtat$ ngyUIMu܌Pv o8/sNeac=t uN/7M4+M2/a||#ȉx$2>.o"p.]%fsÿe@f 0JI߄$hNnjNiOP%fAW-qSw&;o;0We.k4Ȥnvt|Œ07hPJUm N7Nw/(t 63i@Q~:nLRfXx+.*83ʼnKz;@]ϕYLI oֻ!3yLo9ValFå