libjson-c-devel-0.13-1.19 >  A [R+p9|ugy>Dk$q V. δFY/lz]H6ypB"ctRnrQJK$Qe$j .NS4]űeZ]~th/8n~اowf*]P-w-jƣXG wF,to":p$ds{r6I=QoT'G׃vhz5thOЁW^~R8"m1c0de962a64b511d2dc8157945cba4cd28f70d6332ce72dececf4314ca5733182560ccfa0878718c3d9db15437f5101cec2d1a9f[R+p9|%iMa6A8܊-bRpt9@_13ڥfmD惟 &,-Ex+/VaoTc`JqMPg"@&8}B w"v\f n6[ʥo;<|IFd`헴D Ѥ $G&/:DK7=Ri}EdbBQf pA5?4d  I 6<D   ( ; lv 4 L ( 8 9 0: 1B/F/G/H0(I0tX0Y0Z0[0\0]1^2b2Fc2d3Ce3Hf3Kl3Mu3`v3w3x44y4z44444Clibjson-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[R"sheep66O9SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++https://github.com/json-c/json-c/wikilinuxx86_64*^% R m+ A큤[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[R[Ra80db992dda4f3f28102e271d2656d52a0f487c9fd82c501ba9e2b36e76213f8bbfdb896632342dae0c54fee47f197d68cd569f24aa1ee441acb09474f04e0c7e3d410a05f1cdcf19360d0bdb3fcd5d595f7e56716a5665c6d95100b29ddfeae5abff761849c8311a2257d2f7da69c24910a277e2cb3af665488fe0de5b23d0761912222172103c468674ba13a6add2511115288abd3dc8e1badc8e598c763978d813790eeb6efec103a6b4a3e21319b61cd20ea3c39d158b9736d89bf3cba841bdbc555098885ef8ed52e5423e5a6c75de94766e85d80b89e9173d2287f20cfd077763c0ad7c486a90e08cad2f7d8a2f89cb3923b17130df708a6af5cdbf18da77eff9ef87bc540d1d85e07557a9e4b0f6c91e5cf6c8853ba101c32de2026461265a2c8691597ed54585119148f28763bcabadaf63d4c52ecd27e1db952a1b09cb92b15a41f3e3dd8c014a782ba602eba1eb6b8851e0b2d90cb693ba0519500d78a518c4f169006eabaf3e14a20c46931b534e4edd02e309013c3c5e8387e49dbb45b3ffc3ff4a4f254ec58673bda46eac015a41c60fbab32a8466db79d8df65010dd33562c3949e0bcf987b403d104714073e98708d067c8128b7c4d83efdf4b47c81d33bb1ae5906d32ee7776132301d9fada182bbc6d6be2e8fe180bee959a1f895742a2a90bf81de1417ae3629b4165a2e0f799f8d860357f5bb97c08b1libjson-c.so.3.0.1json-c.pcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootjson-c-0.13-1.19.src.rpmlibjson-c-devellibjson-c-devel(x86-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-develsheep66 1527271970 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-ccpioxz5x86_64-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePRPRS=#8-utf-82b07358a21a18fb24df40b64a13dcb28a891d9db69f1d2dfa4934f4ad205595f?7zXZ !t/ZM|] crt:bLL $կI@/[%I9Q+h!;FP:46|Dҧ5BZ2(-P!4׏n)P:o{KݚҪ  뒍NIdr .3vI)7 ph}ӣ4rjBY&BJtZ{tTo 5V9O-G:w&xm0QD+;%%= `Cz9Q7`UM nP"4Ht7}V@|G}»P.`hb B^@uK=* K ոOPUU xe˂bl}TAҐE._DquΘ cV,k ,n_T`.yNCۻ5l ^g.fKmOV =9]8CP^Bf2>DM*shpr/EU¼Ԉ9Zqg)C뚁;qF#ڣf^W?0QbI 1&,90u 3>QRLJi\D >Ȓ:IɰDk;_c>xHryGsJ|s>JSo`o,j5{}IE_-_WGE"ښ;U SGPu@ V`q #evkM1 ؖ} MU@{E0E݈g7!q Mq5pf~FrfCY vu8 Znsx .9OJء1[qSﰀ\$)0{)^Y߿MVQ`ׂ*'/sVq:1|)hA{&nNyq˷o\Tm^ƑbܽAmh%`Yb\W{RDSP~ԦKUU2UCІz7*Y0ik;ND+ɻ1!k.7Ԣq. $"6X*XĆ>B%j,Df)u 9xZIXic\oK^ *o ă.1|oφ`{3n[+^ǺJ_Wwd35n&]ş7%\a0^n@hc}$lU ab|1V;Q^~+"R]0,34K]bcvM0j$1W5JbZf{L{N> vVLЩ}vY ӪiŚ(h3)u.۰@X.˔Jx6tU׃yDm($9 ruPu͎3>:Sb-LbH;Ǎ{ w$>ژӌ)iI=[덛5Uy·;+UshD3>lɾ%|` ^%wP &}yl6hJ% . Ys) ?wǂi)e4ˠ~KZyڱL䶛6,z"VW&/i~pa.(* M!Tˬ.$ԥ(c0(sfE|폃 <x!VseHJ^L(1'ِ%H3nU)p!Zi[8tլʱMז¾%Fuʕ4(5+ Ոp%9pF8>`<\50J"awz9} :DGmYd@K*j1Y;w@ɹo9@"y^hRtx2gqX70i-]mDq6;=7cZ;'RDU%èG>>}KQ_1O<Aw?Su-f '?ՉҡTzK-NeYLeFD_*کyk5V+}~|mOtRo*W%d_rn&t8au'q5S2=GP|_]ǢAC2/d Qc]edMeyvƐ(,AOԮ—BFb4tM c {VtWFDh_IZ䘑1{|#Ab_l~HJ#l6~Y@ 4 om˙F'22p ?JY(ؖa'7^@V\B~AOk2x@dS7湚ehpj {m/Cy>ws~3 s1EiNd} H csђj(`tN&{t?MSx 2?;ZY`o&ݧk u@PW):Y%7=:MصOd7[ĸ kCd~H:M-]1F{.[^,k{9b]+hw;ZR4AYJgp0k9vX- ;UQr\3-y):1o&G2L.v􋏋)ڴ6 ߤcڅ||@ S6d^|f #)BԚcz=2X[¹+. 8>04+ga;TU-' z#bw@co"REVdڊ c' 3H+_6"=H>bLfW nlh{7bC"̓=#3cXz/y >tA(~eBB=b|#n?&>k^ژ’:\f 56gmvt.h*1}lccՀқp2 =by_P_\{'nrq8 \rqc~aot &QI̴{>vaؑh\E,VVxS㣅Atkf_fQ7ٱ6 d;ˉ4UjGb9߫c̃6SjF?(uxC-O%A@ڟ,zzt(3upzye;3WX KbFӲr]fCPXp  R%87 Ng]YW(p^رO򭠚%e0`JW}< {B~[=qD1tp,;Ϩ8ݸUBȔC+?\)3~1m2'=AW| 6GZna6&Xu6b14QwtWo 현"Y^k{0*я7O!O`1 W*H-5tOp4 F ۖD P^AC49Qji8 .BJ%\{MNj ooQp#.O}tucuiEvL9:!{װ@tm" uqAFZ]ј7"(zWdF:.oT"٦Mu>6&euP!0~2Hȅ\co9j6׈[oS!\uuqAT錻 0g_BF18g<6(f!EZ*$eJ17y+D} LpG33!A~c d.޸Y:*CyR Y*ƣk_;v8|FeKZ2+Kʝc;fÏuc:cVB;9RThB e[oﲫiaR۰@ IfPk ;mET;  (2C(~2֯e+4=-,$tH+ v|'v(΃Diut(j |VB} XJqܺΘu<*'pKHDO&$4ٸ1$mw$X)|M4x9kcEd'JsٝP/ X -q? ?>* i#Q2 CxEOرC_{uD9>ta >X K+|k8LKu@J;xiYP{XXXA͝ ܛ;G}xDloʅ'fZ.4BQ5RZk2<o R(- vDpuw^k'>3oZM~<+`m;xMtN_Y6J^lS`tR{ )wqT`Pe$v#Idm?x`n6;䃍>x7t>b8;HmTK eQ5[㣌Ik_vEIğgRijPD&k(:+w7d|ԑ+_O--D`cR *t( :kڕZ މ[Zפ4Wk$7&lV; B)A.amH XӇݖA+^HE3 YP7[b֥\}H!#^2%2^jmOo3 WZfFHz +-Xcy5T`suBz5Fz[HKAλ X@V#/"/Tq``O~ =9H.ѶqC ^=`gݨeOUU`̞䡼,lPqy?#{#BaN֖k =Ӄa tz}!;<9;̸mT_-~L+p9cmƞHZF~uP Z_S]RG)i Ʈ9 spGNK f|`Uk Oz(]0eKJC#5/aPQJJݥOi]B5a/.~g(oRMCu:hH( !o&D 6WD d$qO~.v-%i mDzn guk v(&kFHm7]mz')ҁ8KV 7m5X LV^OAC /FAJ$n0O53H5j^zK3 $dF:E=sgX34,=2EU#]?{){iOHEys!haػqGK rgM9#p$R껮ccY.Yϊ.VvDaab.̬n0 bqK$OuSF$gvpR ,6rNHʖʔh(|#ĴA"?I}StBՓ]O׫Jz~:pcWv䒮e3tZ4% :0h+5Ap_Mbo:;^DS*w6>6 LL@d$ҝΣ4"x+\EħG+6~mB&z\uaߠ+x[km?򭦪hr+M}>yC`cF{1IN A߳"BjPt~)δ/RZӓ - A/I83V>X>*7rFz;G/4Tz>+s-b^z}E%%wfzhQNq&shҨ '!\YS&Jubf=$'XP%¸C:bΏWi/_6|PL>=DP k,BVġjΐuȂa!) !P0hFS-|bP_LS @/uZ-p_]?4*HL?pUOuoX~`$5c:D:rMJU@A A%(ViGMwmY1uN`fk Z6MϽlVaH{d nͤ@u&:ĂD?=Pdjג0=>h+P ۺ=6eAl;dX/4N) y%d2%@)# b 0x0ŀk\r/Ha-iun'zqԥ+^gZOz,Щ aQ *Q!OE-Y~Mu?m={T@T ,uvJ@(W?ࣙw@GCv毠90ة@N-yuWOP`\IGK't4!:-Η ΫfvҼ#-eaUdpA!gE^ |"TOK/€K|~ã`.!~h"g$ cIa,_^`Fp0^F8YܯկҬϭ*[RGe}z{Zਗmp$o[0|܀i螵XqY0=QX|ݭjv݂QϹUu\/P"u2|1Yg yw:sh{XSt,{%r"m{*ǸXmގGI!mwmgLCBT.j VEbe+iA'BS2&wx;K-']%f];q"P.Y%iI^]0v zz./>zy='0Igv@;4UJ[hJU5]_)˶ `9!N$<9K/}0+[=IYP~_&=gO:~Nre('C+6aOU}-ϟ9wd'P0,H%CN)07]sA0c{,?~ZNFV, ^vgDo\Qmvftrr$q} DѪEh ,4Xw۲TDk:l :x*Uwu6cśn  (ڊ5fjLO, 5ѿC2g,C`s}XTG^'k".Zk{pT_a;mU_ [JIHfFaaFn8 i=x?ɎU" 2-H3 u7aAVy;G6v(E t's~ǁH){ ˀTU7ֆ,H;/O4*e}F֬xh5"f|ӊ9!DiUs ϶OKJ`XW{&IjI/5kp*`aQ6XiQ7L 0e X(Kp/TK~6sQJ/d'{S TQm  z'KDɛm+}СZÐZQ?~PM p A_a\8SdHpK0*cYӜUsV]jBr7b+<^sf92VX U7XeH vxGբ 2=VX%0ԼfTZ p"dwCuD `hOgb, ^P&e0:9CYhccFOV!ޕ;Tb~ۈ䮱cL^+2em3S_;˹i@dyss j+D?<jk.Wj@Uy%]{<{mA/24 58gQCj!/x"M(f292r >$yq M&*df TZK/+`:kt%ςDL,=3 H{֮>eo1Ӱj҃Q+wgba,N@o >Ցeq :G7#,fR-0DIh{O<;oSA  g&5÷2\ *e`uEf(o $kjڬRҴU#kX<OSg0/A >,]F}c5ҥﭾGg+/EPVw &"y7u,/쀔>J, ֗qBF`"cNt:M9|n4 VHVCl pAvr-Ÿ{E2^UahQK34_S*oD1-PΒRDc%TP ߫vrH 27"*7ydrfQ6yȤ$JgAeqExޏoQYs2™BFa'laZ1Z~O@G3nTa UJ>g;S= f't0HF&.dʔU~$`vtv0/oޓ/l%*Z=+HS8ZxugE8{U30dPĖ=rl@ӬeR?&髾-r14s}Pgu;LRZDό ˼3 idتi)LĦ SB1ٯ@ne?Z=Z .A*A=Jsp12ZG[jNguڬ}㐉_Xl$JkH&kDKbpf]F8EHl|fq`X: \^ 8S](K]jYa ߍkH+sk` 29?#IVD๫d pٗ>A~r:1/|pt~ǹdAoLꆅaݢg*=̊'sZ0ZH2R9MTL{{<ͻkAPni7 ?A+B1+{QeF9AREnc_5EjA].QxGUݵ߄)3%V_5Ddܬ ŸȰR{  !vqp'Z!*2 VW&(WOFtTs.{xIa3yE}d{7z4,h>ΨZ>ݶH碂E \k?ãY&%L- Т't t]<КK+EutV1!h㽵/u8h3lA" 2X hDGL`BзAeD|u?BXЄ׳ g#F\6N $CĚv1j/MXmM7ϫ3CEnĩV\s _|dH/#~,ꍭB$$ҨÆG ^ m84TݬsB6jC~[8YEy?]^PmH4yG.p PD,|L&cLDF˘FZXf(UACy{Mruqq u׀Ǟ&,K.4mv~29;3=h3<*iLˣtJIRVFi{L$540N xԺ0G a LAJ_CcD6O2˥|{.ܲN=٘Kْ /W2A.T`TnyVu{DβWz}P%Iiuz`3K>u k-p2`a ؆mxz(e`Ҫ2Df{ߐ@ۥ!;3!X@w<Z.Ħ"<>,DݦQ]ÑѸ fg5A(PHQkߛŸNdyå6Z)a#fJ1ホ8tX l?T]| I@<8΄<a>Cڨ,$!L6ql@:jXn zLI4g^cdeX;ظP*j~;;R.Z;u|N=<~LZb|e[eÀ߁};ID^K'تhGIL*%x[m . ME9KHDufPT) 40Qp@.k}<[oúL0 睧1ϓ:tfFp]BGꭖ mNɷvݚЩOћ{d{2W0ޛ̯˔q`\ĖV@R2b蹄+&F `RKcOzP<q ΘD9#B-|߂P.5+oEs;;9՜~JEF[,ER{gfI)};7TBLhxl޽b6ˉIRF6 rz AEE$Sη,i^1r]%z&hS6cMrhͩ‹'Ṃ2Lbnfj1ǹ=Ar!* L!\#a%!mGBq Rg&;R!]bq٭&(d+h{UVYEM2(wG=g'wNvH>K}Ч#u1"ܬ߫϶;C!Zn4÷b):-`M$ȆKC)`ˆ56;ɿ0wyLITOKqbU55h/80+0K /_K #,=!%L8nq-Ur(W(y<*8%&hTG^쑜-q4yB|xC*Ś^EP ;êCJdWvKĝ/F_NVݥJbڒ<q68=v}p&GOp %SS6&84*ƻ#!:ROU9 RIsnnYt@B0ga7^.BT[sQ>6[oR54ӝHmnZO{MJ=/6?n;\pr9Ac~4]`N_cШCD1eɈ╖Qnbb4Q/0Tڥ?L }ә`/C kYc=":\G˛ƪ*OG$r fޢ}X~'Uj#m s+^'atUdGn3ioWMJS`r1a6WIcjpRљXDVT!nPaQpK Z@jFC)"݂ʄ^Y{֎#cge>*UD:0pZmY;uG&!3( j6ofPSZY(LZԉ]傪%l&GlP-:L0GB^fcz{C2c璗j,oxPj{BT#,Oz' Cv0өx!2Xo۰NpY*ڒwpNȋVdRSK>Rmw'8w"<4D~-HʶP_3ߘbBXS&ll&OdsB/< 4 N6Z 0$ttb^ 5p }n8#+4J n duE\( m% ːˁ6LF~|N[, o!ONV;$Q{*od,c9[:eeLiz av 3r>ÕX!W$~/+>Өk>AWzRy,N`9[-U*.zQBdPʤ/RVXULJӫt˞oŅ!BGrb;4$^~ٴyS%Q`OI_ci gXtʏ޺f?G!{d<>/\[G7)n8̮]vux.:^ ̠)͠1EBQZ ?M3Vp?/kvvN/b_&(hU~ȫNGUhWsP[ AeKE;ƒ68$a*BysuaO=A[d*.5Ȟ=($>CwD|67IbXVz Ad\s6#~|'XjteHAHXwZɠ[ zhM=5ɉF$6鏎t䘚>9N- Xă R*݉zXZ6^ Zb,슳-@ Uؙ ) WΉ)w EPb:MhI~ӻ_T>N27B:cY}f2B8Fe..8-ssuxd3͆gxa32v1}I/cWXSxek~r%tOS@S$y\*bb^G>QsO@3PbO' (V 2/6^-]r̈́c 0WrX=1;]zW8OI#7 3LeN!-3XKۗr( R}8̆nW+RkVI^R.oB [StC30pͰc ` |9ZHhZ/_bm1..p0#迌#{s:]*aKQ@ Cv/\T*=0js5^vb0it˼Nc$UrttadXPNz׷u߈1v2$3>'aXw[g鷅%Co[[|2ϞNDŽB'䰻S ݆%GdعdFMj_:[(qJb5c9P˩C! {^;F|a =dcNe>k'~|RY>DžS&C׹f#7_ Ӭ!F{LYu'尽Ja.-/_RZ{ ;J̌O[lNOzG6rWl:_7\gTOP ܆ r0|*r0y^}1DZ?6W#?8߿mLbF7o4n8/>T)HH>߄~LX5ӉӇM#saW4&Y?T7vy HF%`b̉?3EQI\U}h0KQ6.]9+~%9WSLmm?$+Bv &{ H!ŽX} hLxTk99,$=b[.7 J6nvXʉ~ɆXIч`,~5^Y[Kp%<[QDsHS.( fR8Yqtl'G t{X_9xL,ZUPDP 8t\Y=EX3yeco{bt~R$X:'sT Hua"7Zp]R$ ȬbgQ%j5G4ɸCkXMO$͆W:[m`z&cpgCg)]m!Ux_}δl*yV`a an)fTׇٔ|aّ+ IQ-ՕS&Pm&bmVP/ї4pn)_Lg&3c#I}!]d?sbd{~_ʣ|ҾqT${LncBX폟Bku>"T?hӣgY,g󺚗ǬRxT&u鿑VU뾧JS݊]HYnUhd>W"逆Sx)*·cZ(Z̘ Rg7,H똜Mi^843h7N+}..$^%98ұx\'tVj V?!,/ІQHFf[ #r 7US8}ImX]A*",Sm}$trۤ2DYyn/#(Ox%wS񡼿k.CEAqj饏AySvD $Ґ\}"}iKCN^MоB'ik{lGdjLhc cSU$o]?kmG6w2[qfǵjL[_Sg۱U¼P#kl]2^綡zS!lC ۂR?Ҙn%,_V߄UJDj.cbETo5%Z1^ ÷?%Ef3[dw}%r~-MDiO*98:OEdȷ)7FSr߰\h {tJ鮝bFK?!/Xcl0D8M؋3V{Ж`e_!vږd4/&w 9xlG4zc޽uuv遦9^` \5m0VCJPG™=j_$ڋk"{{s3!Ew\Xʂ;nm#ᰬc_!s֦=oc;v;^Lճk8PԵF9VB򍝵|;m6>۾Ճ D\yFZ*3 uGֆhfWLI;\5?Z#pg[ ϟW+N蜨k=kOB|ۘ(\K{kkuK9묻ɈP@#y(BqU&EU YZ