libjansson4-2.14-150000.3.5.1 >  A e9p9|֙/'2&|hea遒C-#m&fsp9xHp@?d  \\`lp     $ f |, T > (`8h 9 :F >b@qFGHIXY\]^ bcd?eDfGlIu\vdwxyz 04:|Clibjansson42.14150000.3.5.1C library for encoding, decoding and manipulating JSON dataJansson is a C library for encoding, decoding and manipulating JSON data. It features: * Simple and intuitive API and data model * Comprehensive documentation * No dependencies on other libraries * Full Unicode support (UTF-8) * Extensive test suitee9s390zl31`SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++http://digip.org/jansson/linuxs390x`e9{e9{6c1310a463023aef931a334e80fc37a5dbc87dcfa515338651c7ba12033671f7libjansson.so.4.14.0rootrootrootrootlibjansson-2.14-150000.3.5.1.src.rpmlibjansson.so.4()(64bit)libjansson.so.4(libjansson.so.4)(64bit)libjansson4libjansson4(s390-64)@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1cXTZ@TS˯@POPO'N^Npstivanin@suse.comcoolo@suse.comefimovov@gmail.comhrvoje.senjan@gmail.comjengelh@inai.desbrabec@suse.czjengelh@inai.dejengelh@medozas.dejengelh@medozas.defcastelli@suse.com- Update to 2.14 (boo#1201817): * New Features: + Add `json_object_getn`, `json_object_setn`, `json_object_deln`, and the corresponding `nocheck` functions. + Add jansson_version_str() and jansson_version_cmp() for runtime version checking + Add json_object_update_new(), json_object_update_existing_new() and json_object_update_missing_new() functions + Add json_object_update_recursive() + Add `json_pack()` format specifiers s*, o* and O* for values that can be omitted if null (#339). + Add `json_error_code()` to retrieve numeric error codes (#365, #380, #381). + Enable thread safety for `json_dump()` on all systems. Enable thread safe `json_decref()` and `json_incref()` for modern compilers (#389). + Add `json_sprintf()` and `json_vsprintf()` (#393). * Fixes: + Handle `sprintf` corner cases. + Add infinite loop check in json_deep_copy() + Enhance JANSSON_ATTRS macro to support earlier C standard(C89) + Update version detection for sphinx-build + Fix error message in `json_pack()` for NULL object (#409). + Avoid invalid memory read in `json_pack()` (#421). + Call va_end after va_copy in `json_vsprintf()` (#427). + Improve handling of formats with '?' and '*' in `json_pack()` (#438). + Remove inappropriate `jsonp_free()` which caused segmentation fault in error handling (#444). + Fix incorrect report of success from `json_dump_file()` when an error is returned by `fclose()` (#359). + Make json_equal() const-correct (#344). + Fix incomplete stealing of references by `json_pack()` (#374) - Use GitHub as source URLs: Release hasn't been uploaded to digip.org. - Add check section.- update to new upstream release 2.9 * New features: Add json_auto_t to automatically decref a value that goes out of scope. Available only on GCC and Clang. (#301) * Small documentation fixes. - changelog from 2.8 * New features: - Always preserve insertion order of object items. json_object_iter() and friends, json_object_foreach() and json_dumps() and friends now always work in the insertion order of object items (#293). - Add json_object_foreach_safe() macro that allows json_object_del() calls during iteration (#230). - Add json_get_alloc_funcs() to allow reading the allocation functions set by json_set_alloc_funcs() (#262, #264). - Add json_pack() format specifiers s?, o? and O? for values that can be null (#261, #270). * Bug fixes: - Fix a crash when parsing inputs consisting of very deeply nested arrays or objects (#282, #284). - Never convert numbers to integers in the parser when JSON_DECODE_INT_AS_REAL is set. - Fix a use-after-free in json_pack() error handling. - Fix subnormal number parsing on mingw32. - Handle out-of-memory situations gracefully in the hashtable implementation- Update to new upstream release 2.7 * The json_pack et al functions recognize the specifiers "s%", "+%" and "+#" * Add length-aware string constructors "json_stringn()" and "json_stringn_nocheck()", length-aware string mutators "json_string_setn()" and "json_string_setn_nocheck()", and a function for getting string's length "json_string_length()" * Support ""\u0000"" escapes in the decoder. The support can be enabled by using the ""JSON_ALLOW_NUL"" decoding flag * Add "json_boolean_value()" as an alias for "json_is_true()" * Add JSON_REAL_PRECISION encoding flag/macro for controlling real number precision * Define the maximum indentation as JSON_MAX_INDENT. * Fix cases when some malformed ""\uNNNN"" escapes could crash the decoder with an assertion failure * Avoid integer overflows with very long strings in UTF-8 decoder and hashtable * Check for *NULL* key in "json_object_get()" and "json_object_del()" * "json_unpack()": Allow mixing JSON_STRICT with optional keys. * Fix int/int32 mismatch * Parse subnormal numbers correctly- Add baselibs.conf- Update to new upstream release 2.6 * Fixed CVE-2013-6401: avoid bad performance in large JSON objects * The json_pack et al functions recognize the specifiers "s#", "+" and "+#" * Add the "JSON_DECODE_INT_AS_REAL" flag * Add "json_array_foreach()" function * Add the "json_boolean()" macro that returns the JSON true or false value based on its argument * Add "json_load_callback()" that calls a callback function repeatedly to read the JSON input. * Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of '/' with '\/'. - Drop defunct gpg-offline and use local source_validator instead- Verify GPG signature.- Update to new upstream release 2.3.1 * Add support for optional object keys with the "{s?o}" syntax in json_unpack and the like * Add json_object_update_existing() and json_object_update_missing() for updating only existing keys or only adding missing keys to an object. * Add json_object_foreach() for more convenient iteration over objects. * When decoding JSON, write the number of bytes that were read from input to "error.position" also on success. This is handy with JSON_DISABLE_EOF_CHECK. * Add support for decoding any JSON value, not just arrays or objects. The support is enabled with the new "JSON_DECODE_ANY" flag. * Avoid problems with object's serial number growing too big. * Remove "+" and leading zeros from exponents in the encoder. * Decoding functions now return NULL if the first argument is NULL.- Provide pkgconfig symbols- Remove redundant tags/sections (cf. specfile guidelines) - Centralize the shlib package name- Create initial package (v2.2.1)/sbin/ldconfig/sbin/ldconfigs390zl31 16982357772.14-150000.3.5.12.14-150000.3.5.1libjansson.so.4libjansson.so.4.14.0/usr/lib64/-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.suse.de/SUSE:Maintenance:30918/SUSE_SLE-15_Update/a1ced0fb55d576ce4a58a9c69fe0f3f6-libjansson.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=56a47cb2497c7dcaeb8e7d2c69a01770bf9fd7ec, strippedPPRRRR7w./utf-8f0f25139f3d2e228a7f989fceb98e0141358a92a15f99babb97074bd288e3be5?7zXZ !t/ O] cr$x#I6y L0;A7in^ɡvYembHE*ߵQ 7 He0CԨ8TCyRLK93 %R!l?sj>n$4L0xcsaGsiِ7`姯p$9Z.TuTAίײ w*]guF?8%FP- o!1*nt2z؞0ʽ;Q<;zNCWc+N/固D! 8JB Jml?0C?W%pF*,DJ }[*'-$_ Xq` [#:߶OSx=IJM(Fѕ,J2j:/Z⌒CyF"vc.\2͆/Г;ccsvaJN)/˜2R/d\P5acQy4#ۢKmK;( 8Wإ@+UE NHXk֞UƷ0WښeJ|T̽rpv)mvA6P2U|M3Xe b{цH,H`)Ij waU IEWi4 +>r4{oA@?׫_r \u7Cb`(BUUSrP+,R 넧jӎ"fd/TfI=Z_~>>8=x\ιmƴ9N4V} bIN@ gԔNS4{u$,hƟ1Q ݩIe܍gaH-%Hwo ل~K >I{A&Wzn)X G[#r!WFտ8iz 9*iMdlN8Q &Cl#e/"G~zgh%O9HrZ->5jZ<%Bx[UQXj$b\?Ӊ%mDm#%VhtХn&2iQaB\6K8R>ТV(1DNM?IEX8gdQN #?gg̲@bO$}S`4YlER죰X0q4:ȃoڂS@Nm$p𨯧i͢…vY $0@:pAzPPBB# &3zI.Ȗ^S~)yx44YܛcíƑ4Τ@Kzh;JZÄ܁Q.lVņ@8\Y{a*"f̥M-+ʁK;؜.D JBW=AuKbDu" '3#ӓY+w}WjTaA/sn{c:eiHEH%%-_*l]8h`Rk%f,{;3WiڴOhD lk18a!'㬊@$x quVgYo]f_\&G5~ʨ|,T\BM쐀)3=B3M c=ƩP*{)!\lͪ-2Uyi6944qq28ZVAOg]wm^ 1$Q,˻[:T?~mx0@oفChI͠}o:1e[==[\ɒ}b0-P Y*EsΥ~_wC?>ul?4|@xmۘGD3ߨסg`SeAe|_aLmxeP_Rr'(=v3~2*`#o.-hA_tbT7>rkq^Q G!Ẑ}AmTs VKhN鼍 \xyh3UKe8. q%+@PRU -QB l?jjA9O s%>$ثӟzBȳ&+2hTߦ+fD69TmWTl7s/Yvz87]m ;i¥Wh|dg>EC*lɇX\[k{JWR519 ވeyL' -ȩmWk(ZnF N^7" Cӎd ~&|CrV[izgMMP-!qxLuL@%-"D9:! @{T) mLhw\(ֆlI,| ,<|X 9? H2 L'ސZQe)iN O$**:x(Ml)z0i$yi\0zLNRt-3o4oB2@GZs|!@A d}mSh|9`/4wn7phҚE7l(,xy7E8"ի-30pb*}<40ep Ko6ݎB Ȕ TbQە]!7 ̴X2O"݅m%M>t{x`O"czV$Z)FɕU`^҆,RZlsI3o=*9)ua[$gs(OV"b.ix|V}0''/LJf,РJESE+vdN#"& /q(DHķژl0{T>xbXT$š VdjL s†ÐB7W!Z|y2:-PG8 @ieVTXSwVS:_]HR"PF Yu  BܐϘ7dS-/@~%QY0ɶVkv;jV` !3ɱ@Q|TliFFT liڦw[?|GU]KH&d36zfo_ur_?Eu5,DfQ~P;C]Ays`OSM? \3LP x`ҜKi0^V ,~,_l'oS1/?_Ij3uC/]]=uT3QnMij.AΚ |%+(&݆qo.:- 0_ԴNL\+sYFAG൵r9nዴcմE{^qxP䲓XNoo)y3{FN}U4Q SNf7b28(i&_>B7:+pJw4rC2 AVʯO R} 7TDFǯR#ܳ;=V:eK'zwN%55)Pza8 '!&/5N!0)711Olg]C%eJlGtD ̀=&,jޖ/1e Xtv9U@!ndIiM%9( mڂp|Z'fKj3}gvU+Lss <}F;o [ 'ýSz! /\mSVa@YF>[[pkp7դkT߂8_n'BY#Y /'Az}^V̒0 r~""ڇ-9VmO6uk `_ GSϢ<(+`;j ~Cl xJo o869/h.L0B 4eUX.sn FnV9/X3QfIxzG# lڅd,U2ĩdqoDU@Cm + BE!x I|}_$"#qnRڗq,^Nrc|~I2Q1ɳtX! 8jf > x9ȣF]oڐH5ݫ{aoCPwkQ 0ls#|^BC!/iyҧhd Zi→2%Vm;m X$H:+Q/ZW EoCb+\eಀ<^fBgC;s޺kP3bm^ [t|/ 28y}8z#Lҽm$WROV #{ 5:^E+&usGf60RmB572?#l`yʸW~W֦xl,+B Q @_΂cc<lsO[~m'5LJj]P+ QV9Rnm` ѣ-Ikc- 6 ,Fd1H0#:m>ܪ*d%gl&;f0ܔ5f^i.lW:ȼ~-*!Ӡ? htdhX@yvh^(O _Ed%g2zoIBDVO26$xL21̇[mo07$?yāc*pρ&Ƥt%)(O^V*iw/]8img3Tz @?EW:a!|I&b%nSk:(>cK!lP;ς{@}+a΢cg$5G=!r[ͤ?J3*VYA+6Qޒ,TJGk?k&m:XC$=bfs֓}AҬ-F>G/{YM = =6jbΜTv {*2"^ cջ4u1ۤiH\ NM$nݦ`uyM2%ZQDR:gPlIQo_mQ@cib'd.q\r!X)тiƄipESO"Psk)Q]9y^'!6Ǟ+fnN8 ;+h ~ď ]Qg*)RO0 #o KGYIG%1 Q.X/g%?ϭT!# rKFK)G \!ͶQ "* =u%]D[L<"C3)A9ŕ(;I*IMPVI[S_űp>ԓ3m# UrKDsV6_֢^ f`Ee3q't!0V 0' we| ڬ _: ]jf?&~rW;w@c[{ #ڮZ_7Pcd7j~O]uMvh0avhAeDK~ ?r7mQ+lMGƦZ PH x{ ֍0  fV͈]5yA)W _;p멑T1:wVrhp=еY6q-Y<,9j gܾ[֙Տ Krs X3OMXSwno ۳[OYܦRs=V :E,ֆy|MAx&{I9-))#>q3=;̙ixbfv!|S>4s ]=6*| ̞d:!su~CG0bTEJY8Di_ 4Xi_ % M2Y4'6pjtO._;  Mb1Sh ՟x׿5r-Q05X$Y) thz~;sŮ{0DN6}3zP r^S^MBjG4(%a5bf!ñ2FGe"Qׁʲ<$- Ws KRFZygۜI 'Xo ֚ ]`U3R}MMŃZfO^"Z$tLWP9g|16RE3B2쳷nV{fzN?I+V|hTȇ_E N҆^m@NuKY3uPy ṕhayR$̀諺YC_T=QqC._B9ߌZM{ב5y ~7ؒ&Ռ>Lؿי5 q@2wkbtuKD?dGL`R! cqwa ^+L 7[Lj%R\TDm_I.T FG TNIQO`u+@!6Ƕ^lh[Xj%mȏrg-&R` of#SQ&`SvGÇCQ3:[_sX0~ڿʿǰ6 1B5Iu3V cY NkqIdfմeCx#$JxxdMN"1ٞK rza>JeO܈oż#dy'8HUb9q>GhT@_DZZᇸ> 9sڂ?Ol(`hݐ6 8K՜@vv2j% T_C:)0ĐT};҂,&Z4rUqyuڗi•p_`qO=A?2Mo l)0tD,N 簺Cm!4 |@43&LIŘV(o2}<}C?u=V>-4#@ۊs qHHV(1yf#,}mb VsJ~=C!X_m% 5.#v|q TBEP33H [)Pީ5"mv*H$=Y܌F&x+k#T8V8Rp4 ~k 3ˣ;95( ӄ~'.F:i-|]b:Hc4/)}¥tOKnc F;dD5VunOxkƶjePYa3f6a59UD6ϰݶjG/nFzyi3:J|ꊦQT,Wu,=2Mrxo뱗TC„.SlM`c3HhXeUYtR y`9˟)m6a7!6ZBd4TslUL=/2+0o}coO|͆u!eU^;rNQBB L$R㴿RkeT/| Gu%3{**46 UB@ǒjrk@"gk#!}>#W7}VY# hŜQH*Mx;a*?qQ}d؍z=Hٜ7l9V]$;ԗ\5́9!Ʋ[|`,WN5"J6L!0zhߎ=nCkTfaUiX\-w3! )Yhj1_4N$(,s\~$^QVEFnj }X|2CRU2a0:عr _J|7 (s9Ȥ&Yz /#:0&wQtx&@TpGKQH݉'˝sUj^FgĴf{Ql`T?& \Xn>?ڑ FǖB+@&f{fQCYlP&>!tb{rrT:^Ry"89#jmYHpɥE'7^VC?%zdHÝ0k@\`wͷǽO (s: 3<oݥ<]}q "& qIs`C`\Ԅbj}!߬U0dmb F~yu8AT>^EJq=.ýv7XZS qé{[T6kDT'-l/nYy$0\P dhO.t^>auθϴwT|\+A 6gHCbSBJܧ tlf3aK|U? @`y)9 HvUmLwIS]O&Mg23eޠ:Ġ.zw04:wF65sz? l=D*h4ylnjn=hQ6~^u=ȳ);=Fm_½^F$Ӆo\Z?*g}JE9B S4F`MB};`Oep]?$p9"ha;9:(Л=eӨѦdGFs\T﹐e}6^^\V{F D'sW3?'h]c~]թ01ߥD277BFslRVۑ82E 4MTCy4{/@Ot w>'*;؛o21{(Om5i=3>f9Zb&Kn!`G,Or|fQvͺcLOMwÑɞpDCMÂ0%Iʝ@}dbU"SP@G&v>+ЊjWg"$* $eњ;M%uz{<\1G(J\O\t1Dz{rVc у+Y$mmaU,gᾣ/#j$'tr7u~>"(9&>'ZFc (~Pؼj\Ee6ӈ! -xu%unwFill_׆[^)P[,9 ya . ǐ×^fs fzJ2#CL|1F Fi\b3Sk<˓1+0Y`gkԟe9R|9 EnAT~6l +Տ|O_ 7̹v^W|٥MSp4йp:UyrT^CPnjG9(c'J|na*Ɓv+7瘍Wrٹq?<^U`+vv45..܁SWYVyJhs,=aiN]48A'MwYs3(|dz1jN-2i-RhZs+sSؙ6&e_cQG @Ûc-;ИȚ!Rz4tyn%D:djQ3 zF)l `QXYKٚ"lvAKX(f8SQ=뜮R˿ ?)=KΜ~vftCyXf\q!Tc+.1P걳~EZR6XPT*C+HOrd{w]`$Rwd?_J* )TR<a#TVu<ϩ[lq&FP Z"J[bOHUT"CoU?67?K)ixM7V6> R.ޭ7w>\q%ZwAch*$_ӱ11Or IJ- pLVy rY:R-oj#\2۶3EuW~u J_}"dE=κQڰR*Gw֞A&w R'.acdJ环rB`,-`n}-v*:х'Q3Zy:q#um1?j66M-jiBsu:M{g8w|K^^AT̏ Og6s*jt5< z K`#<ٱ3ʿDƧq+Ivd G]3NJY{Dըl$StQg}/%CKkL|j@2=ۦ(v6P7)n,j w0CB+#oHe̻7F$qeD~A"4>l m ڞHĵ yVQ:-,>|>rcOr%@X s:֠%v~CiSkXÁ>:ĩ%c 80b74XױX5m,;}9dET?*5&R^;z[vGzcP%A?2v {$}%lBm/+<1WʥCE>1vBN#P\","j=Rm'R|OEaqLzwwX3O*'b( fy]nY#r }ҞoBS{`|U5' b شܛ=4IxNFE݀ B.j_, M"WNqdiQ!Y">Q7%²*6U?${?Q}ܦmB< j[1>4{We*ho Z[5#6 bmz!'v]3ppF";d6oZ06E"<)"/uLG} k*I[s dA~[ЁT(8ގ&h3TjY{g;A,qK uvAW[pL)^ѥ>&@ `vC f6z1]>K*fkՊO5J}jJ-q}lCK3R|{܋'UöKag3X἗&SP)2ޠaS(:ɬ+pܭW``er`9;D"Ha WeaѢ;buǑf#Or_KO7QNDxA\4P#t{_K1f_{6|\cjLk"T\/"|Ib2jUC4B!6K9nŒ7Q}~E?vYI~1M=6[݂+ʱqeX.}g5"iU1X.3 ^z)GI&Z݌v窧zMk.? AFK J?L*E{@vb|wY;\e=? R/d ɬP#pըuiy& >y{l8:ws>˞52D%@-c"ߑo> J)`o" T9U)S9DwLJ¦~r s)pҹ chjZ\DGfeYZ<+*ϟAPfzd(`"Our){^*2.UqӂxGn)9s1(GiT;uʼn]䬌j!VP8Q)Zwi[0r)K̓.? c82qr96c)^./ KHSADS‘g۷4&?Kfl[^QG!1 3H>&`t?+\=lrl&+\/Uu@<$l <{ s=Țddyw}+O)$?ca [nSv\)RCӂP9-P0."@g2U(y9`k|' ma*-0ޘo!Im5 ]/ڐ(;V|Mr8VL5G!B 4E?Nhv~SRT$ nC;0 Vc@4Ow-d~S ]Ze$xG9 ?q_gĉ78p8ŠJnqs{ցCBbmٓٶIpv LV>Ƴ}!j@"S%/Bxv?3@]o2aӣ#VOlgf)cYcϴ+XR\'PYY>e|7lxY#XU(g% Xȩgw79$Oe v ń&/?UP7PN˗bMWF6 /P| J2UKșX!vVl@FӺ#uxo3}XRU" F$YU+Őnyfv x8l3#V\)[^do鑩my80(4.fPD\IyPD{:w >X~A|A{ >,,`3+c=%C-xko7ġ'A Lw768Ic'l9{oWUaM`*.]燾LdO$ߗVmh3Ħ9`;g[zo{ܨ'_4XkGì~ObUʟq$ 룣@_q4V =?=Qnń%+JG@}3Uuat (}H뜟_D_o2dA5u.;#83Q`F\j'8[x` -$ȋ8"!Wa䍽#$pw~rEs[\a텈%H9FEWQnVHBO2pMKW(YjuqM+p,=|l-ҺyJǏt(s1<" ,T@pڇϙ>yh!BQc.(u" O<6cc;0'ӌz}-+4;z>Nӈ}2z7!BU^1 ZT_;# +lUClU3}v ~QGդLDz||MS e[D" NM#H_Kn )?oofl<Ǖrڿ|D.9ԢcS*"Փbu& \zN LiZxI EYKZXWdr?-R@h 7I$%h;#DŽp#Wp{UKNʹxLAR|, 9ǛPT/j^*$fH1)tRA0၃j>yFK,_Ƕ -5qQ~}6\vŕ7f/Q]L`KES2P##h IR7کZ1 jt_o ])"I𲋅ѥ@,.ZzC/輺W}8͓,d٬u>b2Fᦺkoh+\s(Wz"ĒFMvLJpɿSfђ?֒5gCQ n{EK)."UȂzc3D{sW aøs/"O ~gRl^ga;^(Y8mjX.w#І"ޜZmb0 P %yjꗑMe BY kg@s%}W<ȠcلROٵߟ.3R?B`U뜖)Ö́2h^JB?rɀ/:e}[M8q#-)) NWD4iIx0&ǹ6."?+i DV|Mu:U>F"ۑҖ\~‹&D \~^+jG&W>gHS.%$tȽPnY0?tXĶc^=>i`1-}1QG]yDF^6*ϥ*{`"!V3  [RuP}˜&wypNo`K #.QPV1#5y%61&77H^?':^‰;8f?0ǭT:YоMi5g[s[1* "asy*n>O,Y~-˙y׾Y0$@o2iDW 1ՈkoFC@"\=dFpuCcKڲȁCo*#žʢǮ GPhv79D!(hvP`[:]aŃ#Vw[DrXEqkDz,6e9ulhЅN9T6Zw?oKF:Yaz."eۇ V(AO_rSqR5p0jgf&Wޘ٫#$fND#o9b:_#cGHA䢑l#yd} ؒpF;dt=nlv*ơWT;rbG>zj$']~t?5ݑܴ/Y%`QGY#bGH;dži7=q7vKЮ\|b땤1ZCO|NN'J9g"~ԹBZpe{.VEJPc.EyD7xh?7H:$_aN$b)&k%kRvx,W%}$J)S5107sJCт=yBOEmzy/֭&^DLJ~k!t#^ -,]~ˆ1y7Gxy.=YELwcT `n l48do+O+xf>%:3{(R.(w=/+w:c ч{S%77l]V] ɖ9F&iE(L8Q @*+ǸւNV!La ]Pq?L<Tc' jA*H. qP z 4dPEYr->~r/*Hqzʦ 1hZ'oQ1ɅSGqTV&Bm%^nJTx;%7q~>Z&܀Ӣ*WF~ d_w_2V]^kܧCB~l\ûaEaCL!L+/ Ǟ13ftx94&: |T|ދۊA42D:Dɉ ac P UWK5Ԏqahgh .2K ' ^'MX0zrR!Vz3@n |z r}|Ҟ*Fm YZ