libjson-c-devel-0.13-3.3.1 >  A axp9|/Vy \A#Eׁm8?$ d6#ͪg+w!pv,zsJ3뱯ktX6 Cb]3ڂ=AUE*jhFQp_-:AޗZ[!뿂ΕkᤥRTz<0VC[hITxqTFpˋt.Dpܲ)ζ Wt6sW2T#Pk\da8a161054f7caebe21a31476a6fc0efeb97b3bc4ac4fb63dff2d81e427ceaa9b94bf188e0134dd1f940e6f2ee16a9959e27a45cĉaxp9| rYxq̧5Ph:aҬiQpV(n>s{<2GI_V5LO?> A;_|ww݅7ha_{`S#jU[^fXUJI3G:ׄ\;a*j%ɞ=6$L'ozQpɯͽM3e!hpA3?3d  J >DL   0 C t~ < T ( 8 9 ( : B.OF.]G.xH.I/X/$Y/8Z/`[/d\/l]/^0b0c1d2e2 f2l2u2(v2tw2x2y3Hz3X3h3l3r3Clibjson-c-devel0.133.3.1Development 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 libraryaxibs-power9-12O9SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++https://github.com/json-c/json-c/wikilinuxppc64le*^% R m+ A큤axaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxaxa80db992dda4f3f28102e271d2656d52a0f487c9fd82c501ba9e2b36e76213f8bbfdb896632342dae0c54fee47f197d68cd569f24aa1ee441acb09474f04e0c7e3d410a05f1cdcf19360d0bdb3fcd5d595f7e56716a5665c6d95100b29ddfeae5abff761849c8311a2257d2f7da69c24910a277e2cb3af665488fe0de5b23d0761912222172103c468674ba13a6add2511115288abd3dc8e1badc8e598c763978d813790eeb6efec103a6b4a3e21319b61cd20ea3c39d158b9736d89bf3cba841bdbc555098885ef8ed52e5423e5a6c75de94766e85d80b89e9173d2287f20cfd077763c0ad7c486a90e08cad2f7d8a2f89cb3923b17130df708a6af5cdbf18da77eff9ef87bc540d1d85e07557a9e4b0f6c91e5cf6c8853ba101c32de2026461265a2c8691597ed54585119148f28763bcabadaf63d4c52ecd27e1db952a1b09cb92b15a41f3e3dd8c014a782ba602eba1eb6b8851e0b2d90cb693ba0519500d78a518c4f169006eabaf3e14a20c46931b534e4edd02e309013c3c5e8387e49dbb45b3ffc3ff4a4f254ec58673bda46eac015a41c60fbab32a8466db79d8df65010dd33562c3949e0bcf987b403d104714073e98708d067c8128b7c4d83efdf4b47c81d33bb1ae5906d32ee7776132301d9fada182bbc6d6be2e8fe180bee959a1f895742a2a90bf81de1417ae3629b4165a2e0f799f8d860357f5bb97c08b1libjson-c.so.3.0.1json-c.pcrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootjson-c-0.13-3.3.1.src.rpmlibjson-c-devellibjson-c-devel(ppc-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.1aeZDXӸ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 filelibjson-develibs-power9-12 1642166461 0.13-3.3.10.13-3.3.10.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:Maintenance:22394/SUSE_SLE-15_Update/250492947f66b335d25edea32831c6d8-json-c.SUSE_SLE-15_Updatecpioxz5ppc64le-suse-linuxdirectoryC source, ASCII textASCII textpkgconfig filePRPR$=%uf#Tutf-874ef40bc0c3bb7fc706a1018c868ae5c3110a925823483ae3e14416cd48c2e68?7zXZ !t/ZM] crt:bLLǽ~a5٪l-aeZdzt$PEސB$SuK1&mju'*a^*DmmJVtz \!SCj׻ Tx* : $X6~hyCfgm/ACԵ.n?.tfE1:tA;){kr|JM! –;[U$4”!uH<¦՛/K-#Rf"Zk$,9F+Z:#,7Ze ytWDRl3z-=r9G3{$1K}CcObmS5ƅHz}b@/%Lp>nw\}[\i4:7k5]nX}+SA!Ws;m6S:ڭڧ*ܭFyu'O%Iñ;wXS_ܨ _-A7:7#R*NCd\CՍ7[]a5%EG,AwE< u enI1 7~@l]ʜƊfQ` QtmFxA8"rDx'J:I>=vC/|]2_y{?}C&Tv+N5ڪ ʲ~N)Bn hb_WCYX@ MـJzmL3)kx\,DN9 2fbA"(hc*ZЛF8/!m;r烺k粁W yF5㎏C1$ `2'}4/hbUvL y:-Ǎ7l"esvmSВBj?AcK)z{O]d:;bXoJzii->>p,Himl0b%73σr5Q @3,~TV v87=hbtȏj2N%$LeՀsZ'Et$Ա4MF=WCo&wgl#17" hOr]>@+&,setgxM>ǸhkNgE.k=ԍvUzK[!`B+v`e:bbKdc+)O[8,Ĥ,Zexuo6%bm%1"7/Ǝu/¨k6a-hb'E*: < XS~T׽ґeF=c舩S,Z\}PC`GDXFU"L=3 Wuu?{D%<0<t A5γ];b e76I^w,Ac5fl#;ojGאS@#;~C /y#7&R696^ -ES͢q*VGQ\3qb+-7^*с:3r_1*W/NQВmih D:tD҆(ps^}:ic%盦mL+2a2fT-*1tu%ssj{}Jc(FM#nM_i4;$O䥰m^9Ӧ̭F$\lv2MQtNb\rX$A➁&2AHW>YW݋I*#?@FsG}}IJ"n1U*-`κȏB9jasBUKZ 7(W<ݎ}crz'm}F5xFrWNRL: V \A69@{%j&ܴ~%VB_7d$Kp"?,5PB{S)ӳ;_=I>3~$WAWAQc<:Pkj{~ڀAroh֔7B? 7|ue|!Ύ4T˹c>j9WF ?U[[hT瘶o!d62ۈ~#ٛ[7_₄)$(bw ıghNt+%3a??G;sS/tlHH Q[#JW5;iѺ3Z/C(_UNa 6H)/}q;|{;bfWivĤ7N?*Zb 4s|oGBq$jil"fU,a$='0x_+DJJuӲsT٪ֱz65 dek73&`h4[6*RDxPx6S.7u*I&332[5ڄ/&9PO/\!A]-4T۔CD%V=n[т@y+䓂56D>/ cKYԧAY?nF앲vfb7U\!u` PysRuV"Q {Fo}$zYsxs[jgIQEUP^C&9M"t<c;-2ko 7 ~=Sv)WK + 20ɘxxg~Eeo"!w:Չ?U@b0a@BB^rMXQ/qW]Ex`/#Z罶_ #N P;9"۱֌w@1i`L:m vVwE?apJ{"2#cwH@q6)Mjt(v"vQN9cmrA`z٪7 tW\2mUEVlxeYBW*ʫ # >UBܶ,cVCpFt5^,Rrj\8p7+w]Xx3Bg!4J9a!( ;2"S ! # Lx 4B8% fJs&ʏq8M˶.Xe_ʯf36daDN(m4s,7yکڳ nPM[8pΚ1>,Qc*Sd$mߚHQ-7NׁZw`&.|pFmN̚I߲s jG3 7!J%`{Siu[v`0i#fckq?w 6a;sˉRMiH{]|0M70߳9AGR~!g n  j1dǧS/_DM@Pcw =,ߐvY;:jd9gFbt&#Owu6g@njWzPΊLV'n+DNRE"He ˡ'JPpRzgZ - tJXꖘ~ku׋$VEN߿\K;-+6gb/d8e# e9X|O!1n72ۛ^R,` ER? 3+W}tXqNDYn1/EΦQLTy]: Uz F /#˿:he/;~Ĺ_-YC BֳCoOaq6hypRvQ=ངA.\ӫ)Urh{ ֮2EfsVbk0_u){/'&)([:DŽeCCPڽBp(grdXLLf Lr{rb*Y񮭁Žѻ08c!Hچi n~d{Us^?gQLC)'LXآ2N'.*LkDaOmޅUB4?Лu, 1.ؒv6)s^uɊ;~!3٧{M岭y*s'#iẍ-OƑbDC# H1NFgK7&}$Y=ـ {mUʒuV"_r| k=Hm5[g@=mvF`3;{!W鼚iB{ey|~n9.bWAiC@"E>Ry&o *~ ^tw)%C^PEmB^X9ۧ?SV^j uAwez蒦8@Z|%JTwo*>x\3F x':@ŏ",BUAm k9iycV^/0krrd%QVm^-`B˥nݸJCawIcҖo6X7ރH-4S""cvN8U:hRe2xɪt[2cT/1NϽ:| PA eni`D5DvXZ/~=]&!%x[̍qͻĿWFshԹ/A_-}γ)zϳ~U)v{:S1RKC7Iֆy]X4o$}PeW;J0{=* g^gvʵ um53ߟ{xrzڭHhgB4W%4 ;;Y]e8{ǒw) 9*F?|#C!|ڍ}gU~%4g5jNC܊e qVM~o7kJ |nqam{8Γ j*4e)e[5@[a.3YC$D6o]/!@u &]PL*6nvF)9HA6);͇yp*:(@sLg5+ Pw!hM{@CGG 8AUuke")g=Љ' ȏJ 0XGι9jƝ7*+ 7AJ9]mȪsҟ%ّcqu5-596> J4\ȝ~}U,(/KvBm3-fRL=Y 4 ? TL;yJzRPO~(sFh\ڙu qOfPz/I^s=Q`}^jŘG{C-yiyMD\{;F#C^k=DSc #P)VW Q+|8b EK_6sY\+v:hj dVO&yeؼIb"6l?ۃQ fK}Oyyf$bX>2,kVt>iY=5ձC2&*X3q2ЋƗPQؐls; ])\Xs2#Y\>d0Wbk/gTIӅQ}x_.qXx4 k, @C):3U-op0 vS<`_H Vyx?w4 `3&Cƻ^*?p:YEz9T9Q`:΋L ca35s ?t ֐HH.mƹ3&"+[>oАk? ep2"yޠ cu0 +US2(ZT/쩗D.F$f۷A)oZhsu Gϯ6ë /cq=<^œ#3II;Y<#]91jwr s)ɟWܑ1zA~_W+z"9@A)DM //|{2᥃զ MGq ZLQhj"GIy>Ve_ކARŊO#A\Ѷ~*X8R8HT63HU1+6Z3Dޘ7,>1Tya>=HSvdo {w''t,j~b92-Im5̈́?oX"WB+YO۵D9;Ǝ,AAI kŇqZdYU`Ks1t'$Hv&- f&= s71n>2a㙫M7'؂^F !~w0PKFw%]Nٟώj3ڧVLԻ= ,~LT-)a"<`'e: UIs[p̖Ƅ-Rov~0oJh@x2IƪvIz]nj%u*!az2Ǘ}s@ŀ0d#_g0.`֬J?  :XW-sv`wl% 5Ħ"ൄ柤ܮSI/kiH5AMcCBzyX^:?6RGV=Oչ9bJ8hTUӒsi PAׯk--hBѦu:Xxma e{'GE,̍2 w TnAʾ9X]״àr_m *nXݶx 9͏Uzc,ϩO3Xc Mfa`~:٧mipr-!l1ôyDHGM0KGLk ˂' CH7cW"lVh_ 7dDq'8xKB;R@#NV>8:4 ,?G), [mn1ńf.X)0AP^qN79IpQpdRyv( \W}Cҵ{>!hru`N/g%s+V?V͉c2;!$RQ c){%gk/e@?Rݭɷk7^Ȇ,go_df 9 蜼T9|yL`ϒ xX cCy#Y;.|eJGzI~N'F|vHA'gS)CM_ J;`M=/U:݇CYS뿠=$PPjfv#M->AR QOuТk8%dX}9<.}={ -aP/:^&%Ţ:fQپXT|k:~pRwwH^q Ad @ڌ:w0l~|Z(}Hs]RR?\3"R 4gCǀBz̑H4&d+^&{k֫Gw DԳ~l |"ږR:S?w*Z9^gt˰hDt R\`'^8uRNJݒWs ~f.6OWQ"d)Z6=| ˼'uTzn](*R#CkECQF\tPjX {bGinpr93*2ם7!!HL&p(h!Y0S-O{0U6r@g֋wߥfkq=|:s %9msSX}s]2 wv9ͭڵ+jg*Nbydnp(Έ`2UX_a*HA_jdY ˩58[" f2jMTda=ϺcF.$Uk WQ土f@S9hECל'"YHvTyK S·3 U!h`tBIB ~ -̳P\n`SFlF*vESmȭ>w*r[B\pN>kȯt!}V"l\ hlE'GDjmtMn-ϱHRNI䏸!MqӇvnǽAn_M;Ty箫k7_mS$hX!샑[0<⽪CV ('ucҐqֆ& cjX*O4ng_.Q)yq~4)a -VJ y1ߢ\]>N+B 쀬3I4 vďcmLà":*|zjCXEX㒐2ZǩJ>Y)*ɐѪ:ۈMz-iVKZE?kҮJ&CIn΃ {! R &"f xWEHMWzZ@ 񌚍uˊ˞DV<_>&vast7o1>zu[]M@!wz csY}:,BGm$03#(Ҵ/\F=.Ģ/ZG@xpJco;0j:;95zQ GDm~kAHauPws*2'M ެHrS KWhfs&M|r<7h S8qώN0B54,L3 4;:M{uzYWVcLrњs=@|n_!mhr烢9RBV2Ifx:*TTcӉώ# ; +Je鬆&Qz6@hç: RRHo<1AS4$7yOt:[]w ;RIgS Z <;-Wʁj^sM|mV&1 'jHŚ{'`P(NѰ̥&m5N-Hv}?V Ac+nazY6,ڞLѲZ("݆HU >ekd9ΑıIՂ\x%bqxkn0B$) p(vy=r\Eb[!ʧի[3~XcQ]`( t0}3S*ZXۃIQR-gS<%s邧t >H^->G>W⤑+`#F+êΙt^6#yO4I]> 8 27 f4s+H(NTdO~<\ &f)лbgU?eZB n[%`ct>wl+8ټ WU_ r7iFQSs-1Q1S,ylU)Bpd,T.o@)"Xս~QLÆ(eIbv^i_5@tf$xBT:{UUM~&;(2FH0ԄNH.{ @r wB="CgIeoMj<ȇ޳t_ЪPiX 7m$@;w" q $+)dN̢#6Q: B.yv.8˖A-a5kbZ!4=ﰶZhBz(!f5 a3^#Gp҄%hB߳ߜL<>boY+B$ڏ`Q&>> BN~^32CܕS[ËK1`iWceӰzv/3KE Fc@^4E*M<aM뙲rg"E5Y;/JI%E@܉5̔v H (fC.SVDϔ,[s0G M )P찟oǛwc=7 .1?ºx* U3+yqX'~}ptz - Ɉ\Pb SuInVdᝄv+/Yҽ76 PT sFO5'6}8~]a> JŐwW'y7-&xn25߃wnnmm R뵢4z}{Pu+9̞ߤM~1oZqNrݭ9},2ne\kFɷwoA' =b hWDv)mQ\v폙LZנxf?N֕6Jf/!S)q.UF7gi C({P%@Y>^Y/G .Buၑ8l޷h7U購&XѰ@[u}ti2YR$׌wm5qST#p.D/ŽT475Q-ʪ]HE鵻рQ|V\{/rzw^@*/5F#Neӭijdž(7eA$?[Šd"UQO:BژRLHغ3Bl7k(ANTK D$9RvFO^`4ǥ&iuɢ)zO5^՛ \C9~qe71@ܣfN{!^kIH"B|8){g$ds:6gKzQMQz)HƑT $MQVh\ʛzD8}1|aRE"FCdSy>Ti8 ­|1Bkɇ4U*Fa#:`XUl_Թ椈fƮ5(:U$rpo20.E|i* ~^rt%hywfd*< "?ytv**O#<5sF:ܮV2Rf2Flwwafz%j$`˛fjXhN\hi[@.bOg|JTzRp{AIL),#_2s\طKj C#XE'ߢ1!/>7w5;oqc&̆_]/RHOy+3+Kg!6?H:Q)p1Q N.>iVaܶqiPx!W -nfNX$vfo8T:ZCB ΋4fCZt `Z0YޟU/'CcΎPJ guYlG; uɷ~ PR#dO8'8ɛ1$>V#Z)n_aVB0Ʀ'~ CJ iTrS4Qv$RU6D pj?D&8M56{ \}!{ĠO.RKakߒ}<^xi*ǁ>o`sLܼ10,DNMr} z3n^_{/rVnNY#O J< )61lL߃6VS NgyiCnPŤ:-_)@]J4J j5xT M`k:NN[%U-8~7۵bȤrq4CSf_We9?Tfy-~/HpٺH:Gp|. .EG60hNά.X*T:z#og7q~Tx\(bܲ|~GK~Q EAꐥ`fE{wgP8 f&nb c,OwUxMiz~͗l,oXw:="jnQrEY,߆*sEWi$2XMe^K1VyON fq o=)zbdaqѸ.|W$/5Sg GKܭ3e y9c |$Co,X\ZKNKiW4Ac#쿏'+_ ;Dew$1VDƝ}gfHSAdgyega%&w9Vb`z ݑbpI[2w렼Cz#G6hy?nWIpZ3JS <M4ӛy9AH!{'|5< w3N13fxChBP,1ҺE<`b QiϦ He#(LP)w#N5qlR,NB}([ ٶb'TZ x}?kI v| :.Ś&`oIn<$"Geb5JԜ^5~ʩW▙)4 *)UG[>zUA|+ĂIdQ"[7Y0&V?|#I{,*@m8$@}>xv4Y~I[lkio*H(5閅;@@fؔc' -LfV 33r(#4Ƕu}m$| (2Z=:B5:4κJ .RMg\uG| ՚ivn&ק 㭗mNs>vfܷ@ٻ{693l?˒tivdRtqf&񁱍Hƴ@Չ1EwMuubɵ k@f8bx1r}E98$%s[e sKSo 1ŝ_d0IF uL 9GXm2TCг;$>d-yeRպ,G&iZB$n iQG^U͍ b>6/+IS кF}D{} k+cv1Yr9~ },VsМȃȼUj7@5-&^})ydJվ¥.x$gEPGSK@ Z[ɮa|xpa%\ ^p {q ̉Xlmrv-ow#tbC\'x :@Y!rq4>~tgJKhBxtRYA|fҝMx慉3 U@,`C[Z*D|+a챌EH`H|m},6_hÄ8DqWTgX .´Z`jgA`uLo=;n}O<~duQO EZQ)H#|w%>PngLÂZRLB) $𥴾4[}#aBZ1Kወ଩c 0IUUp$}hwS$[s`_ZWLZ05&W)nKB\*(z=6پPÐ߉Ʊ7S_90RchxU .QƟck:OSNb(vtxE ^JYQc(汳  =}Tj̳[gBߔu +#ˈHֲ $y"k֨IśOȉKS:{޿\Ӓu(4*΀ Ahجgؘ5.jYv:^b ("yu G97k% Ha?n :u{IfuP YZ