wbxml2-tools-0.11.5-lp150.1.4 >  A Z^f/=„@*\pC tؕTbw=+ > C$펩޳ٵ}\\1ϖ)x }ݓtuN NA$Bmx-o"gh2MTwt'5ls„Wk1pNe#W%Iwam$ȷÜ)L @JDi,کxYtCXjԑ`OC$-*x(o VzτlTO:b2 Z.|NRBU 5bb4315833a68ac0b99f32a48de18fea200bd9b8fd3624d814a23ceaeea3d242050af9dd8a73ce6b3af4f302bf4ad74576c959c1:0Z^f/=„D0yx>q@pTXM qٞPq{R\"Y6H/8}aE&>JUMy1鞺x*fs.?wat0#(u/9cnpʐ/XbIU;4i|l!R]Zĵ(7MS0zWFMZgXڶ 2 Qu`wq4⊫ 9mGgIV(Oşt_z_ _7NS͊A\]G"6 ߟ72|d>pA?d  4 $,0CLU o    J LT^h   ( 8( 9P : BFGHI XYZH[L\T]\^pbzc#defluvw<xDyL z|Cwbxml2-tools0.11.5lp150.1.4Tools for libwbxml2wbxml2 is a library that includes a WBXML (Wireless Binary XML) parser and a WBXML compiler. Unlike wbxml, it uses expat instead of libxml2. WBXML contains a library and its associated tools to parse, ecode and handle WBXML documents.X,lamb06openSUSE Leap 15.0openSUSEGPL-2.0+https://bugs.opensuse.orgProductivity/Otherhttp://libwbxml.opensync.org/linuxx86_64IP9HZ^]Z^]d11bd283a06cc8ced6555a9fbd44d814e7e5fa41d4b083eeecf26970ea8597d089044f44cba774380d5af80b02895cf532478c9cee468f5f22a4307712f4272erootrootrootrootwbxml2-0.11.5-lp150.1.4.src.rpmwbxml2wbxml2-toolswbxml2-tools(x86-64)@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libwbxml2-1libwbxml2.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.11.53.0.4-14.6.0-14.0-15.2-14.14.1X,XMF@K͗@Jv@J @IIд@I@Ijengelh@inai.debosim@opensuse.orgcstender@suse.decstender@suse.decstender@novell.comcstender@suse.decstender@suse.decstender@suse.decstender@suse.decstender@suse.de- Trim descriptions - Replace unnecessary uses of %__ indirections in macros, remove redundant %clean section, do parallel build with %_smp_mflags.- updated to version 0.11.5 * Fixed ActiveSync element data of code pages ResolveRecipients and GAL (issue #52 from Thomas Führer, fixed in pull request #53). * Added definitions of ActiveSync protocoll v16.0 (pull request #32 from Gil Hartmann). * Added support to build a static library (issue #22 and pull requests #23, #24, #25, [#26] and #27 from Gaurav Gupta). * Added support for MacOS X to Travis CI environment. * Added support for ccache (pull request #44 from Gaurav Gupta). * Fixed some memory leaks (pull requests #43 and #45 from Renu Tyagi). * Avoid malloc typecasts (pull requests #31, #33, #34, #35, #36, #37, #38, #39 and #40 from Gaurav Gupta). * Added support for automated testing with travis-ci.org * Fixed memory leak in function wbxml_strtbl_collect_words of wbxml_encoder (pull request #21 from Gaurav Gupta). * Fixed memory leak in function wbxml_strtbl_check_references of wbxml_encoder (pull request #20 from Gaurav Gupta). * If pkg-config is used then use the provided ldflags (pull request #19 from Jeroen Dekkers).- 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.wbxml2lamb06 14895792000.11.50.11.5-lp150.1.40.11.5-lp150.1.40.11.5wbxml2xmlxml2wbxml/usr/bin/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.0/standard/c063c92b7158d3168c880900942d3159-wbxml2cpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=d7f62020393ba170312806447e68d921d74f0c08, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=791ef6c2aec0e1dfa6deb4dfba830e116827ed0a, strippedRRRRRRRRRRRR.P|JQęutf-87380c01de3726becd8c9d787ad2d18ca096ee318f2048608c4925bfc27133723?7zXZ !t/] crv9uo1?+HO1wٓ]k7*[@xS`=Y/pr'݊iQ$ @ w ҍB 5Q nVoU*;Hd9;{aoCȐHAsF/,FfaZwLU"|$e?V6rxӡFT%J nYߗ IMۍ^xU~>&6;0b|%eDxSOdq:.#pCGYUw|4(!y(q n6qllL/Nh}GY3bLZ%J5-jJhEqBO 'Ej_"fHD)ENLvIjp #5{t= \x(޴oM0em4n l뇪gknYgG -k-܃G(.i w 0r>V=}Fq k&3o]sΊvVlK=' ^1[ik98R8Ƥ$+*n04SJ*ц{=e6]nF3j)j4?-UkԎ¶ʞŕ-߂yJ#(Voh[r*Oq>)9Wmfc9Ha&Hͬ>%"km B$hPֶ"f8afx{e{vd~3Hv%Gx.;;{p uL4LjJW hy,b!IiTZɚreeuNj[O}`i סP(=V `0ĶyI̘uyP{vs?-[!M|aP$p\5W2r?ͷe@G(EAqdܪ8Y֌f>XLL㞰X+O0-05;Lph6"N6HdPX>6A3\ި٩ [0$Ż2Հ72K%e|?i&?q]J}Se7G@v [ͳ_*AHmrЛa8uD8il zͺr@sn9VNw0Ai2?cG+XA]81HDC(~r;z͞\3(l}+X*ѻigY?l-hۢsleo95sܮ%םNqllf ы݌E֤z"ܺg$2 yAjPLJ&2mУnVe+-V]B.W.͐uR>,s i@q)*vY9KzYy'rX[f,=хjpM}B2`1GBFrZ/Soi*uA݅|f[ uutcyͲLjp}plOmDC u#xy@4XX)ʎݻ-TbUR6Q3ࢭ z򮵅olMj9,q@%s=a=2X)AniJ֟$}-TKb--7 \wruquR%8qW_ umJHgIa]{ujP?<zdKv@G7Py'AÎ{4ThrkEtTb;I\J@Mx9I3QY7DlAe!ݱ[i2<;2ueҀKU=IٌI0thklap ՆW ZQT/r9ٛX9<;,n`M bȅ\2,,C1i}}? &;Ҝ`m6sӖ2uY9uGq2I4֧*= ^Rhw(BYtƋ?djGP٭m Bae,5{{hJ+=يoFs t?p f!z Ԡ`Sc(t8 f+<$7.)HtBf?$lbH[d}d9%&lM~&珢L)G5ɉ1=!M[")/_IXL })wMl5-ږXf/;'(tP^ĭgL נDh\Mb : /X3Ͱ"<ϿkQB ӦM_QWC?RXf1^>X~jA:V&2Jv 9G z=9+ͩk6 -j|ZcI pK |*UJW#i n/֏9X Iw.'bo,>b.\uHy%Ψf V=T=2dFo1v~"EX&I~uսfP.pC aR=aQvgsb\~f#ѵE,\ߛ{8VJc}q~ħk*2R3̸R%8-OE=&91Gѭ/.LK8tA yOGbݓͥ f]AYUPLĂDz 7+Ia0[wB-. X+UV}\1"pSO=,{L_ /ߛ~b"ˣdHDwo$]Wt_~Qn}g)SG9aKRvAM8'C̽b\ IpI>% #ƢY߶/q7B-;'_PƤ}ւyx^wV7k CX^(CzNJan5[U5'; Ir6jxU:ћ ĕ]ƞD:ļ Eэ*&>ߦGАLNI*[8A+ Ӣҡ~?cR8`XM`c:ա5٫ b/^+(tݞa3.PuS(y5ȊMAٖj. J3mU%{E]x NKV >S4f#>ڤul,KT4;qLaXPAa&]uw:Kώ3WUz3©U=|uCX|T"F+)Q8K" I~v#̽5GvGZ83nYiɒz9p'2Ɏowî;bFxld[vQk+Nz)s\=b>OVaks$hJ%[؎0h `Voy#7g`P,1ۑ$Ł͖$Uz^2DA*E\ )=*0,zbBXk[*w+LߖEi^Ѵ1)&OU2{c-|1cK>X:XFU>cEgXxԡu=o8/o 5g=b# ׎GV CDUtt8HJ<l[Q_N) ޟ lE_vKuZ©VY%^\I}p(8[[E6l(`YN Nz:|k{l"ɺf'7ϿH4\pRgJZzƠ%yؼQ](j豕7Xʄ,f?T S^rbw0 h &A`nZx,MnbQiT(~s߹B9'\zϖN2yZCI8Z&. ;\o-1q} Mz}VGTIc{B2f,G1y}x AFP*^V0VqS*o%ۡhu/!ĵn(^k$l@:y1B0}V'HCfX>aB_qx+(#0?`}0(> g͡U/P}pf f,E QcrK-ºj:bD svk;dʭ8@^f'X -Ɂ:cCizޙf$HH^4S< ݻ@ UjAroSgOx2V~t>\"Őb{E S۵4(Dil*IyA@Q,P(xի'fFļoc#y/̊_LM#!lQZʓ㬍RkF^E+0@?tiD푇Ϭ_qJ@.Oi,U8,/cH]9Wb9yx /|R=ʪpN2єX 7Ã38 F6*/H4? 9m A# Vy?}}tDIT^ ȍѤLfKhA0ċ+0#qZUxioL#f>"i˓9q 2 r4$nsOi `sA|scݗz H'\%ߙ piH*n9 -C\9ǫO.`ʝ֍դӵMxRUOчy|azoe! 1axLlncvDƓ%J0a;F5f<"vOYjm秈i 7%[{j, PyH?7Ak20.Uljk [}aS!TZ?dG#@[wT|n[wq?v=r" (cE:Wjکœ!Ь{IWG\𜡨APF#2fbhD>J9(FU\0l@2]!EvPLaAP9=@ c*1͚2lQڧQyϰ] k.cit<Ųi|XҦa SllC/n" S.E~v m9Aq{-K?9URW`eq-Žbi?-7OBpAc\*W5rW2<N~|axFՈǻmw_ Ƌ8sSLH]CvGs%B8tBwz!5k2cNid2 (;+RɐOV$1O!P%(U&fsguĸf׃5A>d YZ