ant-apache-oro-1.9.4-11.27>t  DH`pY`PE/=„7gMv}`6_1ˈVh犪zVg!j`;TK_r7dz.|)K U/ɮF>O<ӄ,t.Ydf'&i5=<]˶I@Pv尴j"?zWs՟eFlMk<& ߝĮ~&ÃQ|EhKp} o-t%>')34賅'RFGԺddoSCXT9b49049f7a92be2c9e7e99e5bcc5532b835c7039Y5Y`PE/=„EQk;i5x]䪽hޭnA8/oƅ6z Ś&2E dWT uKciaib?}OfHs0=rQ\o[$v$w>r) T_PIJl Zm6>wZ+9021݅^g6.R ,J2 %=,/c-[WK9YvUgz~kjK4nF4H#B5W1wCgPA9M(.L(]n}0><?|d  ? *08P \ h   0Hf |(89:B*F:GLHdI|XYZ[\]^=bc2defluvw<xTzlCant-apache-oro1.9.411.27Optional apache oro tasks for antApache Ant is a Java-based build tool. This package contains optional apache oro tasks for Apache Ant.Y`Plamb54yopenSUSE Leap 42.3openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://ant.apache.org/linuxnoarchF(!'\ ~A큤Y`OS`jY`OY`OY`OY`Oa60b072369127e83a10ebbab4dd77e3ccb5124cd21d540dc1cd5b7a4bdef3527679cd4c878c820846fb1fbf0bd19a6767d418be019c1c0c93e007cd5837730be../../java/ant/ant-apache-oro.jarrootrootrootrootrootrootrootrootrootrootrootrootant-antlr-1.9.4-11.27.src.rpmant-apache-oroant-jakarta-oroconfig(ant-apache-oro)   antconfig(ant-apache-oro)ororpmlib(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-orolamb54 14994841631.9.4-11.271.9.41.9.4-11.271.9.4apache-oromaudit-frames.xslant-apache-oro.jarant-apache-oro.jarmaven-pomsJPP.ant-ant-apache-oro.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?@] crv(vX0DS%c~erR#L91R?DadRr^ZE6ەKrv0WQHWq\bRbZH&V(4D8ІlN12R/l>) K6LgZ 0㽗/Y&bac}o\n|L4Пps6UwF%{*7!nVҧM/c] "0gr4v ߶Ll*$?l IL[4T: RMZ%ܾ9z`MŎ4X+<~,v)ѷ$v[I=jhfjfn `Lhp}]T 03qM9bڥmcug7*i<*@;."@K_'/erFL*T`s6`t$_鲁ƴ0p-fW~“raXv ^b陌_>x[ؿ[CXa2 ]o)ߩ->8.yP*)x:OƏWy[ӵ]eciZ,ܡ젹?hB]4*4Eh!U)=2#NmnYŠ&AU}#lIm.%4*<[n\ط,ʿ72PiJ,b| Hۃ٤XhġO&J'ސ,.mFx(:@Һo2U|xtezb= OTr~YՃzsAoO f22h?,߂55}qcw|\"鋏\)pm(gL{uU {>v#pt9qE!ݥW!wsӴ{nS,tB@);_/DD9IhPhn Ҹypd*9o R]#iL 3%P"YeȬ٥s OgȟTkX5LD\ޢK|<*vz16}🭫4L٧X`xv71j2gq4)pd>I cCɅq9PHpqu4pjT+QVs+S' 'JR(:gYG"?7!{SW[ԇb{x& w)>_QC#8s s%4xO8}Vi5 ƺ22x"'; ( ^.p dcgĐ+sB,c,M{xU{921͔)EfaNmfX(Q=dQ4{A$s5#@/U,Oċ?}v+Zyb`tU>e Z;0acC xVS9gIUs,%-UTk=*PñCoݷ5nNe$" ,g}DLi;{_yYZK僶Mߟ9rؘ[T.Cn 4v`-N4|\՗˴o-\d%A080RXMJ챀X,u\ o-/j"nz Ytu44 rU&ASy /©>1gV)W֮IsH\,POz;b%{Mh%7Ǭ=+SkxYv❆~p5կοM h§,v"yũ*nEqlJwgm\ Ԉ3ZX ]M4fPMc kG>|Qj(nzQaֈt~$.Ibޔ^U%ioЙZe;`uMc^K 6: 68rK`2'X1k_`+s)ثVr1QF->-;OZ_`UU )0V7h&%_?h,hC鑒O"˶֪Z}bC !?p}Zpw#t׷pR@fNWB͗rFP b/?qG]T`[ 3^:񅗉q7߮Td#,EΎ޷|3 E9 ثum!PX x|Tk`1,"|GfnY]2zρFbL "Pk$$j{4gMw*.1z&5i)cu7=*R#s˼?Y a d%GPP*YdHKB5X^Z:Tf)!~A>kM7^ayNQh+WIrV$OsNٝnTtQ^/q}rX\\fmXTbu5V)jEd+r企P7{_2[Lsp5XQx >f oǑs* Mo2%fә׿ qrWj@ 3Q vz SIkrH5n "[%$`5ᒌ<7C`uBNeG {4&Gr"ރ2 OFG6J-b Cf'EgKݶ ";lQ>'W^,]T8[H?a4%[1%viquڌ.Ih@MQ NrH$1ifVܙ=uPnimg3=#{*j3+}G}=-OuD&:Rlͥis.o,c5utv ewT: *>s1y/ 򱃫2 z\?>Da7By+c'godC9pNOͮ]Qi1m Egn˟G%他2Zd+ztP[eW9!T@Crr-Ej$ÿ /R{ѽ0hy]8c(o@=Z3meo`!Uyr GE}:sdܘ'gg%&QqOi~V'l)YgQa^B)ͅW>rAM(u3Il(j%b}рpxj0Slmh IcFqat`B: t@K7]Jbpu=uSr=B(@R_|PBL*)"5}4k,=jMbQRĬZD+Zmg`>Kfꙿϩ$PHi<_^X25㯸-0IEr$NrV8h* :AFF7%&F7ŔǙHs]ᧉ'[?&Ʋo~}IJo,A@)OCF|齟uŕp.0.Ҧ;MIo褅 4WF2d _K$?34qe˂M#*J1[}x& X;5lV`vio28j:Y`xCj p^׆Zi~=ThE!O`:BߚX~azHA|cwYlr^u q[)@hsEKz᰿F+}uݓc)'/eV\I}n%H|z(py\ OԈu0'GotUb]}4UBGu܆Ə澟@&L\s,sXTcV@7& Q9|-$ަk sSc/^{Ӯ^l< n @YXr6f,e&/: :|&-ss>^j67rRKEe)n5v *c{G5!ۿlVotfe5~:clNϛb[l{%g(),TW_2ΙD?ƨ ޝ{N \yuJVk#rD8g`L﯃cB?qzSF@%L>1v'g0_| Xn64uC%᭕lXYQ>MrSk2kAW g_@Cea.9zRo0%PNs)Sp鄱6WT0>Ɉ)Xa惷7=>gW{*?ˉ08q=RC1"ax\woG@y-.Btv:mXL”`?~ޑz{sRqGZ1*T7$vg†- nއfF[5O14*l* ܆Xn+=2Ӧe%&XaË́AO}v/5oM@$<2De 2afbhiئh<ެ;ↇRp,KA/ucR\HS-b1,>gt{ZXXV#C͂!UΊ!L~@'ZF&ݫI>mu)_r{W*~4,I/723._lj[ӄFKR@"njyg`#c'[CeOE̥ڋ$rIhH'7f;@?:x텥Mw@J<@օ'\@^2JT=1*]y6cu h[og=bT'6(IˡTd}ѱ9.=ɤc>md8 Ү[-Q!685iHOVmj^i7?qO'/nq#[BiF`E1a.E< 3,CO}pS$Ȓh;e6l }{@)S^Ă-@p O;p䢩97 bH3 <3Jp>{x?&IxY)3HpW"N`߶>'um!hl,Jp逤'P4k&t)3%bQPW-(r0-'x,,yg7O ݴC|Zd<cah<Ck6ʛMU5tiC oǕ7W0gq2X-Fgb@F̼%{-w2|_iZo]\6 =DJh9$@5wa/:>׃:ҹ7 /3 ĥ! y06fˏHpSZ뽒A:s{xV@i ^CسxiKHehNʱ*!jR'"[ ?Æ^ʊ#537P٩zko W4~m 'gwGuQ$nO4x)zͧ 0"5 `؅rPgV3INA:BKdDBGKUoyNgz3Mi lku@&~$,̸/f俗ݻa+K%dq[co \oz +>"!Bp ]E5,$m{YXwVa _EO ywlb!ѡ8׌5{Kbw$.q @w+2x'O}ήrzp>ҊF"TnTrv͝~@6S#7'*J5'q `:4}aOvs> S%UE'fӎ4kW {m_™.?Z2KmkQSI(hKCX214;ƎGz{a)XpQ noz׍&RYSrj1dtzVϐ@Z^O{Z3`GV-ry%;GXz4V!k~FA!?dE>v&3EhN#9 <4 ]Xa/C&8p0D˜l9ɫkgd-RfNasgj+ AD2 3ΜpleqPX}% C LC IjKfnǠ&BNb!sOMb Oh4+`aE!zS$ߛ^c/,´tf>H 6Ʌ#PL4 oy%9{8u n:ia\\5~jnc"tS}sY P8|9u41'?W 2? F W@=z%ٸ8fr~r0cmˠl=ղ.CE&Tڍml]q[lS<[q轷?kvN~8Ԓm鵾!|NlԵNq-eiSX0 p&$)c*먛>#*7* ϊ,Pt̓)%5aWQ4E:xT,_ /v@Q"(/2斐ƘnQ(([SZcL2VA[f/$ Ʉe j/,|NISCzތm'Ez^ґ?Nʬ~J}GzgA9Ȇ_ Rj[]^k]Rхo-|+MnjZA{q]γ~?X~} U=D_jck-Py'gU*ͽ>q2̿Y9Jӑ!7iehk)l7DvuǕU? @Zl[N{'?̾놚nR+ThA!S]wQQ^k[ahP4*iw0IPh9xHd+Q(h/khdIŘWWLVl^O7R #3K@8|0eCy2sKqE7tRQ0zʕ0=v|r2 eeTw[Fҳ<\bU9*Mɻm۝ej}!c<@q뗟U5Fv[xmRDKWo-Dzh0Ƞ6]1:Ya5u_Ct k(*?)]A`lMl!m;] ?1w24+S‘К!lLH27^ԭ=["kZ?*XXPpPЙixҟZncy @5󏖅,)R9 'S"ठ֝=ayH>z7||oɓyEc{{a? <0wH"#x17~/qqaЬ;⌟M}ER6 4FVvhMI5OD_4Cv?b +SF gVؽSK92lBDIK C}ol fIA< =}"m=^-Zhj:PJ:cפz *7B3-=;b[\\D6k%$W^kj7gXQX:;)}f蛹ܻ$C5`sA0tb7RK K=+N[3rS[+8aoۜe})71NpH;0M #$j?5s_WoKtWՉM3n_f|Bǽ@!mY) 熕P[DztjBJ Ə Rn.IPĮ<%]y E*K=Zy,m vngڕToBBL?—/`,g(fkh7bxvQ IRQq-PRuѕYdZL[\F6ӫtԀJKmi=I %i zCiL:ɺ)ID>AEW+UWi|K?# }x:=${9% 1L G$AР\6o*#Wġ<*@ZMִe5@0H]Y:x^[gg@9Qlxztx[KCD=1 nkr'>uZ.DSl;4`F1 ,")u@W\mD^Nˑq߿fL7Wf*,b+p5,iAalAIV6]ʴh/J]}iל36$peܞ*q8~wp;NFaN|VM.GD.n erb!ʤyhLq N缩bB1lū52Ȃ9ZL8}횕 Q+֞ @B"?`n6ۣ):2V#J~zZn8EVabQ9{HgN<{V<^]v"}_"67N1=CScT,B6ޱ ײ_o^K}! Wfc~hA6'H:$K6cדV.: -#yB~#o4G!1, a#|'9D '_oƾ˚z:c4SjtL2jJޙ@%S»1Z+%lMX1Mׯ&lŲfj IJ34;|*7[Ϩ7Ž$t:^N!I=;&ZUj~76zvV(He tK@D ׌[;'^kfPY\䟂 J3Pᒛ䖽{Uvu9G]iN3dh N='G.)v)#zX&\c>7 o NEDd"ݑqF]XKoy)} Β*801ٶ*L3|}k#$^iu VZH3M$̡atX9hL!aX:2bXKÅ1лAwj\P&nn\/ONKAXLk/1Ynٺ y69C)as}|⚝P-']: Uߦ71NŹGҏl_*cX[ӚהE)tb2>ypޛ8|n38eZŨ=4;H62Aɸ6w^+nB 5! rDLV^c2sirc@ / ,"0y̷nR},c 7P9q˥ҠYmRWRw*|;%~Jf&3ٷqm~)K3ZK*UzzRہ+ sB4@#yz4rh(u輊 ^DVDe35]жLL72Z^Lf#i8=ufM-Dᄀ- y5C,_e-{? yi{IBW8AUkdl]텇єz$t&AM8pTiEփY{ o̿e֏2KKY<9Ǫp=~8aG sM?1݂\MR_҂>X \'u' y]@VT