ant-commons-logging-1.9.4-11.27>t  DH`pY`PE/=„AtwIV*(A> Hq<4Ij㰠t;Sͺ!L&Ɔu_9:>?%`.O :w?tso YMq N;}OhO_WH͘(u +1 \Nl,b]|-$!B}x8δ|$0\2ך'hC"]qzzX2^VqƄ9 %h٫'w.QP\|{1ԥɑ07b6b5e9a9fdfeab7c9f576cd61f87901ad82f9fKY`PE/=„tNXQQPbH*X ˱(%^f]U}/{' †a Cy c,Y;{l/,ʵdQf#q8\s{k_)i"7(n@nonٖyq[ ]Nj4 z +i yURkۡ w{Sp_IBp VJZ$[KQ6k 5Xu8]hq @1?e\6`>9 ?d " I #:@H\ f p   (AZx](89:FG H4IHXPYX\p]^bGcd0e5f:l<uPvdwxzCant-commons-logging1.9.411.27Optional commons logging tasks for antApache Ant is a Java-based build tool. This package contains optional commons logging tasks for Apache Ant.Y`Plamb542openSUSE Leap 42.3openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://ant.apache.org/linuxnoarch0&'s $A큤Y`OY`OY`OY`OY`Oe1c81b24e38267a557457446e1cfbc0812fce3130b788b0272d70bbb77faccaa1ba1e0d63d43d3878f7f226e327d8076../../java/ant/ant-commons-logging.jarrootrootrootrootrootrootrootrootrootrootant-antlr-1.9.4-11.27.src.rpmant-commons-loggingconfig(ant-commons-logging)   antconfig(ant-commons-logging)jakarta-commons-loggingrpmlib(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.27commons-loggingant-commons-logging.jarant-commons-logging.jarmaven-pomsJPP.ant-ant-commons-logging.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%ch~e Ctb#tc:b?zfO1$$*hZM-c-LUr>jBb4wmu=]@}GYt48e_ EW&DdVTB6GANh1IRv c{7ʆhD dumnE K۴~v0 0GD`Ƞ [*εT*icm1ʙWϩy|WB\ ؁=^i}V{za70i ^IY}VJ eqcAAp2r45"7w’k%ZMf]cTRb@hcmniTL8j4̦,p0]^&9:4`}ZVd¶/"u~L@EyJ9xVW>ㇼn8K3${A \nzB\f5ꝴ;3h, ME NOOgCk7-@<Zbl[ <,5#^'wL靹~9}g>G;;^cDϏ/?EJUT6oޕs[H <kb0 ncXdt -ƙ}DJ#[/W<(8;#e n. q ꩃ!uDGg/c&IGo=UaHGq)b3mh".P3i13a_rTaۘntBqe (5\_ ƮE.DAF:j`d'?j6)p? ' 4;c5bF! &l|mKHJ&co0+zEF4k @i&8"XI/rj$`rbyWCG}z]e0/yBS(mdX'NC&Z2%boa㮚1az <\Vw3S ў9~"@]-cĺh jK)`\NO1$SPAmSwI=3fGa ug'?eIɒ".!Sa+,sR#^Sʊexqg6:W?/=fZ'k/\J%{V6x/;(rG(_|vmllME-&_ 2wK)wn 5Wo*̋{"zz튼@- xnqjx CVClcZ%cv+&#Ud-*'/fiۃt_L?$Y.Jר=vk5}nO!˦HLh0`n =Ĺ\&GeE%/ZSQ.g8AKһ#p8#q"-6z/m$ Un_?xNGwTC)R@m >xN~/:t2MO湃V<4kA$,. !(`_][? eb0]Ε~5eH"C:|`1=ЂD蠜=y nqEy0Ĺ1ofZ%]eF˩NKʮ`Ծg%4W$4|/@MhX6j$PLYrjn[z"{]`<+YQJ BZ -9lfsS.Ѻ%INxr;+4'q=ok-3SEOș ]{2>q7IޡputXio[-ęu-y5΅r.%~Q8-_w b-^U 0߫YmPFkE&0ןIz]a4EAdjLJ',(K@]C*o7VVH,W&r} ̀ ? %HlpFx2ڙ"X k.SRۈUZ|>#f {"rn Q &U#~x &!xa 's|82pNVC@m1 k4]@558^|Vq6ĝoWhmYNid=RBH 9)-pBqm,iIڼ{;.l2G9@dd@v8C.6[}7eR^<`|22Wz*gksWIS_[͡>?ߠ>::7PHaj܏'~CAʕI_ g]6Wk2f&`Z9SRνNJ: н<}UOߝ#k"^'=X;sp]%  oCe,9}bG8?w|c*>#}Rgbf(?'>Mi 3 ,HmQ;ڦ5ԉTza n Ǘ{].`}ϰy\7 QuyⴐX;%awnP!UFOQ\Cpv^L8BkTPn=&T(y[\IQv&d ߸ʪ_vHZ ,:y|;lX!K2w, QF ڙ+[Ǚx_UXY0v3#qg.zd9|gK_,w ow] ҎδW6`^75N=sGwP⨻h?mM)|Q. LJ=4 L낽e:z8oCdC~lY"mMMeC Hf&3hY }%!}_K[>MrΝCThFfXTjJ^n lA(^%͔k~cB#'ٝI}Bj>J_~ 6O3L|;U|mOB'ܧ0vQg`T G4 EL`D`Egn@k8O^H\htʧ\v⡵Ϳ6Gv^y٘ %В(n,ޢ `,~hq{b&e!L:*oBShn .J&>hPl`sҩ 819x91u Mw6@.jNJNp?=AF)"ăE5@Qu\ tρ W"rkW4PKx|[%)hv^|k\u"ϟn5=X(0ªn֐ ]\dbSV ψ,F07N= DE L~Nߕm}wΣ(:ʘg{^_7m ":'_,Lû[ 40[HI#/NI'*raeK,!;:{>watޭƾ]A9g AFN7'9-c"5? Q;cOp3?X 惐Ց^!F_2B_DʚUtDR%k0`gOZ/ %*e1M*2g̦,~nW.;UG~hN/fJ,p%.#a?+UAI~USdqy' {(ě2Zzю qiG ;ʯr"3ٜ;""p2}{Fbߵb`LWs;wb/j ն~W钓f2@j穤cc_ Aff!u"HZ/rNف*Jsyq( *K-Si5^'&2!XK~!\Vay="dۡ Q\.^`Ɇfj%`Ajxe-HH4@+J([Fϭ}12ZJ Hdb/8|ZJ_ḻ͝vSҗ !A p5p}ii54dCF:SD}(nQJ+,.3o蟜9L}E%&1 h̃I/.ITZUL`:ŁJƴOp ":] =0r]R %d)ǍaLgPZ;hŵ8u'c%06w#6 x-o.vݤsny,aZ2(q*|M׀y'reʁ.Ĕ,.A?N{M'̆𘊂7FIN!.xjOkM7*ТiJ#e]b  7zݮwu-+R>Uu_zmu'Uhq+W&~#ݼY2,@8I{뷥3LIWB+̵ $֜$K^j*Y!4z}{< "GS__F)@"0#p+I>^Wo Y< Baӧ*G%es`-DVPzXI:Ch٠qe =k1j9H3LJe3q.uF1πQ޽lً5cW :rZ3INg9Fh`Ǎ:a$l߄f&T=?Ggv*tP'y@ӳMgf 8 KSp ?y|0n?Sߔal:Rb?Ut\`] udFYZf-&Kг+; X0/柽+62#i.~ ͉^[~ݦE2y{GO.zlݣ@/ K.`HX[0U̧XW rUjIE75~Yvʼ̋\I휞dLGhNܚ4}€ꍻ5dR2_3o {<.5cv<+OQs5+0*Y)-E)Fከ JS=Фopc9#iZ )2sk#d% "ߍwF[ZNbH4t|r+N Έ:d$_>3YxnMݢ#lLu=_qv(`9O wjV3B*$j6yrkg -FT{ qh1ͻ%?LܡdfSZڨx}1ql_3"t(V,Ź7Y5#ƂQ` ݎCb@̋Yp\ M řCv/mp]S 7^He&Dw'Jui72 pSN;'/1J`3{9T+tYe}otdCc"Al`37hd[Lؿfп̼g8(Ȗm>Cو)aYÐRTѰ1L﷉<#G Y60iBrKiBI|Jiso4lԪc9d_$<^]WeedMCUkmi}+Е;~HuiXÄ|Fk%C`jł`HsT0\xiD cŮ#VP~pgې3Me)@=c,Q{{(t^$bjn.y(՛[Z} @&˕l}QEPps-0HKDG*,:Uq:|Fdͼ|SfGMdZQ@nGNqzR~E R'ͫ—ٸg%jjB YD#U{]+-]k_ua׫sjӢ)uwjNE6kItcOiOħB n7i1 ܘļ`EpW, {QG5u׊ O)WX #>J$0/ωlu6+0~~[9"#{ )Z|[+9f"wr20pHq&pfRUygt<,E7 =K3Z-Z"9SB&?eNRɃSY_:R( .zospTBo6eqo\O{?V{5{ȑ#kFe^ra.+r( ?0]:U}.Җb{(D=t+Ab ^lTd \؉KmƱ1P6<^6{p ~m @bam9*^`9J-X~8OMtd Xm?--f۩h3Bg5_Ihfʸfj, KgpԙU#kx_-#fm.A+|8ѥq$5+Oz!wq#8ٵkZCPwX&!j'xV7vݤTٝXJ@сNRb]p^<ylm*Vjh][0]1h)=> 15*C j>6)dR>8 d݈DEUG\.e~Q`veLw-&s5i$<`[Ro B}o9h};*Nnxm@ŶJiŗum2:1{iܤZX1W4:Q?kAc m0f7E'!t$HUܙG9T'ڕ~vJ8lJynkD/nV)SswcԺNԌ=W)~Lg$fÎ9 H DSٔ1U\pkRQ~YHNa 5YZ\738guXxi'AmG-g.ʩsm5l]Sx]ק{T{Ux_Ihv\^vWNfYK81<TtL. _9k6VmZS5 >}2衸ZACJ9P"]l[匣(pOTuW~hf=D>J9~R@zBZ}ׄ _K` XoYAVAj7hn5՝lfXѢ=%3ʼo%)S\XJS9V`CțRB-MO&$nz^|S' "Ѻ}9!wgگFԴ0&Xy=;{D^v^ynjU'Z.l(;ײ]_roe9X`vMp-YDbr4'{