ant-jdepend-1.9.4-11.27>t  DH`pY`PE/=„kΒo\vPB=%-ijH'Pd B꽩Oȧ% '<`bL5 4bfa87a1beb3a44299c256f847a6b0508cc6d4e7iY`PE/=„wG} %JVMbl%2 S'P'/>vQN,2X\/N!S y3PD9 6JEEukYy=D˸26OF( |=ou4QAM]z5_g)Yw܈!IA(-WLt|{nLSacD]C kMy\lL ,' uevj+Y ⇩0O[/{~~#McԲ@5_ z>pg>9?d  9  "(0L Z h  + Pl $(89 ::FFGXHtIXY\]^>bc3defluvwDx`z|Cant-jdepend1.9.411.27Optional jdepend tasks for antApache Ant is a Java-based build tool. This package contains optional jdepend tasks for Apache Ant.Y`Plamb54openSUSE Leap 42.3openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://ant.apache.org/linuxnoarchJ2-7f \A큤Y`OS`jS`jY`OY`OY`OY`O96363efd672b7a3b1c9511b169a5a105c6bbb19e6608b2bc3815d297015c1d52055ec2b854bef895a3fc42036ac21b8cf3cda763d5845f9b0bff82ff818bf05369e5a414682429d10f0bb661029cb18f../../java/ant/ant-jdepend.jarrootrootrootrootrootrootrootrootrootrootrootrootrootrootant-antlr-1.9.4-11.27.src.rpmant-jdependconfig(ant-jdepend)   antconfig(ant-jdepend)jdependrpmlib(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.27jdependjdepend-frames.xsljdepend.xslant-jdepend.jarant-jdepend.jarmaven-pomsJPP.ant-ant-jdepend.pom/etc/ant.d//usr/share/ant/etc//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 textXML document textempty (Zip archive data, at least v1.0 to extract Java archive data (JAR))directoryRyӇAT?p] crv(vX0DS%c~Dlah籋z_Z]d$`ͷc+8 \N+xȭ D=r܎R(b=Vd)g 6"﵁r}ZVRxB%~Q>(}WEЃx"&A!4@4ST&&Np,طTCj1ή38r o5|Zzm;ǛP*0mR$EGH&e-$#2Ͻ: md O3g 2+A6*6\M @e\;>A57*Þq{)`Ú'6o y D<>_9m 0ݙ94Y2H~ ByjUqfoud-F7,cTk sܴ WҽO&mtq7dT|9[ mpmV "Cu$n =`G`VSm`wd',Uȗс:z)U`a˖NFt}E(lnX$YΆWɔœk '3s)a/e˓<7K/zx? $ymD:N0@e@7> ]zz턶bVQA^zTHm׋|frej1 hޮ.tf(4`%@ @^C=6'%qwȽ\8z'f{c2-Φ6.y6!leCA3xɟ'jw ܔIO )tHNȅm:.c[/Y:J "bC5vib% +eӫpb.ƘW'vrp% .'::!?qg錟,Y"64־x4xR9#:BF^1Z L$`@J^Z`X#U`9Huj=* ]F2p "ThH#SXsbʡߙo@Wl|:BZ[{Yhu}NN*uzy T@ctpyF4tfihb2x? -^U{6 y{+CPZnNL_2ޫgϐ)';I`/[#B@ .ưԸxo|[ pY~AO~I ܜ`Z–읮/]G;:#ƚR}Q1'Dz؊ {㠔$UX@^#Ⲙ]zlQAV .inŎt; gQR`@瀼i{{孒DaIH! .~vkrآ,NX͢$Ӝ(<nmd>i`^ խ At@v\+j4kk$Aj΂߄ Wers0!2 "04Y 0BEl[DhD һPDR۷o-4T~,oiul֌Nwk/HyYj{`HbA0 -_iBW/3` Ֆ9aXs=eLJ?68+UtxZ}!3;PrziҌxCS}3~%M`‡KXqN_SdJsof8Pb‹ky TH-9nױ N܉.]8][v_E +vÂ-\ԁə"~CnY 2ʰf \6*e1S.k\~?*-Ϭ&\Uk1ЊQnQ J]O̊@ g Ia0k9<=v@R ;NA:6 Ī!pKJ鮯Pdn^c' O{ޮ.jkaR}.A~*z~-Ǟ7?3/ ]m&h suD+Nʪ &YxT4?T|{ zCYs4"z`>k_݀_Iߐ9Y1qD|xS&JHtQh! 0 ^1P/J1}d`Ce*rs$ QPm*pdV|F9x +8ׂ>Yv_PT!{@ 6S(Eo7啞E-"FQ1x,82fνjPjnQ2đM%ϊu(z`_?K^ywXʽo(c~#^5ԯs$"C #vg5$~%b)ىupLbô~fd qv~՜ tF}4Qx<'ݪjh;ak9S>O(VӨO%$ -q-ʒXt.27BBS[MGH[4Cڣud0Q[BˠtU]CPeto#q2~uMeC;:0c9M^#I@wrmE]C88h(ٵ%p8 y`qDI_KV$vx2QEM @9op jD6̤RK8f \ x#7ɹ;_f=7Pݵhf=/\ED$y2)^{u]mcW˜>JwJ3SCB @ͧñ#|n7 3$?\g40qEZJPſAĥ }X[3$DXV@geRB]:6$A:w wlBe^bF{Mv> -'`tVaO|P$xhJͨ7/;_<7e0 sxn)T,ݘhyv<5%$ 9!ʅV׆B 0IhoX8\@|ޒd874Qw dsw&9wP]]lL9:k;\[cUUtCyR͐LjK~Pp&$*M0xȕ[$1%Ƶmܠ. v: f.z"$zfYJeƪJ֘6 2bplAWxx2jƖ83O A}HVh\gƽ?ii hfn‚>6(cRW[zV$qvR߲=n^pݖH߅3ú i '՜p-b@"g$'9&[.vRIs@wJ"S zOໞGQ.\>({DjDE ]浟܊͞|&LVS[߉> P  iX~ʨoawP88FLS- gclt%V;`\dх!שcNjG>^mZBU՜cGi <l-AIB}^YLa&[!lacgVkDd&k]!{>{{"QMZ^*F;݈P[Fj;1E|QHcMgHuiO>b/.v@}Gad) d%QV|FEnؔ$Qb^#+.mß_t;"5T{zgp m3_^JL8b֋)5V*ɕ!{R<6b/k"Q<%+BTA?KZFb@cpKd.Y ׾:((gRCT7\ ZY}V}wew` x eJd_؂ix1&k܇TR lwKqw%׌#'1e!7LHBhċWDfI誏sDExUS#0HdwT26ni_"pq"C tRF]ߙX塋('v#3jܲ#ad\ y|:PbrF͒y^K5v-P1Η' oi Jcq#RlئCwHn"QI<Φh?3yk^#p XFY??҇ yŗe7(%SA@N<-*4_ಊ>+K M~INu-]:h%SERTOYU;cⷢSxrZcLLB(#cD<C~XӢFB>\;vdaG PcΞAlĽX]ہ}9WlltUaI%)tYZt"@81 ર?JdtD,9z@9C[ܴ#$ yc- 'CSfpuWL3 m cX?bXXjP/Y=0MQXzN `y1'ZR^ }{nzR3|޵D>㺳`5X|E#_!Xxfc 좌=(:[r M`Gilm׎EfyR2+aީexw8I321 ~.6UImH)g^@V+*#-Tȡ= ch|<0:ҡ@14E, G<,oSK?eE@H\Y0ie f*9R<z{;dzYEEOX&q$ܛL~^ڹϔסgp ~mvNuo36wˌϢ3uzfgQfp{ٹ*ICZ] 2Ⱥ4L'Oտ'c}a9D%}I'&:Ha`7~ WSJ3-EN7oՑi8kC\f٫!->"ogpfWc!'+9~"3*uiʐ@"@ k,)R|O1͑,' c"єJ0U\ $=k؎g;5c37`2^q꓃d7.+cݖɞs,VF: $$CQGHPEd{9@ENFܒ(n]Gw=ĵ0m.US05 x"׿h*2();v :!-9dh\?mS7dyaNi01>e]Dbv^w&9=4g}2:kNZ6`7ĎhyC8O}A2Mu70L iyHa-|駦bͤ W\)tז!a%zc7]͒B:~ZE 2I+}0V24ùrmUYCڇ R66YUn?"bD'1I6~baÖmEv;.9PmESdbgE:Kt301'ԕ#zW]./_$>n:0]<)X+w<*N+a *0ekary:#t -k88sjc!3@詀+̭{T"S҆n"cvVO 3(%el9RaʑW;nbė!?X _Yp΂ׄͦzpI6g ~d6^K>9AcqAEiZBuc* Qd[Uy'2_dL0.dupy{%hW, /[s̎o>ߵiCLvFe"8zNl{yˤN{;YN)sKhH*QWjS \0 W*Aە-#FmglBIKW)+6C} 0Ag'5l zS5YZ^H2]]CԒj(21(!:p鑮-x3PZ$" ,H~@>rLjDVG. pFx 3Ẁ~.bj1d^9d(*Wfu>nd;L6 #D=US6mpg\䏎q9?!=bb6/Nbź0Zos" wxII9 MDZpR.;A bpPeBϣ`(<Fݾݏ6_ޅ),#M!<\&Ó?}.2pm1T|ż4K S隵_L5а6ob;}VNU5)c)u^/d L!3T̈́A|"]O3,%(}4%;37,'߂(~bi:`0j]KLto\GP֏jB# \[7FWib @XqC7UYDHiݫꟗwbgn&t?0Eha,eоfS`&eiZ٬-0󀀯KЄ]y-aѐ,bgiD\p^V@$:]4W݄* :D;|Fad+Gu}>{{R-pt_RYlUqN Dj B\"^jf'6C_K+%]ƥ9aRЀt&3ՅM/+VHMw1 ;mC,Åhy}ۨmz]~^ip ŤE0ـuھhxDi#) HaxQWtiU=M[CC{!YKO'SiEGZPTI KbX)Wq;zގ)ZB⁈i plŁxuYXw ʆ@''>πXYw/ zBE62u 7Cu;OAbJƄuHxXIKp y7BU?yƔzc В=zwkMCԐ\d;$4w%60=U܉Gq)3S*Ay-wܑL{,'/z5߽zZFi!\;`)(1Y1 .vo,u*IslWPz Z.Ă}QA3Fу̻H&/&tv Lu' W4HhNWY=)xq&e*}:B %mVvz pp:ZRG-]xhe*7Is< B=Ӫ#{a.O%kF-uƳ;8@1! M*'Tz**7^ O`! Ƽ=_0OJQ+PτTht>>@0,<4o\*lH[)1`zRI*9?2YJ<OTU ~ ~7>x(=0'iԌ,<[onH 4_DQXCN"hiIe 3&[ϒ`ty)؁e\,2E[L=~]u5_ =%j~ZɪZF&|YL&率!iI;HGɍcpy. $ozVPxV%NJ&p.M+2F$!w3n4 :y-rVP ]zLAnexy'ustߑ7[>6a;ZcuNA/4>^RXY6SQw[T5 dRl1*v8w7NIW获,c53ZZ(VM%eFGڒWvkl”vD)xfOR#n'~?cH]&"s]tt ! a?oPC237f0U (T *u ] A@&Ǎntd0:׻Y:$TUbH_q \fq6 Y!{Q Q~=bl>|bmڙppHz?(@dպ\6nLӞ|(~2 ړe(o|Sk*n3oS2]4]ɧ)2ѐÃpQMNRW=k>$3(NYpC휳g(MIAzxFjA5׭$xY 5H|bniFZY]Wfô2i\(wW #W'i^SD)SU'v=`^9`lME*F2}o?S6U_ ?@\B+G3h|a~:jmB ͱ5tLtxW[Clts ҾO-dEy"gCيf2~$m^CjiS+awj4 -DjǍ.ZzjF~M"#5G֍KZ\`,fcńNsd4HIϲIiف;LPAkR^շ૖F- 2}(."bq, }H%Lw 58sE4Ai,! aFlq2OlI^qlI|YF!l)X0Fp 02.gN؆_*i٣bԪ:2t\ sX;=m?F@#8&5Z@+xTt s&F\WƑ< qm˾`MZ{Wi3l25wO]:eq= W>2ڱCwi2XO7QNS<}NSL(}bעHb8Yv[V^+$yW ԣ mXB{8o6=ˣQׄiǃɖׂ"QKTq,h +p+nֶ'p7 0_ɏ?lCu7J|>(OY\gcrxZ7̳\ZOb3棲v.xi+am nKiAj7 ƱŻmZ|ےL!O%L(zxt∂Ci=TvQ[Xom>BQCх,;AT\Fʤ6仢oF37r?[EǂuIP?TYHܺKmBeV"UN%+}a#kKB<Y,NV?^R琹N 2Ӊ{{)QNվ1|xfʛZϺ5tsg5ݛQ_9) QNc-u>͌&8Qyf#5i@=_n}O1T񖒅CԤrwwS7L5]Kݮs#޵BG0䓲/NJ,ptpg= >YKzhà6p?+J]nr9|1İwEVqKK߷y rbu_-y L?$c6ž+fQCXyHgoE3*HU]%X 95:ݦ(FS߁ Ȯ C,eiw8S.u;̤j &܉?AWY7?lTs Km D% -)F֜`:[/ϱa3T*k1$S3f,~F`\#"KcFHFJ qT1lf}x2!oaxfCŎ#l;TC?ɼÀ!W#Z|!TCQہOOc?ܧE0W$P;PAtk}/$eղg܉HVX@I`*7yH)_k BZezq8x7lJ[KӍn2qNKd~W"L_dijbl}y-; JԂ.Y,Ʒz)&û`54 f)XDѱL-eb; Qs=. 竛@HM~1N$bAjdgs ޔQ1 ocϒew:\LO2,}UMJގGOQsXH7D埴 Uי,{`q ȵU n?6Ia݋`P