libwbxml2-devel-0.10.9-11.1.1>t 4 DpQ:/=„qH*86+洂1J"94p/ Zf6?3b_Oh4:E-&ܧ.V]`9Us:)˹؛4# !X Ǧ)w&6&(V%ޜHK!g!AqBBj4rw5w{3 ijAj :DOղ{mDո4'N: O%HPpQ:/=„@Z:_naq,H+)S2tjɧU$] >o?z-ORJhqУƯX!幊#.7fQtP ~߰~|!M #/_DZjHp_fh4;Un| 8JQDipl,4*\鈹ѽQg3ZMf!2>t!Yh5|TyH!Oi0^ρH񆕜4 V(5f4cda3f487dc0177b3f45c3c59f2f77788a0c94p>:!d?!Td  B48@DR[e ~ D l  0 Tl8(8 9  : FGHI<XPY\\]^b&cdeflu v `w x y!<z!DClibwbxml2-devel0.10.911.1.1WBXML parser and compiler librarywbxml2 is a library that includes a WBXML parser and a WBXML compiler. Unlike wbxml, it does not depend on libxml2 but on expat, making it faster and more portable. WBXML Library contains a library and its associated tools to Parse, Encode and Handle WBXML documents. The WBXML (Wireless Binary XML) format is a binary representation of XML, and it has been defined by the Wap Forum. Authors: -------- Aymerick Jéhanne Michael Bell Q)build11openSUSE 12.3openSUSELGPL-2.1+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://libwbxml.opensync.org/linuxx86_64?+1. Z4\ ؁M(M(M(M(Q M(M(M(M(M(M(M(M(M(M(M(M(M(Q%Q ef02988fd70724593026eb3c302036e61fae41ee307bd275735867a694cc1296fd4d8af712b0af4c8c88501ad0106544d23663e7fb69f1e24fc56d37304bb1313fb08a9f8a29e93b2a37eca5083dc0d0d72f2a80b4201b6a8da179f859c3c29ae02825e577c77b1704528625f30e4e942148ff158e3c5eb270bd80a74c78446caea739c85d30613398627570cf2be35fcb12b9819c7b4fb1b89851ac6ec5cbb6c0834c7d80619bbb90b4b118fb8702fcf0587bb7961b9f5e95833d95ae315098034ada621c5fd725577458bfd661217bedecafe5462372bb0439e075b9e8b282a9d5886cad07190258785de6e72f5977d08b8c283d5c3afaaf1a49b1ebb5966c52d4df073b135898ece75367650a6faa82ad4220064f318ab59b89034424633229c74ca5dd478f4d34caed5bf4062967libwbxml2.so.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootwbxml2-0.10.9-11.1.1.src.rpmlibwbxml2-devellibwbxml2-devel(x86-64)pkgconfig(libwbxml2)@   /usr/bin/pkg-configglibc-devellibexpat-devellibwbxml2-0rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)0.10.93.0.4-14.0-14.4.6-14.10.2MF@K͗@Jv@J @IIд@I@II`Ig<@cstender@suse.decstender@suse.decstender@novell.comcstender@suse.decstender@suse.decstender@suse.decstender@suse.decstender@suse.decstender@suse.decstender@suse.de- updated to version 0.10.9 * Added correct default behaviour to parse_charset. If no character set is specified in a WBXML document then UTF-8 is assumed until there is another specification in the transport meta-information. (ticket #52) * Added several tokens for Microsoft ActiveSync v14.0 revision 8.0 (ticket #53). The patch was supplied by Amnon Aaronsohn. * Fixed iconv support (ticket #52) * Fixed wrong WBXML table token for OMA DM DDF (ticket #51) * Fixed locations of variable definitions and replaced strtoull by strtoul (changes from ticket #42 and #50). This fixes some compiler errors from MS VisualStudio 2008 and 9.0. * Fixed integer overflow in opaque data parsing (ticket #54). The patch was supplied by Amnon Aaronsohn. * Fixed unsigned integer overflow (patch from ticket #41) The overflow causes crashs or wrong wbxml messages. * Added support for recursion in wbxml_tree_node_elt_get_from_name (ticket #46)- updated to version 0.10.8 * Added a fix for the broken vFormat handling in the SyncML specification. All LFs are replaced by CRLFs in every vFormat object inside a SyncML message (ticket #38). * Added Nokia ConML support (ticket #35). There is no public documentation available from Nokia. The transformation tables were created from sniffed WBXML documents. The patch was supplied by Anton D. Kachalov. * Removed OMA DM tests because the OMA did not grant a permission for the inclusion (ticket #36).- removed ddf testcases (bnc#515194)- updated to version 0.10.7 * If the operating system environment has a built-in getopt implementation then the cmake environment disables the internal implementation of libwbxml and uses the getopt function of the operating system. This avoids clashes with variables which are declared extern and explicit but already exists in the default POSIX header files (e.g. optopt).- updated to version 0.10.6 * Extended (updated) tables for Microsoft AirSync (The patch was supplied by Ossi Jormakka from Ixonos Plc.) * Expat splits <html> into three separate text nodes. Therefore it is necessary to scan for splitted text nodes and merge them into a single consistent text node. * Fixed race condition in WV datetime opaque encoding- updated to version 0.10.5 * Fixed library installation path for win32 (ticket #31) (The patch was supplied by Jeremy Laine.)- updated to version 0.10.4 * Fixed the byte order of the WV datetime opaque encoding (the bytes were written in the reversed order) * Fixed the time zone byte handling in the WV datetime opaque encoding (e.g. A means UTC+1, Z must be 0x5a) (ticket #30) * Added correct timezone handling for WV datetime opaque parser * Added support for WV datetime inline encoding. All timestamps which use the full ISO style like 2001-09-12T13:09:12+02:00 are encoded as inline strings. This style is strongly recommended because time zones like UTC+09:30 of Darwin in Australia are supported too. (ticket #30) * Added support for an EXPECTED value to the XML normalization script- updated to version 0.10.3 * Added support for SourceParent in SyncML 1.1. This is a proprietary extension to support things like the SMS and bookmark synchronization of Nokia.- updated to version 0.10.2 * Added support for OMA DM DDF 1.2 (ticket #7). * DRMREL 1.0 test cases were disabled because of the poor specification (e.g. hard coded names for XML namespaces and definition of such namespaces as (WB)XML attributes). * The generated XML documents of the most tests (conversion from XML to WBXML back to XML) are compared with the original documents. Only special tests are not covered (e.g. hexadecimal number conversion, SyncML CDATA usage). * If there is no PUBLIC ID then DOCTYPE must include PUBLIC "" or SYSTEM. libwbxml always adds SYSTEM in this case. * Fixed datetime support for Wireless Village (ticket #27). * Extension tokens must not be replaced within normal text data (ticket #26). * Ticket #13 was rejected because the mentioned specification is only a today outdated OMA change request. Perhaps a new specification must be implemented in case of a new request. * Created a script to normalize XML documents. * The getopt implementation was replaced because of a potential license issue. This fixed a Solaris build issue too (ticket #25).- updated to version 0.10.1 * LIBDATA_INSTALL_DIR was introduced (used by pkgconfig). * The installation of the documentation can be disabled. * All tests are executed as standalone tests to get more detailed informations if a test fails. * Removed a useless buffer which only creates a memory leak.build11 1359353897 0.10.9-11.1.10.10.9-11.1.10.10.9wbxml.hwbxml_base64.hwbxml_buffers.hwbxml_charset.hwbxml_config.hwbxml_conv.hwbxml_elt.hwbxml_encoder.hwbxml_errors.hwbxml_handlers.hwbxml_lists.hwbxml_log.hwbxml_mem.hwbxml_parser.hwbxml_tables.hwbxml_tree.hwbxml_tree_clb_wbxml.hwbxml_tree_clb_xml.hlibwbxml2.solibwbxml2.pc/usr/include//usr/lib64//usr/lib64/pkgconfig/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/e52ebfeeefad808941459b9fe1c0b31f-wbxml2cpiolzma5x86_64-suse-linuxASCII textC source, ASCII textdirectorypkgconfig filePRL߇W?`] crv(vX0ϕl-R։ſDFiD4?2.ԗb*z0~nSxq%QĔk]PǽfpQ,An!Ͱv5 >]&ê֪ x^P8iY7R)*VK8~J$KeYf2m+( h<zhu묟=_νm 3fF$M-ʌ)u` f&_ZbYg0;2 VE1X{kÕB@=CYy9S_9i7XFY[jPp`C*LwAP|ę/9Н1@C`pV́tW%2wǨ.K꽅 5P%V!N[VϾab0!#V* |Z-IazZߕKT,aQ 3q&=;)j' yEl(^CexȈAXrҠnzx)Qgz;ڨ$V6bh}@V~$5Cl2aИI-S2}I7Qi=U|NgrY!.!D\*T"0g}dK=0TbrQ@+EYxlx"!W\UBˏ-8}%Xs M@.i#mP.mq%ϊ_!.~NJ!{jabÞnZѱ% ;dKl|g8&s!" 3xݦY=~>ܞRCj&~p%J'<-> dAUBMR 2O ^FLA{~$:v~K\`E|숫Gq#b@[W>.mss?JET#LbJۈ'u92$em9K éDYB֙3}{ʆU"W RsCz]g+6T I7.ˊHZ{QdEx BuJ@K+ZX!˹#ٗd%~vg&2X( fR4@tO'R86=4;p,űKuKԅjMlKDl$L.kQ@5`VJN罟!ŁJ2$w h[ɫX:@B7og/YIMx_jC?8bBFnY7 Qf0;L$"-ټ=gk0vfP}˗9loLR,(}$TZs谡ӗ8|IqZ6E VFP7 #n ?H"ub!+U| ԉqtbr  HmBXΗ\ ~.LDkj~[Mԍh6 ǩOIOK)&O%ORZ/H_&tjdCLqihÑbHq.D Tz<0]&)dO!\K+ !2k@Cl,n.ҲD@Ct㴣n羕_1BQ(x0זed.+bmR0nqϖ\0^~JQYB _OY]R'*`O*Ǟ) YcvR-Tj7n!$폚ٝ?ir*uה⎸eMҤ?6]O\]a"D,jom g`s-TQ3vh>4s&i,ہsˍ}uO~\+o#𔚼.7t w0Yr9l 9wxS\&rI6 >6A2Z5LGhTUMI'x{\ b;nvkUq)FTαJ-e0:f_{^qkeȄ&g'ϼ32bQ$&=!by=Vʭ^kQhmMHX sET$[} 1n#0ӺcBtmv^x)-h.ǂ{?$H}g.GaRDA10šNX%ІrjVюŝ'b*Å9dqdzUUV箰݊d{nW TqRa@@P휭%~bSˢPrۄ_(uf_^yH>L#P[Dr9h7ؾn,?nP憎I2 g׌jo֨ ;5V$4gΘӕqH:d:RjA9Fsl(i,„^#/|Hgw,e) xDzX5ڟQSF c\!ॸZպ@2Qg0<"^ t=S݀sy`aTBgL ͏}cRA]PJ@f2ZTo1ʽ[&φ ')PAn&2m8$<}]2Q꫗Ʈ|5ʟ2މ*Up8tl~zui(磑'uY#Wѳf)D Rz0a]_J Y>@f!PύwqX՛YD&C*(BD8vkS5s F ! g5?q#7ǵ_αATşmLAI2ҩxEL-38B^JI0NuU߀E ex]{QV@R7^K_uPY|K] _1lBh]Ҏ^ikjFAJ/]L@ [̈́9ᆡWpZ3#qnXX H{w +3tu&qJp{H+%|T\y\r?ԄآZԲ[0Vo2QQKq='4qͶq{bsfk顸Jd_݀I%S࢈*P[,I"7OθJ[3@s@"|_x 2&v<~YwŝSel:nb󜖷HBP|"^&5H\_0T5W FxkÞմڳt4zZuixb>:y H78!آŠRke<= ?]۠Glh5e%W$q&ha}G=[Ʌ@[%`smڟma)QG%Vr,E?h7y$b)zmaqJ=m^{[  ',? q ,w[*8nOdpk<|. Wy@z]8$AR^t7p&ʼ Pg Zk`1Pgu?;eG N8B ?` >bpӉK,+]x_}:Dk$ڨ,aV{?$2:ѥC:]8%S'3TRiX|&,0JOS߂~. 6*-fe&4d<`2Qxx<ȂF( %zq@ws2aC51au\8I$, @ Z/<~(1Cx:OWđԣˏ}@87hN_oiZoC&߁@`~UlgX?-e}@£(O>gwÊG j^f;/.SOMԾg9ZI5 hxy)z3>TvR@}j ,x>OI10lPd,iJB? |xUrQj˰އ<9:!5yt&xF V>CĔ5~Ξ ܪ)E|a& 9ɒEIB<@k5U0pX7~]I"=o3H s~HP~g~/ Nd񾃅z+?_kıF2J}RtI;w#vԇ%r*\=D;( ] yT1Lz<%X1& H&W[`! 7F nSRzVgu`Gg~P蟟WrTرm,qirz KtjԠ|9.וOj[DeDRs˘g4TX3([0:޼~Oꂝ~3=X&T$Z:eKMekE1.bS7 -Y٧Pz 7? ={'WE p9kn$bj@QUaSEa0@ƣ1,a'od|Pxpi %T*o~˻gۋDB6W{p.B{f}4ubw宋p c܉!<CF?Bߒ8ʝ4V;D|Mvnu/̕$d{Uz Gy /U8RR&`(8IW.jp{&2N<]̔Žxw#O!;' uxKm+OEŏ4 j D(s]&sN- gؐ1m y~ܔcV ssEv{|FaQt TKEڣ홷˽O@aMG{Y^5:d3tizDPz.M"K#cFH!GE 8zV8#O+2$r%# I*iZ‚J=$im0<0e@o(e8}y/+Ю)uiՉ3>w] .²I >A]F)JeCjo(I8^|?( VsDQX|,8eel$=u %75|lOۯ_O:S؈Rv㘢EkP\jjq$衸3Զq؂d y7%6p-zZhƸW)pdc7ۅ@C.!uۗI=ɯ?.t JxŲ

)R\v48VCC{jlpdh̃58H Wx:/X[pWSo /"P!OKj/SVC%)6CT})Fg BFP%Yx_*(GLp+foH'H11ocuBWuf3OFӾnzW(nS. RnJE%<qLٮc e gc(y|X-hİo73 ry$S:&ʱsŖ ,BDYњ=5:^5]/LrB0ڬ)A1SL(7OkVL *>)xڣ}C-켴y12Ϣ AD78O.ͪp_ a_=,xcL{].p=24j/02GLvcJնX]*iG{ 5zcWp9:%%^txfc" WH#h.1=#|: ظH9(ơG'e,+!* i򴏣OUR[CA*Z6'RhTiGMGg*xW@eZJ|G_}>xF9j?F ʩוjlɾN*"9ب.*eL$r  InEϺ*SM KgӁDXo7ev pw>\鼬tUv{َ:-\<𜏳'\*CJ(z[y?6%iɭ/J!MGDc~/M`_ y3 fp-AIH45]H,,4>5~VPܽјExø0<9o( G*G$קioY{zBuCŀ3č$."A("Ѓ^UuA%%{3O=$ˌ'* 祦  5PùK"Hر d+U Ma'3[nCLmNߨu_yr9aѹSzlvqb#%+;Өv*sB!wr{ 6#'ZOԉYRN =-a&sV٩+(]$[HIa:M o{\ZAA(xwsH訒$=a'+NP76mu"]b&ص =#A V6[z8\-@`?Mվၝ-qOdyM5RH(t>s6EK%"] LSa5\vl`g|1G=Cmhj2n֍NVc!^kS='!6A|&=v|QDI`$'N5=7zemCY֯A'$5\ƾ4Vj_pj wj%L_gYMmRg zȾ焇4;UmUכkjm?SF3a֏ -|lU6pqR`0oAO"b856r]6 h8 ͇D;.֔\ʭG߸S@Tl'i౵q93I cW'xZN.8v߃jه`#JtHEV%Mh|~iIz^zbM zqc=MݛhrGƽ &7aLK]' eK *hz~%$I*m˜o|MUUt}DV(ki $YeFn;b̒0ꀋkp3Pz`. wob.'/&,7!qGyuPBF@kobVN̙GeB!K\>f5-RtBUNJ|qJ(_JԃϾ?9Jjvy_K~5YgE.9t74|)+ ֙'!pćҥ㡋eg˪⳾HzF樂6 U5'&`iDZAz5!ImҚ,s/_EUG?ARyi+Ιyq`V| 5=8t Uc`㝛 Pzj{hVR=٘Q[Bfq٫ߡv Nne _fg:z+ȤQ ĭNro+y?ī+F %y5 6joɨ .VOs "  ~0a?EYENy^Ik.&cF/Jgsނs: L[IE/[#RLUE'VܿfYcma >>ؘjoe荘TSfy[(2Gk28m?ƓNLSGEs6;ZZ6tA25LP_л!%!hX|>ZƗRNwsVU d4WGDrKَ %TQuP,rɆA*Sl0sS=4rſ"GSyħ_eL QC_qi'!*kE\fIsՂ#[[| =8Z/̇axuPT`\x FI8v+W׻.×fz>s;K+Kc(WIv9N% :u7Orȿ(o hg~bF3  fļc\ ARb ݵpo-|PAm;T-Sq.]QGi*Q hݻ<  (S|@ [&虷 ,ñ0x ,RDb<`gRɮ%بJ sgXP,[i&vT39}:q=vk3u%}pD*Ȩ?IBÁ  a z5̲  wm P7~ݸR@QhGDq"ylիp-eǤK—# qK\5kP T]A"'QbGυ)zcȜy<™Vծp`lr~ p=]4 F׷Ml?{|z vܺ#Xu֩];loVfz"hMF tkȏ.K lX¿E4;||uWToȱj[j*b pß:II?owIM򗀿^A+=twP4#W2MmU~6!ƴ\K?sl+JXeJ-Β`9>+*E3,)3HJ[(z)o$&s&pp2 KmB x3O1n@ޓ=}c'BNm0E,ڴ{aVNO80XRzeok?*:vwg3Z-j9|cDzNfTnr*"q2/ pJs_Vx]Lt-c Zy1 7g)LȨXl !(!Ёi 9f^|*>ptFzAZnTY(0ލF~2$mSDtĀ:ۀDh%&66f+߉Nߙ~¹ޘ>4^xKŚ=:{t56FԞ!XQǬ x+'E߱=4Gea6>gZ/u|'75$;L{+PekQYSEI^,I9@@<χZȍz뤓#mPk˒A8k;[]fH߆%g.&zva ['xcm$ND>wV]U-)(C~9 ֻLUa{sxďq2MH^bY Y@Qw'^\cT)wo sMT5KQLz6EB#h4 ,\$^ q ګ[VkЙZQ]To`?Vgg-jPOA Z` x/PݟrfGYc91h2r1N$qvm"K)2zH̸SG_3x(FHf~#2lo.(N3$WѪݻi8d3ڳE^hԡl\' [.g-, &\FPW\mAkR~b(_}z3pT@yf6]R2,efe<'Je Q0SK#gxMyW T /*izOmt">U`ċӀ6 B]y+EȔRLG:sՕ|75C%hGX-!DxJ*b>3qUd)~ v3d)EB]¢Cm"j+wNP/ KKˏnyV&SAqS*s.aM?$t`J1;9`6%HDdrJ,a!eXetȾ+aj egS⑁]CWkwp]X*uk97q0[`=,jV؆ݮeUj\N+0~x;PӎLGH+ W iٿ==@j~wC'E~l&t[X)>&'EDTuo3}]=vB WF l7j#A|"do,;+GЁOE n3_\v~ g"^NeQE)S} \EW2 &jM@ƛ*j4SiϾg ]9!T>mI4Dco HIT5QhߐAu PqP)%-'䂮(-;}MτGe!M. gӠ/MQ?x3u2aΥә]YBU;:(-`$L k7]GRLKyځٰܿxT15}<]zr O}ULGZQRР(X(z~Yp4&:wK]_d 0!|x,|(zeb[ H7K*;r65Ks0Uv]q*p}ԉ Og9߉2D jxG 9gк.NGW"D9xsP3[yl4 HxR=3SUUȿ&RنSˠ 'jH\DbxPXR(D\/ / 집Wٯ}vt1{ $P,M5px#cξvv8#o xs^JKi|ws4$zIDXۮ=5[0Mr\a:lhӲp2 MĦ͚Fv~A?9p0 c cXtn(i/^jw#:k&>z!-,fXZpF ~eV6TR֬[u>Ѯ,X1}8K.(RYBv*Qlx1C'.CT W4 ŀO;sTROihB?d*6A MwK5OnEX d t}5(hIǴ:HSNoP{-xEh4~a70؞XTkk|Qki.q,eޟlAɭVװ~+#Lې kZ!0rq;F1;?p2^/IܟI}pRg-et'?:5z)Y]^m0Q:; WƤ7|.b1|t?xP׳??F7:_<Ż^HU"l!y!sRCycH3'#$]ɞzH?3Yf5gK!"X"/n MYd XܗI\7%J)NgVq:YɊ@$a+_8?\)7K}%r*U6p<U5dd А&ZGhFՓ7U)8i| ht_d %zC͈>E3GkBt0K1$Ms,\_x[i$un01ڹӨ1APf4QvZ&g%2)KE3g?(nbPXͬA%d%0 !^ܿ )r]IϠeYD抯+ pK]$ ?J̋TRu pgz7YE(h=$ l_E$F5wjm瓠0 +:R>0Y} ] rL!N gY}Kyd 9dԉ&\P ‚eHt%}w`-o,-80)e쐂Ff:{kpgglydƃfnbS97%W1xڼ JFd2IKKtQh@Wd`I\~‡7 `+̈ %xI Y/nMhAS. ` #XQ^oҟ2{Tݲ9!?vm3 mgxM`_t9 oYFy6{8b$|YfǠqVKk]=gZ k#<ګ+`m ګ(ʕ׫:%5ȯf.ifrS% j{!4U^ϨedhRMY/ 9U$tŢC#B*e/-`ۊI9lkjIۉEoI6 h$% z~a@oJ/>aNlWIJ4eِq"r@v쏬ugmcj$Qh.ݐʐe`60f ǝ!e(e{filv}"!?E4~:1hQHFxpДJj AmL[ٙE*n7\BL0*H.rXՇt΢No7N}˙~Ӯ  AIשׂu;Fzv'zŪA]2&xi q1q [h :qNG 1$J;ԧ_F2tYNG]HWs\ 'IAPȁؑtS0]SA nfA{ID5{$u t`Z pvfRYDz5G!U-%TL`\RkLX8kvSUngh?.aicN/R=tͅm.^Ж(`f@ E)gx hZ8'^3M*vQ8spU5q8{ڲÚQ.kO"JLL,~31<5yK8|m7t'5$m.^kU~}5_QdG9 J;<6ҕ;gl%8Mz ԙ4Xd7r82eeb9$U9҈} K:-| ΑrV i2G۟q`1'B)|(_ϊnIvEiLoxs'8p;y9KxoU8/4Np_h#hmIKahyg3¿7y4vhid}x8+?4~[mPވ.%BfLlDM45r0fy9B7J~9喴̠gY u^M)8֝u!݋  {ڳɚpA>r++6!duQ>?~ryx~ cj3zI4UQmO\'"!H죇䵿ozdc#^fo E"XU7ħ&qϿ8(zW%5c5G vJg&ja#$I(:fBw?6.hwcUnx-'NFt"@cL.KtFgC{#9q%ĝpt{aMn轿 W)I[l-L f뫜3 N%o g,ͷ*!z3.0p)tBN.>,x躬-VJș&|휻_UYR2,C4fS1ImP B!B#"cXģQ3a3#@|DLF߃⹛~Qdr9=+7=76>psλrl(Z`q;XiG*W144 -Ma%dG#Lt*1D{{ɗ 0ohv)0AWO Bw ,2摜I8e`="c /pP,-$b6t6vT |l#yA'gxO^pG/0V;+PTLKF40{yeăZ֬VR}'V`$3i= Od.Y(wbE(lfCxP`VT8@gOO+ѭ\$ 7؈lbdпŪy?ל).GUMxZGyYq