ant-apache-log4j-1.9.4-11.27>t  DH`pY`PE/=„]jDwj̍Pk|4b5U# K0%Л(%s%< "&Lzz ?om)NɎ\maIv\y aVޠyO& `#RK(߯P(tYZ|ʬmr-c1g2<*^!%7А^&;:m,d?Aټcjx?uL|I|W:qFFY`PE/=„GfT,5[|k[&>?\<,?d  C 28@T ^ h |    9RpL(u8|9:BF G H4IHXPY\Z|[\]^bScd<eAfFlHu\vpwxz Cant-apache-log4j1.9.411.27Optional apache log4j tasks for antApache Ant is a Java-based build tool. This package contains optional apache log4j tasks for Apache Ant.Y`Plamb54-openSUSE Leap 42.3openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Tools/Buildinghttp://ant.apache.org/linuxnoarch## A큤Y`OY`OY`OY`OY`Odcbcb27845ac48c075f1fc9d3da97564f75d9f399deb73be92d3c3427f8059b140d066c3dc512e9e40523f2bb1464c37../../java/ant/ant-apache-log4j.jarrootrootrootrootrootrootrootrootrootrootant-antlr-1.9.4-11.27.src.rpmant-apache-log4jant-jakarta-log4jconfig(ant-apache-log4j)   antconfig(ant-apache-log4j)log4jrpmlib(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-log4jlamb54 14994841631.9.4-11.271.9.41.9.4-11.271.9.4apache-log4jant-apache-log4j.jarant-apache-log4j.jarmaven-pomsJPP.ant-ant-apache-log4j.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~!;v3dYq!ιtQs<{-C˒ zڍͨ y"ׄdA.̟:@U#"({A?V. .jUQ~z *k3uFYdJ}HҜaZ *~鏲@+x:?L e^OjL:βqn5b2VH4STʀ_Q/U AOh,Z܇RCoч0[m$oj eTrz1իq2vj寇D_3DJ .C.) ܎rf_їxm)[վI]\§2(~*СHnMDFH~ Iz*7p5YGbzꐬfAˎ L`Hv` d>L42$|[d ܲ(H{?E }QʑE,ReJO3ؓr}ؚ@:{N[#%Q<Zn2z&:=} -OSw|Rwmbe)cǗ!OBc`7>FZNZ_zeI"錰5D[ z)UG#h8_!"a1 e|PggOGgIJǫ#sa}32:"^Bw&Ťhl<4#Hf pƁ#ŠJլ8$F#-8{C&KAв RY;f/ UTS Ԍ #SV1GS䅰(ݜX %n]I{7qpmE8T JLP]aE\@g{k3YӾa-ڰtT )-AP/Aģ@#_?7d)7RԆSG7^QܡΤ;\n;-ig{EaĨ]CI1f pĠLv~vvaa2XZܺɜF9 |G < o9݄ UШ5Ju[u`#Cַ~9-`Njr˯wNȞW sf!S4:ɬߴ&m丒Nf 3l tM NQN|/txs4 \ͬ6y{@{H)u#h.n6lW`vl妩o42din={o@toצ#<^;:BF 05Vgt4lKeMѣ-r #z; J L+]:)\ǻr&ilDڻ= rx}1RjGv| >g>P)#K 69:xD QA"2m:di2F Q9us2/Y@iϝHP7o h C:]lD C(,c${ղ&s@$7%k"QKmf0>+~kE_KmC׳Xevqg$}7{&?w4j)}ID3(e#_(++mu"h'Cjl-jf ]C8o0 pҒfun3)Q$p~1=sl|[j2ƮGEN~:N[es+N wX=;_9+{i;ƌ4MUr`Un[UyR6IhDȾ)LS5)Z,'~CʉJ!Ou灋94˓rE=}}~'MID?n8)tЮ9l%>YKBm4rOE⅁&P =UćYa մ;;dk׳e v7㭤)j#avr=M$PHd艔8T.JRf.YG! fh*zVwFXX8u9gH"zS:RXs Rcx4v.,|ֵH e)Ϧ/і5rQ╭Aʋ ߁,2=Yks6qR!r T?Χ>|,M#6-ı?A:U/a:oF0XIPRwb:!ўl-&lӇ0*{at|V"‡y):ƪs2*LDlc#&fOi0v'N@[=I5 -kLS9>GF=OHt)8+_*ZjypŽVo1O#rngSd13w``-8=8i޽ KVRX:e+]<J[]cϯTڲH7_ @4F+'<2O/vFP}SqHGؘގc|h"#euo7ݷ-0m&FA8D(ҿ##931dvP Fsg7s1P*Ԅ4L}z)S2ǁ-Ú>_'LbǫPhߓ6cL Uhjo*д =ʠ៾)~hh52l48"KĨ+!muR][,6yVdM q?4{z)ւc.3?wߠvh$W40KJ}jz`A؟B4`U~V1VX;Zw᱖4g5X3vgL P}A"@Z V(2YQ%F_W%K6.4}4d}'+A'!g]ȵx # &Zg-Odk7J!1}O0.r#zދzGqco S> 껅)asB>2,M5KQXԋZY)( CPumܾoLpC~(A}ǸDQw4G7&xtW5NXg5.AWi^jkĴ[6u&Wwv\Z *)BM8,3(kG*/V<o ]B:! /\Mf*#%Υ}*o[DbܪWG%_{gzN'$ވٿǍT3o!q{*£mqBCMB9/\/$=ؤ}H"葩([L:>_8!i9,ʡُr^ǍC|l,ȿ?o~z9{}!`f>1|ɦ4[f;>@Rw{MJ=8Xt*X`J<]TfEy8pơWJ~i ]Po1WNWw]r?D=ϝWtkX_VJ]-,aqgЗ&+ Xzܤn)C*X6t1Cw_ku}P9,m !MF)aeKQRD!1KRDOI8-ΰJ>fRureQ"P.v]c7C admtN6)ޜP ey`ٹ+6f4OBDV&k5˱y3tt\pl֪w=h^׬Ȍ/S`xF~)݋׌';-,˵C}ysO$$*MH &<'Hӡaݡ;>z17 Th"i2Tmͬ[mᮼȄ,/{H\RP;(3o+~`:bHkJ|8)K*q6Tm1XIY-;;@0 'hI>7|iOt%djsN>Ù[ynrEKׂFWJȻH1Rj8!G蓹S>ͫ TL;]إ5DAyjoj@`hж~,6*-O3 8)pYͷ:B=_pf<m&_eUFK,9꒰l̴ S-cg 7 }x{'%k=7|? HaT4=01RalKkgR>ե"mZ9 ݴoم\/:C34Y47F1a"pqνMQ/J_ϿK;Ted1t,h9PV90Cj8aRU/Y_Yh f9o 7 2xڜ]/{BCTv!P%62}O#σMt]/޴So oS<}yddJE!g29 \p I&*&kyiMOмSO&@Z,{Qp-E.V>aԃ;o&MD:x5An e"gŮT'#澜e:=aZONq _ӟ*GKv:oU1z  J/ɸIJ!}Ч0B̘w#/0ܸS>? Ӟ0~5BL?ͱym *5B,vF/ p;L ? vYT ʱ,Ck;L_l 0d4> {|A)p2<jY(C6r#dZ@}? I;DBh}zAewp `眱u2A>|zmԬ` dc [e(PjW"b? ?ewbY"LFs/:j+ ` xQJjD46Rag-UMZ|g |byf, . ajJ 9Tܞ->?)=݈;ZZTMhl~JyMy)$$]c]sICd36^Bg7