wbxml2-tools-0.11.5-bp155.2.11 >  A dk]I%z Tk7fyhIW9.M3Q#Cun!OqƶNE襝SQnv?3{jjN:G8ce3DV7~~z@, l֏R`"iI+)lutJŭ.ZJ1RTa>P1 f}y,߮ ˬn+; r,rh9cIq)v3/ݮfXICvV;jl 71livjL@|={ DdWPU0ƐD}e戈f')(HsyndI6jNzXh,bftуvv~9H9 KU-oV4 ܔR,kFVAg:^"vs";/ӴiasGlPr'7 `3?#$Yɑ;1m'QPʌiÀ[8lg͝IN#Zlɫ1mN>2L2~*@WT(%q\MwI+yjŇ*ş7_ }B;lKUn\IJEUuadI-/=ZoaoHЃL=eF|  OZ'mυinE)p:jyd>pA?d ! 5 $04QZc }    V X`jt   (8$ 9L : BFGHIX YZD[H\P]X^lbvcdefluvwLxTy\ zCwbxml2-tools0.11.5bp155.2.11Tools 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.dk]obs-arm-9SUSE Linux Enterprise 15 SP5openSUSEGPL-2.0+https://bugs.opensuse.orgProductivity/Otherhttp://libwbxml.opensync.org/linuxaarch64dk]dk]c2ca9373a022e0bb02ccfde8671e3cb1ed87137e19731725b446b702c3ca933053cc90f5a39b89a888ca3a8817dcf15210ecc90d9154a5bae2e0c6a97a1729cdrootrootrootrootwbxml2-0.11.5-bp155.2.11.src.rpmwbxml2wbxml2-toolswbxml2-tools(aarch-64)@@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.3X,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.wbxml2obs-arm-9 16847578970.11.50.11.5-bp155.2.110.11.5-bp155.2.110.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:Backports:SLE-15-SP5/standard/c063c92b7158d3168c880900942d3159-wbxml2cpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=922b71a02f4e4c2946e2eaab32fdb01398b28d3f, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=c6333ee426df1c7e7287af4afd70baadf1376970, for GNU/Linux 3.7.0, strippedRRRRRRRRRR 8=Lmwzoutf-82603784947b94ea29e06aba9c814a2a7f4324e20d4ce0676fc1ecd498ea47cce?7zXZ !t/cV] crv9wM"?Loi"AΗSݓoG詹㘵s̡sv@ig0)\BX_Ϗ)M6A3`^`ri3d>yWA@iˮD C8~GI<M q<%.Nh$ZDBxGjm]u:C2Ag° Kɒ/}Jo'tPtϬ3sЋ+?j;Hš1np.Sϭ.{1 OЄ34h>14-ORW%"mH/ҏ>58!'::RGM b\Xdw$ ,F#חF0v/=C>%d`:4Ρ`q 8=.Zg?.?@8eӰQKl-@s{ Oo9dv~8O`ݠY2wi-^Jv_C 55r36l'< {F| fyEVSHqibFU$f(M6ؠ7ԣTTjx8AGy%~\1 sXd5V1e@uauT>b㨥\Z*v-`}_eoQ i7NY23bTJEbbdvU)?+w])No}!/y%p^LŌb˃AD:k'`Oq![m#<;v`O7D:@ ̼ lD_='%nnBjDk0"҂T6c2tsYOb\,Q60pcqz7I?(KωRao Ρj֋lFm}`,R1v޺np+P\^?W |gȩ{·W||3Tp7zKA7$0_H]QSnu3&@cn voI4v#!]ES2Mr ۮ *3R)R!J{4H:@?B/=~OɘVǎ{>#*TB%$?ZCF*֞>T ܐC:웎[?GeDEҡ?:]R4mئ4.vvFعq=jg44o܄w3vo'T tT2SY94IZn xXu{;|cd+ Vh^&]ُs㟽aZq<_M@TGwFY5RF[;L0:um?=k,ZC\rw6\ψsR M9g] BAC 70石>Z k⢻:Ce~Anܒ Iz4#dՃ z{n8b`/}=]RA*|ٔ40?4se!hsptʠv5{T5-NTd%_Gr*L if|`+Rs/)ClW%L<6@o^mC~Lr`Q-92 #/ ;tbC=i3`x`l5m e }mS7մ ܬ1u^\X ^g%\(S [L]Ͼuo9 N&zqo d TF+3T,o@4)]کxQ a Uʯmu0U,Ϡh9*Idˇ1e}0'enW9HzjΆoWf+(/r24ْ7VS2*1*@hNl}Ղ֙HnMxx9eIpH>L\6}H:'#~K3Y% ]k}o5.ڣx|TOF9;nziu'/P LJU{QaI@6;{uȫ)]:ac˚`S:T^Gbtp"gM7e_ e"6%E@V;~>v|*Mrǵav'Ĉ9iu)F7 iCWޜxh"ҧk׀oWyvAN/u&yv ;y""acyc^'1Sk "S*aP>CJ1R?9XM8L nC.DWWуTWxm+ y9-Yx2hԽ 3kLL5fclGl?ELW]xGp OGZʝ>AYvg&t-Ocfl^^vbZuv5^TAE(]>(QmngPd.!N8n'1"cW Vpv~V4suLǿ{8Ĥl C`Z]Bx-KŨ+" B#s\?Y.Zn$CĖe2ɂ)5Msnfi]!-mچ:1',SWIqW?Bx\}uä@OÐ7M"R Zwjv-"vK~FyYM#t܅ŁOtƐUiJ*m\Td-mREꤔ-GW-%xu('o| h &P:ꄚ1j~Td젣T L oqvGf& lXxN`.SӣG+蛭8/XH݂SEP)%'KX;(.V&<Gr뇌Z&raۈl:!Jl>kQOP(9ؽL%Zu /9`%楒4@ sj'Д$,*QCf/>cTt8g9--o_8ٙ.ZtmJ@DF Sw"NgΔ j2+28PA9TP==j}a_O7GL-6mlmYk^^p6lE6PH)+RSS>DElIGZ`CRm6 ,H*[HM9Z#{ẑ ''DŽ$?ZTƚq~&m(uI8E2\Q>_#;䄗u,;3t7rM~,a!=*Qܞ\"&e&ytF6~K5E_L !:Y< f;dO'?u̱!yVNff, 04;a.3*$^I  "[Y(Τ|0򄜐RC )T yI&݊@Qy\~쭨(}&ˏuo =/cfHnXWc'Ed{S0Gޝ Qb)A;C}H]4-Rqw*脔꺖 Ҥ%֞'.јUSk)#$MmDF-{"nu:Lvt~Y%K{ ݡ/1E5$P;zg=]ڃF=TD(YX(Jځ\3rZ[`k-\|bTl^xag@Ǡ&%7䐪4$˂!i)O35j69ywP{6DE'貒)AtnR” 6 3#ߵ- ~7{8 n=eٖ^G@bxH d+RB2_}dU/εӥ65S)) `ZjbVZߔ%#F.K#h9jb'+hyll YSl"{J^)`zO;m&dֽ / 7O1ZM-|D+ч 7 %o#CոĦ{L{>WJ%+3uuhl)pdt1 iqyx6g(YDq"Sc9veibī ^w1n$9?iU~,!2AγCo=3.y,NKFc4fo/mK*uET67[uq,j`mVtPHRNs3,bHZV)+|!ONg{j˓r=u c)u*uUxN &WdP#oit- G( O<2nF:Z2UoERP3Aum ՇCPɖ-e:m!>5*7 >B6pV '.*pSLhxx;>Aù+m85#V-qg/r&u(x8HV|Ԫyv6y cwӎ,CY])nIFf \׏m˟ #MK]h3ѳ>ʃ xӛ^1GɮP#{*fAޠx@9+6*qG-pmi%O˒ܖN/H;lz!<#ͨ1Δ- YZ