libjson-c-devel-0.13-1.19 >  A [p9|\Z2 XGm+{'EEm#cm<Dk.M%i>x<)1}X#so33{里>,kX)!f2k ~cøC61TI|=/;>1=z%,>vd>!n.U1wT.G$@zezf!'&x2qc;q=UDI{Cpi!lj+@Ezam|]zWhO`?rf172bc2ae1c2699c67e5eab6c12481025419d13525bbf0a6afae80cc370c1028538668aef136140a835a020d8500da76981e32cb[p9|?4;vؒc߼fQ4pGt ZA>P/:7M n. v|Dr tOwC[uq @QH?'3`vCÖ:hűQ2߱jNt!l[P;#)tcbݺX#5iCu&apL+Ldy7,LrT8uXC6R4HA] ?6e@~u^/_E HE4g1ER$" GQ9Z>pA5?4d  I 6<D   ( ; lv 8 P ( 8 9 4: 5B/F/G/H0,I0xX0Y0Z0[0\0]1^2b2Jc2d3Ge3Lf3Ol3Qu3dv3w3x48y4z44444Clibjson-c-devel0.131.19Development headers and libraries for json-cJSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects. This package includes header files and scripts needed for developers using the json-c library[s390lp8O9SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++https://github.com/json-c/json-c/wikilinuxs390x*^% R m+ A큤[[[[[[[[[[[[[[[[[[[a80db992dda4f3f28102e271d2656d52a0f487c9fd82c501ba9e2b36e76213f8bbfdb896632342dae0c54fee47f197d68cd569f24aa1ee441acb09474f04e0c7e3d410a05f1cdcf19360d0bdb3fcd5d595f7e56716a5665c6d95100b29ddfeae5abff761849c8311a2257d2f7da69c24910a277e2cb3af665488fe0de5b23d0761912222172103c468674ba13a6add2511115288abd3dc8e1badc8e598c763978d813790eeb6efec103a6b4a3e21319b61cd20ea3c39d158b9736d89bf3cba841bdbc555098885ef8ed52e5423e5a6c75de94766e85d80b89e9173d2287f20cfd077763c0ad7c486a90e08cad2f7d8a2f89cb3923b17130df708a6af5cdbf18da77eff9ef87bc540d1d85e07557a9e4b0f6c91e5cf6c8853ba101c32de2026461265a2c8691597ed54585119148f28763bcabadaf63d4c52ecd27e1db952a1b09cb92b15a41f3e3dd8c014a782ba602eba1eb6b8851e0b2d90cb693ba0519500d78a518c4f169006eabaf3e14a20c46931b534e4edd02e309013c3c5e8387e49dbb45b3ffc3ff4a4f254ec58673bda46eac015a41c60fbab32a8466db79d8df65010dd33562c3949e0bcf987b403d104714073e98708d067c8128b7c4d83efdf4b47c81d33bb1ae5906d32ee7776132301d9fada182bbc6d6be2e8fe180bee959a1f895742a2a90bf81de1417ae3629b4165a2e0f799f8d860357f5bb97c08b1libjson-c.so.3.0.1json-c.pcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootjson-c-0.13-1.19.src.rpmlibjson-c-devellibjson-c-devel(s390-64)libjson-develpkgconfig(json)pkgconfig(json-c)@    /usr/bin/pkg-configlibjson-c3rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.133.0.4-14.6.0-14.0-15.2-14.14.1ZDXӸWTl@SB@R@RʚQ() - modify the value of existing json_object's without the need to recreate them. Also add a json_object_int_inc function to adjust an int's' value. - json_util_get_last_err() - retrieve the string describing the cause of errors, instead of printing to stderr. - perllike hash function for strings * json_global_set_string_hash() * json_c_visit() - a way to iterate over a tree of json-c objects. + Notable bug fixes and other improvements: * Make reference increment and decrement atomic to allow passing json objects between threads. * Fix json_object_object_foreach to avoid uninitialized variable warnings. * Improve performance by removing unneeded data items from hashtable code and reducing duplicate hash computation. * Performance: store small strings inside json_object * Performance: of json_object_to_json_string by removing variadic printf * Fix parsing of "-Infinity", and avoid needlessly copying the input when doing so. * Fix stack buffer overflow in json_object_double_to_json_string_format() * Fix various potential null ptr deref and int32 overflows * Fix a long-standing bug in array_list_put_idx() where it would attempt to free previously free'd entries due to not checking the current array length. * use uselocale() instead of setlocale() in json_tokener to behave better in threaded environments. * Fix out of bounds read when handling unicode surrogate pairs. * Ensure doubles that happen to be a whole number are emitted with ".0" * Visual Studio: use a snprintf/vsnprintf wrapper that ensures the string is terminated. * Fix double to int cast overflow in json_object_get_int64. * Clamp double to int32 when narrowing in json_object_get_int. * Use strtoll() to parse ints - instead of sscanf * usual code linting + Build changes: * Add Appveyor and Travis build support * Support for MacOS and Windows through CMake * Silent build by default * Link against libm when needed * Add support for building with AddressSanitizer * Add support for building with Clang * Add a --enable-threading configure option, and only use the (slower) __sync_add_and_fetch()/__sync_sub_and_fetch() function when it is specified. - cleanup with spec-cleaner - remove fix-set-but-not-used.patch + fixed: https://github.com/json-c/json-c/issues/240 - remove gcc7-fix.patch + fixed in 014924ba899f659917bb64392bbff7d3c803afc2- Added gcc7-fix.patch- Update to upstream release 0.12.1 - Removed upstream fixed json-c-0.12-unused_variable_size.patch - Added fix-set-but-not-used.patch- json-c 0.12 Fixes for security issues contained in this release have been previously patched into this package, but listed for completeness: * Address security issues: * CVE-2013-6371: hash collision denial of service * CVE-2013-6370: buffer overflow if size_t is larger than int - Further changes: * Avoid potential overflow in json_object_get_double * Eliminate the mc_abort() function and MC_ABORT macro. * Make the json_tokener_errors array local. It has been deprecated for a while, and json_tokener_error_desc() should be used instead. * change the floating point output format to %.17g so values with more than 6 digits show up in the output. * Remove the old libjson.so name compatibility support. The library is only created as libjson-c.so now and headers are only installed into the ${prefix}/json-c directory. * When supported by the linker, add the -Bsymbolic-functions flag. * Make strict mode more strict: * number must not start with 0 * no single-quote strings * no comments * trailing char not allowed * only allow lowercase literals * Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. * Add support NaN and Infinity - packaging changes: * json-c-hash-dos-and-overflow-random-seed-4e.patch is upstream * Move from json-c-lfs.patch which removed warning errors and autoconf call to json-c-0.12-unused_variable_size.patch from upstream which fixes the warning * except for SLE 11 where autoreconf call is required * add licence file to main package- Add json-c-hash-dos-and-overflow-random-seed-4e.patch to fix CVE-2013-6370 and CVE-2013-6371 (bnc#870147)- Update metadata (description, RPM groups), and remove .la file in %install, not %check.- Upgrade to 0.11 version: - SONAME change. - Fix provides and obsoletes accordingly - symlink the .pc file to the oldname for software that needs it - Remove json-c-fix-headers.patch integrated upstream- add json-c-fix-headers.patch from master branch to fix compilation of apps using the lib- Update to 0.10 version : * Add a json_object_to_json_string_ext() function to allow output to be formatted in a more human readable form. * Add json_object_object_get_ex(), a NULL-safe get object method, to be able to distinguish between a key not present and the value being NULL. * Add an alternative iterator implementation, see json_object_iterator.h * Make json_object_iter public to enable external use of the json_object_object_foreachC macro. * Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. * Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects and handle NULL passed to json_objct_object_get(). * Rename boolean type to json_bool. * Fix various compile issues for Visual Studio and MinGW. * Allow json_tokener_parse_ex() to be re-used to parse multiple object. Also, fix some parsing issues with capitalized hexadecimal numbers and number in E notation. * Add json_tokener_get_error() and json_tokener_error_desc() to better encapsulate the process of retrieving errors while parsing. * Various improvements to the documentation of many functions. * Add new json_object_array_sort() function. * Fix a bug in json_object_get_int(), which would incorrectly return 0 when called on a string type object. Eric Haszlakiewicz * Add a json_type_to_name() function. Eric Haszlakiewicz * Add a json_tokener_parse_verbose() function. Jehiah Czebotar * Improve support for null bytes within JSON strings. Jehiah Czebotar * Fix file descriptor leak if memory allocation fails in json_util Zachary Blair, zack_blair at hotmail dot com * Add int64 support. Two new functions json_object_net_int64 and json_object_get_int64. Binary compatibility preserved. Eric Haszlakiewicz, EHASZLA at transunion com Rui Miguel Silva Seabra, rms at 1407 dot org * Fix subtle bug in linkhash where lookup could hang after all slots were filled then successively freed. Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com * Make json_object_from_file take const char *filename Spotted by Vikram Raj V, vsagar at attinteractive dot com * Add handling of surrogate pairs (json_tokener.c, test4.c, Makefile.am) Brent Miller, bdmiller at yahoo dash inc dot com * Correction to comment describing printbuf_memappend in printbuf.h Brent Miller, bdmiller at yahoo dash inc dot com - Packaging : * upgrade upstream location https://gitub.com/json-c/json-c/wiki * cleanup old patches included now upstream . json-c-0.9-linkhash.patch . json-c-0.9-json_tokener.patch . json-c-0.9-json_object_from_file.patch . json-c-0.9-base.patch * Redone lfs patch against new 0.10 release * Removed empty NEWS file- Fix LFS support in x86. - Do not build with -Werror - Remove "la" files - tune up autotools scripts as well ensure config.h is included everywhere- Remove redundant/unwanted tags/section (cf. specfile guidelines)- add libtool as explicit buildrequire to avoid implicit dependency from prjconf- add baselibs.conf for pulseaudio to use - use original sources- initial pkg 0.9libjson-devels390lp8 1527290316 0.13-1.190.13-1.190.130.130.130.13json-carraylist.hbits.hdebug.hjson.hjson_c_version.hjson_config.hjson_inttypes.hjson_object.hjson_object_iterator.hjson_pointer.hjson_tokener.hjson_util.hjson_visit.hlinkhash.hprintbuf.hlibjson-c.sojson-c.pcjson.pc/usr/include//usr/include/json-c//usr/lib64//usr/lib64/pkgconfig/-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:SLE-15:GA/standard/f3f3193432f450c43920cbf2903b4701-json-ccpioxz5s390x-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePRPRcr sv!utf-814c74284696ddfa6b9b593a0fc96c69ffb4ee019eaeb55dab3d634352144ac22?7zXZ !t/ZM] crt:bLL $׉X{]NnkF[CQt`&~uF_5ٱۨ| c&LOWcҺ(o˻|#m T0enZMj~vQ'&Cj;Q @5`rNؘy S2*c'$w3Ouzf1>4޲*Cux ?E7[e,n k%Z! M鐐} mU9F85`d6i]>( s=6J[ iFGqOD7M z% k2r(Py*Fz"?RlŒ.-Y=(K)XPM<]lD/銚Ξ5F=Z's+.<;q_t* ~\oq~0Ex{PL{,hQLbC3Ep>< wpl01T+2-\w45RҌrp;ږg3BXBK\$ A`@.L9}TQRZ[H}:]E@$&5,u&4YlV-6d?>(R<\<ZЕ4nd1? <3<*.29nx:C+%dw gվ9w4ebJg%:]=S`ăm.zj ~? k(~<`1:Ŷx0Xun `DU?qGIJOWsyFs̡Wr3"pn)~tx0{,o$tj>[!]7"j`bZ_Qpd\H75lh2^Q[K,oSKutL+ xX.-;RQ;ÓaQWf/ťZpq]K1fIΉ6Հn ;8θw^ZHe0|{{SisRzxUD&M:{=ejC},6RM;!cTn?w}m!r7Kk\>qi~e}!b9oߺ UK&f#&_#7&Gy3jQ4TiQm%5Sk%>Db; : MָOQ*HnwJ#d7 ]YZ/ul;o+B-pD+d[N3h7+{\t;[9uV~gbʖsNe6R@CȇA;w&K4hǒ<2 ;xb2Atwpv2k]^]`|Ȝ"@ H] >CY y\ y{0v UbRIC%zc񃆝#:kZ[G.cx Ym *)(|  :jPDy[~3Y@ؐԩ>> !a;u3yM}:T3Y mͦ.7yѥn,1ЂyFK,=cp%Lc?4/wSa}B[qlNp3eVEuB߂Z{da9Qs`(e/y,xfΉ]՟W6m62\.~zVVbuzH}<*~BIH05fCsGگF7cp&&6+4ruM5Z_8(](p5Y%~n0=;SSdn+8y&ùbn}9Cwٮ QfZtt-1Ch1RT`]>l(zQPkCG nQ ȢX#Q 6ٖQDU, i}Ҫ%qT?7͟yq q>u9U<-3?+oj]ID'x&ኃGц ?,BiXQȄ&** Vq*kcrW?"V!FrWN;d 5m*S>n="7s;Dҏԧ~^ѹ f́<+!89Mia ~2sL,~%(fe?/A3 `-ӪC9t[(~k]LiGȪ,g¾Ul`m 5e] 晫7 !4IwUrWD7F<\h:fn._ Y-Id}옘zpr \5Щ/RZO|3c>+!V&mșK 's<@?:TױEdjޫC.4Rvtd55P'p- ӧ՚kΟ*UtűlӬ%j>O'MN ݛa'*ؘt. X؆|}sᜏu3XԎ9ށRTO:w5,Y`v nJ; 5YوZCʾ_R:+))[5 T g..;B!NXwHb´ahMoqT0fUf "FzULV+1aMuun'6:E˿3 [n\Sr'9\`oi6B]Ąh<^4¤ &e4QB2nJh^,րDiCĒ~iyTDٻc(KPV-79tp1C4MPBC]?ln !g,'L YOxsBߓͤ'7YU>ˇo}1L0o{&'d/ǻ{ڲV8@eYB}5]2 226D~ g@/ lHD|Tb/TP=eեxihǃXVҷ ,Z=X `'?Aȵ{iu;P;z4atj`d⣌䊠+b8`}Ȇ}a|mF% 1 #rlKvA+O.9$<9 gD3MGxm=/10:.T}晦c{'*T_,ٍ P{RDzuMt0>Cin\*lCza$wLI7+3=+/&c_fҶN1Zc=WmgO(t ApSL5pmU߫ZewkֲvߠߞOAm_ތVM}5\I8*"x>QVwhcpyapPD'APB.6@Wnr}A}L~ϯn}p.W+y_z&dȨL${AW Q]!Ks3 *6{`7Y?u63Q>)[M*(.yԠI6cЈ;}0&38+qcjPJn30 6mʰU>VrnM6ILP~*M(jP-·RwV'4E`+{{Tkn^N)LQB)=ʟ̒f^f:rЌ׸K3f)}9ݎ 1o; xi#Jrn1j8$Ai0'.H>ںfh 7fk3QmKV&SNTpވFE"B0\T|,y_*Oӳ: B/Qg}PK^3~b|.'6e*SN)BhA4ZH Y߫ggxdU> E!ǎ0)xwGHƱN +0PxʫUѝw|֡Խ&p1^۷y#iC>vux6Ҙ)J$PUlc^߻L[B%VǚLOBPX@NY@tzBЁ!aͰ:`)CvBE1cVM 5|BBhiolldݪXl OuPB'$V8;;}HMᡯ'X牏I&QH;,Nr*qy+(GQ֠]h`aba@&zۙeq }PTܱ.ef&GWBqh`U;9r8gJLBt 3%[k%rI[O;窢%Yj,yAx2qiŞ':et%#T!l)HD7TNoO"7~aAN{vͷ+(sX{#6\`Ix6^h*qtlԣ.ux ~$VyebNe~ACYj}p.I^ZůylNj:Oi?I=d q4$} I ].ߪ 73{Iˊ{G1D?J,gk@KIcJ=$#fbfk "TP$cJ-r`X)dqZ107ΓXq-fL cP?CyC,L&SIRXdNv$r\olGaoh{2r}f:ɛ~% 7\z %#A-X-UL-znLnR& %o?W:,#.߱AJ1prv`YD%f5+i]g^^R?mԐbdP_4Y򭍑h8hp \ġuN]upxi)l,>`=PV=P m+]P vGTOەzs.E$eH5ҩvE( o%ie|<.$%~8) ZI[zؚ&{{8nVuubD0#?息/Y[de3 6}FL]~%eY< %:/RsL!փ:bmuXc|jhv{9+ىinO?5:l'$u@MI+-OcKf$ٌ z7(\pq0 ;¬c7lyZJRrD 6V>EU(,6zgZ=ytg-) ־?JU=!ul$ҍDxfO#R_=Z%Uf ؤ eɺeD/M β!Cy,P3A z5fPx (PW~ S)Hm| )8px?л.H Hl^:6|5 6'U)$Ne}:0 _mW)[  L qnljQY$j;n®tLq4Th\U"u킬j{w HE^bVIm^vgStDFN_|y4FCG|Gsf y/tj|!c5GXct%̎S #T2^gH\H"%|;v@Zp&0о[GPwnŽCճDB T$p11v =OrCZpAx6!~*qG *#"-:@HяQVҔP@gҮ.v`hl,L f w$^C]58SfRlK\Xu=J?0}ZuxRz$ŐV, B{2z, TyTy%|al#1aXɝy^.0Iu0eKBfbNnt(k4a0& \aFv!$l`0냎mHWݙf&m8dW Έ! 2%~迲z!͟S!% j%cUJAպu~F bֲ@-zSsep?bZ<߸~}ݚNu%.9w|J5Qj,Nl[4E ! !1hr\s8 ٔ9Q6Ov,b|Mesr4Sv~xRǼ?+ObWNϓ h80'qo nk@jY B#l XO8ITu+KN`!{?Ӯptwap1#S@ oP<%~J'V֟N/N;3c]j sr- &%~TW\9_+ gf ŏK.H}r[ X<9:Xf 4H5v_x20|y(E E##aM瀧gCǷGт]NḀsDGH E3nIj?=k] C`| :)B]ZL %nV$MyzSc1}*;Tg1f1b檿\䒪X7 * (U? ϊ&_l76KLOF%P82wx!$"Nʉe XJcit-EMiJE$²!8F^=$q yFK7b}Ur K6H:/HD#:? -grgĈ7G6ѥ;IŰrV?jf9AsΚ~`a#2W1fCqhaԧFCܭ'#eg _%o1}lo@kjb!Tbm])me`hK1hd d,28"+9Q=ʘNX &yxm `;б3!__]Zқg2 <9bS;¼_8/l4? 9Qb} }*C6wٕ oD_isYZ+f,=aءv?D5z1&93NˑYR`"*h'zueq/uf@,i{t=;ױ4˸F8E {bM$c|͡VTa܁"B*W!KuXfp(M/q>e@<&lvο?CM "EEWp1^Q pkv')̰S}5fJo#ӽnȟG ʚwEm6g$QhS"J;Q4h#Gˠ羇of[kp ;#ߛloCVj]B&Τm~ cxI n~g5ע-6lV- pËt'#lėUtZmȋa6S9_[kphGqzZC12AOSt}HF31 RMT ~"5Bv~2KYd^دC\#; C:fQ xg;A 6hVi @ci|P 僨[ &/h&Aԝvh3%_d&|& t0\ wJ_6WԞUϵw]}MEl3)6(z@$Ұo6Bi4Px_13˞ Q͌ȏ#PLXK`I-SƇ+:ہ\J{^?&Q|٥''(k%2D0D-"|8>8pο3 dm]p'U wYmqK,A. k4s[a SlK;hS.yz uFH*;@?vst?yHiDU^g.GeP)'JB J9mOˍ?RiDt(eZS> ;K}ԪbAas P+ߓ.CӇ9n|ː3{fBudro5oD)ɔLsXbަ, YA;&1=6Ę ~Zq "` &CϻeiINg%I67K0z^oN~0z]i鵟2:ȊFZ9G</ea M"B%&ӏoKJS_8Չ64"aŸjxSOqÝB ࣏5CO 1ۿ ]~ VtS'%m.e%|M#RVNJh`$vo1K48,E:rF@oe&"?ۿvl~g}3Rk :%H_*&iA/XИ5L[W) -@*G=ϰ*C1Z5AzuCc"}DqvzAɼ}R)*s FRb-ʭdw9Nʼh&cf s>p4O f E>g?o7LdTMT 2/4zB:iɡ6uF.rWm+`~ 3L'"џʍ@j.)w;ٯb6eQutgsOe콯! JKeQ@dN\)Oo:wRG4es}v7L9Y j㊵Eh*&xgO9#AT&B^}R/ lژ!O~%|'qj>!ӒRg% RGA6^ZOm SUF͖/,*5nV骀=C#;f^]=-,c*j̎F/+7 =гKL k'HYW??soMa9"nx ؊7u!@AL*+ÔJOFFU9_a܆zLκ,@CO+aӐ{Y6RA\Q޺xG<,n RG '|]zLJM"9Xb *K];V"tZ$!2jl**'{iCa/:$N 8ʷ&tW{u`nʠXޚu6 m ƫ&WhM!ˊ͜8{T?NơFdO.60<1({iwLDG M?AJ.iCd)9]5VMc)Y_]!0ΌuAŒ¡QBRFNKzU3]K6M$V\];2:0u1P<}t !&I 5=k5ax@ 6frjւ  ۛn#kqx]+^)g) Jb-:L&hP/)jwQLzZcEucb1Tp_'[Q6kkZJ n~nʉ3_JhExL)fjbhsXh ]A ~+NfK"Ԙ" RY|}1\iJKsЪ7HzU' R'v J7䙑 %1tnJVjݺ%wVa)!O&!nfh)j{8tZmQ)DCB[5==HN?tAY soS6:uydn)"z\AE* ˁ9y6+V}v N`~mH>p;zy>"q{2EU k 7Mc#~8A]qYD2]feAsy䓨kހ}@Q7F`guwbBF_淩 _S瘘|gb;Ϋ_,g2ϭ`ǏZxmf iCZIy%Z\?|c>DN H14nUL##LwXB(Jc4w GnYGe؋el1X#IUB~#AҨbuZVf8f :ʪdsfSz|'uT~V)MSu`}ΣxM%^cĿZ_^!Ό=YJ9Lv?ld̝/VJ0vD#^aMNx,kY,;"Pe/Z\K 6ST_*uQUF$h_z$x?0F \yC](SċŒz:ļqQ޵x\/c[r1 ;=X] ` *]DR,0/[ (% p&=yZre!ԞD0I0*pYk}El]ܣ4Q:D#c.Db_>r3H,źjMa*xK8&vzl,E,>>05PA5Zz{_{d9ߍ"^{XSt; q|s*U8S,xM\tk< ̎&%$!g('JE3"O+X#ogtt+ꄝVQz/_G%R]DlZ+ôDj8 v~f& 'C'-ъ:īq5D36A%?H{@F~7;*mH,͓5a^?/|tSx>j_|2<,f v> j HcdHSP@Y|b ki3jEr< U1;P%%r (S88_jƴ/~&#=%$@jJ䟃=K!ѮEOPgAFP/~0 6+2Ǐ*pz$3E,LR%H4`N{0S7ASTEE@rQ[Ю7J,g><g&ak?g&lej h\#a\_WR.S "yȮ8Tiju~>WrTط!Shn*uE]C)ܳǫNvSen< 5p=J%&rO"*3%Q_>u{8`[wnL}=@bfsY-:IO%l7Wu2WvT/fB\y|ߘy#"X[LϹv# me47A"򃽄T^ignQ($ NRƉ%,rV(IN m⼇SӞ!ʳ>}XØӟsg푈}f?#ƻ%g,]HqѠ1KhxL$ANN`@B~fH&ȲTfI09ϱo,ٻ @P ݾ:/{* R ⫀i`/^7XN3.=s2xGJ!f?jʡj(^˻zl4, ByˀJx(QC8oC*IONz^~ʷ m,1Ȱr]y/8[OQ>@,:85ܶ즯0l.Q x^ 7΋!:r'U2AGݸ(@)-Q+<.G;&ρӌk|umy 6M[O]Ik?=0\Fïږ+CUeò;d,1z^UC{{&WؓE$p=#^/u nL6Q׫s%y-Ukx! z!5sV7d*@`jba_;(;$6GΌYwdb D 5r0,EH8(@Ϛ%v8~ yC(7G t8meF_?j?I'с㼫 !"cL_}sIЍ_u5ATC=vޏpfQ0ǵʵKoW@tG@BhTT}єQB~j1M-43θL| q+vW?qVjۤ!6w}qim[>|/1 OqUi(=пx0`7tg#H KSekŁI ULU +nkv uP{FƁ͕W8UNk<Zʖ daHY UzxT{}xT5_(Bi\m-FpX|'H*F>p^n1`Y PԬ)]u(z(Yey'Zw:81~n[@Q0 c"H`GeB}K2֐wv·õC70"Z"O131j@7tV/i(5#Upd漌E#,΅x㴡>:Weʰw RS#~.BLW>-t#s65a(% TBL,ClmTP .+d_z6C7]I8[׷Ԯqd==6qL;kG65'- Kl#\eos]1Fv6 рSl^R<LUcK5cHG IԲ8*RHut!d/D9Ϥk*[Gkw'%i M^y1Ǡ[Y @*-̬A-Q ym Zە |HK(]Σ$&u{J4RlмёZ/E |Cp~(H ؗ$<.8P EFcUYMfIsĂs䓿iovA?65*#ڕY$(񵜢UޠΣ5x εT5ҺW1MLx6Fe#%/i3sxjƪ}dFs l XAiC_W>C[_Ho-R<1JV9qVkJYGoL@t?^Yh&w-=Lvv\V\8;jVaf\o Y #b Y;;'սj)*uA[%WzK9uFֆäR@T%m];6oi=ƅ4?7(goԅX0j&$L}nxc7@'5JdmomO4t8ĭ q%]`3bŸ@ {*'e2::^t|R~s +lĒ(æ ! YZ