poke-devel-3.0-bp155.1.5 >  A dkI%z  ?ԕ-%m7jנ P*v.]߭}8tޅΎ 4>O%87\5us V\A Sb(24O!DD)ۘ|:O {T=bLlhEǃ8B=&&:-ٲWzޙIE rps AxZYµ&G{4R0;PBpƟ% \rp#q+&O v>BAFzBEpR'#MC"S-vW[ e;GM+rv F/& 1%=oFO jbhnO&,p%9FZXm.*.W~Q/}; ^I)8MQ 'j~=u:ì34a42d74ad61605f50872c619998ffddf3c402d9227dabdb7577dddf132259714ed142d394810f18b22da5243756a6e5fd2a81bdz؉dkI%z 26=  S۸dMIv;('#<~+\x?H+mS=TX%q Sha6_(F[2--Urik#gC,_=`s>Tӟ[>3Y'3REg^{@Kw\9+j6ce8km{QLq*-$BآMk8jAcfV,TdJ%"x@&c+q_:M>YC7uWö@k%t۔,E Z$g~-yfZ4p>)?) d   2PT`d    ,  5NlH(i8p9:F%G%H&I&$X&,Y&8\&X]&l^&b'c'd(e(f(l(u(,v(@w(|x(y(z(((()Cpoke-devel3.0bp155.1.5Devel package for pokeDevelopment package for poke.dks390zp23*aSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-or-laterhttps://bugs.opensuse.orgUnspecifiedhttps://www.gnu.org/software/poke/linuxs390x_KA큤dkgdkfdkfdkcDWf53f10653a0d92bd0d69905df7f596cedaa4d428c229e1b972ba9e88bb18e254b8e7f14acad87906048cdabdc55494f95749eaaff4dfa9d5ced049efe0c7dc248ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903libpoke.so.0.0.0rootrootrootrootrootrootrootrootrootrootpoke-3.0-bp155.1.5.src.rpmpkgconfig(poke)poke-develpoke-devel(s390-64)@    /usr/bin/pkg-configlibpoke0rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.03.0.4-14.6.0-14.0-15.2-14.14.3ccb@a``Y@`8^(9@Antoine Belvire Antoine Belvire Dirk Müller Andreas Stieger Wang Jun Anton Smorodskyi Matthias Mailänder Dan Čermák - Update to 3.0: * User interface updates + A screen pager has been added to the poke application. + A tracer has been added to libpoke and the poke application. + A new command sdiff (for "structured diff") has been added to the poke application, that provides a way to generate patchable diffs of mapped structured Poke values. + When no name is passed to the .mem command, an unique name for the memory IOS with the form *N* will be used automatically, where N is a positive integer. + auto-completion of 'attributes is now available in the poke application. + Constraint errors now contain details on the location (which field) where the constraint error happens, along with the particular expression that failed. + Inline assembler expressions and statements are now supported. + Both =printf= and =format= now support printing values of type =any=. + Both =printf= and =format= now support printing integral values interpreted as floating-point values encoded in IEEE 754. + Pre-conditional optional fields are added to complement the currently supported post-conditional optional fields. + A new option =.set autoremap no= can be used in order to tell poke to not remap mapped values automatically. + The :to argument to the =extract= command is now optional, and defaults to the empty string. + ${XDG_CONFIG_HOME:-$HOME/.config} is now preferred to XDG_CONFIG_DIRS. * Poke Language updates + Array and struct constructors are now primaries in the Poke syntax. + Bit-concatenation is now supported in l-values. + Arrays can now be indented by size, by specifying an offset as an index. + Union types can now be declared as "integral". + Support for "computed fields" has been added to struct and union types. + This version introduces three new Poke attributes that work on values of type =any=. + Two new operators have been introduced to facilitate operating Poke array as stacks in an efficient way: apush and apop. + Poke programs can now hook in the IO subsystem by installing functions that will be invoked when certain operations on IO spaces are being performed. + The 'length attribute is now valid in values of type =any=. + Poke declarations can now be annotated as =immutable=. + A new compiler built-in =iolist= has been introduced, that returns an array with the IO space identifiers of currently open IOS. + We have changed the logic of the EXCOND operator ?!. It now evaluates to 1 (true) if the execution of the first operand raises the specified exception, and to 0 (false) otherwise. + The containing struct or union value can now be refered as SELF in the body of methods. SELF is of type =any=. + Integer literal suffixes (B, H, U, etc) are case-insensitive. + Casting to union types now raise a compile-time error. + If no explicit message is specified in calls to =assert=, a default one showing the source code of the failing condition is constructed and used instead. + An operator =remap= has been used in order to force a re-map of some mapped Poke value. + Signed integral types of one bit are not allowed. + The built-in function get_time has been renamed to gettime, to follow the usual naming of the corresponding standard C function. * Standard Poke Library updates + New standard functions. + libpoke updates - New API function pk_struct_ref_set_field_value. - New API function pk_type_name. * Pickles updates + New pickles. + The ELF pickle now provides functions implementing ELF hashing. * Build system updates + It is now supported to configure the poke sources with - -disable-hserver. * Documentation updates + Documentation for the =format= language construction has been added to the poke manual. * Other updates + A new program poked, for "poke daemon", has been contributed to the poke distribution. poked links with libpoke and uses Unix sockets to act as a broker to communicate with an instance of a Poke incremental compiler. + The machine-interface subsystem has been removed from poke, in favor of the poked approach. + The example GUI that was intended to be a test tool for the machine interface has been removed from the poke distribution. + Many bugs have been fixed. - Remove jitter-0.9.284-noexec-stack-arm-i586.patch: Fixed upstream. - Drop json-c dependency: Machine-interface has been removed.- Update to 2.4: * Lot of changes since 1.4, see packaged NEWS for details. - Add jitter-0.9.284-noexec-stack-arm-i586.patch: Make sure the stack is defined as non-executable in jitter on arm and i586. - Trim not strictly needed build requirements. - Recommend a handler for opening app:// hyperlinks. - Move Emacs support from poke to emacs-poke. - Package new vim support in vim-poke. - Enable tests.- remove unused lua53 buildrequires- update to 1.4 * Operating with arrays now much faster * Some of the compiler diagnostics have been made more readable and helpful * Limitations in the values of the odepth, oindent and oacutoff have been removed - includes changes from 1.3: * The `dump' command now remembers and re-uses the last used offset per IO space * The text accompanying constraint violation exceptions now indicate the type and the field whose constraint failed. - update licence to GPL-3.0-or-later - add upstream signing key and validate source signature- Update to version 1.2 * User visible changes - The .file dot-command now supports a /c flag for creating new, empty files. - A new compiler built-in `ioflags' is available, that returns the flags of some given IO space. - Certain operations now raise a E_perm exception, instead of the more generic E_io. - A new kind of IO device is now supported: the `zero' IOD. Opening "" will result in an IO space covering the full 64-bit byte range, that always returns zero on reads and that ignores writes. - Function values (closures) can now be compared at language-level. They are compared by pointer. - The compiler now rejects casts from `any' to function types instead of ICEing. - The `dump' command now doesn't try to print anything if the current IOS is not readable. - The `dump' command now prints ?? for "unknown" bytes, i.e. for bytes in addresses that are not readable in the underlying IO space. - The standard function `ltos' now gets an additional optional argument `base', that defaults to 10. - The `big' and `little' annotations can now be used in any struct type field, regardless of its type. * Bug fixes - A very nasty performance bottleneck in pvm_array_insert has been fixed. - Fix the opening mode of write-only files when the user doesn't specify explicit flags in `open'. - Avoid spurious EOF exceptions when writing weird integers past the end of an IOS. - Fix method `value' in leb128.pk - Fix ICE while compiling for-statements with several declarations. - Properly print > 2^32 addresses in `dump' - Other minor fixes. * Other changes - The JSON MI machinery has been rewriten and much improved. - More tests in several areas.- Update to version 1.1 * User visible changes - The IOS_F_TRUNCATE `open' flag has been removed. - Constraint expressions and initializers can be now used together in struct fields. * Bug fixes - The infamous bug preventing poke work on 32-bit systems is now fixed. - Better handling of open modes in the file IOD. - Improve some translatable strings. - poke won't raise an exception when starting if HOME is not defined in the environment. - The compiler now emits an error if it sees un-map-able fields in a struct type. - Properly handle the absence of current IOS in the map command. - Install Emacs modes. - Portability fixes for: + Mac OS X 10.5. + GNU/Hurd. + Solaris 11 OpenIndiana. + AIX. + mingw. * Manual - Relicensed to GPLv3+. - Expand section on struct methods. - New section on data padding and alignment. - Document the Emacs modes provided by poke. - Provide a recommended pokerc configuration for beginners. - Other minor fixes based on user feedback. -- Update to version 1.0 - Disable the static library- Initial package versions390zp23 16847721143.03.0-bp155.1.53.0-bp155.1.5libpoke.hlibpoke.sopoke.pcpoke-develCOPYING/usr/include//usr/lib64//usr/lib64/pkgconfig//usr/share/licenses//usr/share/licenses/poke-devel/-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/de7c62c43cbcc21497146b9f0b126234-pokecpioxz5s390x-suse-linuxC source, ASCII textpkgconfig filedirectoryASCII textPRvߣGbutf-8b7f6749a14023eb955b86ffb39272a3af7c33a452681a784f262c462cd67c73a? 7zXZ !t/-Mq] crv(vX0ٴWu(}`Wd |@bǎn}UhsEX p붙OAQKt{eaȺ7'ըÌ h|m?h*a%莽jgqJw_bڳ}17}X➗Z%Z߇mz0k1Byչ? 65>2^(%\*sG|p NUѝ^EIP,c4>&pqX6&NM|XF@eXݝonb J֩́z4H;sw!O͵7ƒD\Ę~FNȲJi(< 6,D ]u?MaKyypdG?j>>sG #+%X8W<=,v'J3 ]zW&YO%cHK͇G#=P+v֠ c-bP"&c"gD?-/BdAR/>O$;N]Dj/(4~ *7'_˹gP5$t*:~Һ-/X 4FYJD%ĤtACdzY7H* M^`Z()E[A:0cN-$C08|i rm~vOt\fI )@ì{Z|E2mTN#A``ipH#m#|_[ezR!^7>X)a@w4й@F :1) !`O ۻ ` 7/2e[kcBC)à@y7N{6U\x69`V)8m'rF)v\bp+jUg3(N *g(-$);M+EyRn:(V`j7;|H⩍/o,;*{hU0|θDފe#UtXCN+P}^*+gB+ȇjr?C`:x?߹ö~O4aQF<c֮F@kE_I`luSw)M.gT+;%& Ծ w+;!V==ʹ)}c Ya|,K3ܽu`Dm(cV>Ӑ =6$m|xm l63EĬTk/T/ FCNCk깦 Gdnchh\E`^@`kL=2$)X:yJA3BL*!؄V}=ֹ8=OktAM]O %1@POSC kէn ˠ<:%7Ł$MVfGp[RgI(Hl >uόZC 62ԨH5,.9Gn ]/(R&70rGG4.ѽƔ(@/!t/]ɩ਒~AoAU jÕJdJ^u0ͥxŒQ&č}!?#$gHm_ۖ!)ǙHM暋QQyJˑ Rz]4-fb_.N\ԸEq" |Rcwuaj+/4YI'y2S:jE^+1yH`$*Z^iQWG߷a ͱE##hu \l'_5+Cf҈D! v+16 cJPocg$BarEvmgPa*/r*mk^uACymI{ ׉4P#F5k[{JR&F{؋-J ¸}(n/Jܑ ˜OlΫ/qOPTꈨD+/cvn^;h^ b.-O|z%?6Ć$5Lx`KuPsnykb~Ŭר)9Xݬxy{q?7d㿳:]qٻlyF0}L ao2C!j21qi8#׫Q}jgś湫v5Fϝ]w|zrb /Qz+mXfk/kƘSc&р]lgw͘?Q̏6vu[h&KOw?_3+U"ϟh@gbGLZ ZDOz5tG湭ɪ[k%hҬj[X:gm@aGBՈNӈk&Wmn!di {*8-Yܓnǧ4ҢdZdZ{WXh5zˈA]k-t\~nxvŅqݎ͎, PA.,Q/siZd ӌ!F40Z~P,;p<~WvwuN\yș93*Ua";>0l<-"e+j vܽ@_qPYDJۢ:f$l}t,Z,_ +_l?BXmNC VB<}##Bu>'f.l& k9҄2lSiN1J d@KI\eM]깝1,i)nz9~yk1}&B]Z)0\. 1BІ,M]{T4D*#:xpw6⭹`5[w+W>yoda\3v`jEUD/ ֱylŰԽba+l^ʦw@TfNGhT[zN>Vfi2*Ht^.XŀڙV"vgu !/7*8DۆZd t ̹C5\ 92зNӿw eI|@ ܌>u-doE_6f@XQisw󁰣Q[bYK䒟 \oGPwbtoDp5tO4>r\؝lKFMι,^.v xn?4 xlv!e΃{~T+{2uL{q{i&. "byDv<(1% =HjCvKzC.aYtMW?ץL@vo8u]Ca"^GCf5&/#J'NNF3~Ǖ0]+śv_{c w;!V$r )톁#r#hdI=g @}xz 3*Tp ߊWRT"9!K,bdT:5CJ 0$2(i-2-MB[?u8IFY^^t6{f]tBj敵զMs,\GwNтMzqSE{rԁ bwcG'31@"Z8k}ҕgȊFuLgڽiV2'?JCintۥњtj_N(zBƽt]o0oDL~;6_ugj,+IvU9Tv+K'Uc[E@ӄ0Ÿ4Kɨzq;=C] Eݕ3D␻' o VcJ%Yy%H&w̘i 0BS*Q6$ķ}#A5qe#=II?$s: £ g)mT HO+V3k `MPԬ3q r2tQٓͅhX}mLM R *z螴2~SӺ2aAV V/v]4Z4ǣ @Ai㒄3C|E`2PHN=E%q%VV ՗ZvkpIЅy (܊m|-ͧe}eqfDmtf9NX( OQH{PHqI?$ peLpNg_XIqn0QnR}Ȅ|#m:TFcJ3Yr&RwB-%j$Q)K|l5-=q@[ߩ1 GЈ:3(UxXE|hY0JU-=6폤sbö γo{jkzi+ڂvjj\~rHNwKڒ'fp*_arDv7H!F.SsHX bp9cXwB*4h*ac_ȦR =k9'i{$p$& d+מ_j 撐`(CKHe\-'bBVЃ sSv0Fp/wй'|bK:#\ٖ.GfVUpwl:W,*i ÂVT.eo"e˄Hzx2w;?(BN@TK$4]MҼcAyWZ>du:OV6\Ey]olÖ].غYo(kSDw Ih\B!i#i\dV]k]m+%gjv2BgDthlDCF NĐEgrmSA\Zz~J46fl_6j8Q,4fʫ1 + 3:Kn۱,3f~s؞$({k#oCkz L!p<()0Ƙk^uy{%%$ZCfU{Qw#ɋ*UV/>Yi'გcBliIbջ6mj=q4<=@,- ts< 5I>aXyY2׼'F1a*○@S:'mF"$%Şq`eu.OṰ-Ut-X>gY%L`C3v;dCgj!9UhFg4]fw X-k]e7̕u3O<_Ee#6?. q/_ӖQ i!\,FBP]q" FI՘94!ns>J1j@ jԥ'=;]*z ]`au㊤"P'Ny{J|I{8kd<4tȍ欘SQpme ] ut 5+IwPىэHP:c)@J4 l4q'u׫4(C3رLcET%j`a&<{f -:B<2RR\~ BiB E& 1ꨲRBZSrJ:X{f&=*8&l uB$0I>vp؋2\ pß? ߎd. 6'I#`{̍/%zÝt¬!Q /J 7sRJMٝQ]$y2tt́c9|>yUr;S^OoL7lRv;ݰEu0aM$M,,GWSkǥ8:ƖT:j&uhdEϮ,t2q:dOҧ=qF9 P1 ׿ݐEzϟW߰y7'N GNc:7Եhl. k,Zu|yb,xt̞غY6)eE"r mNyD1R;&ˡ4}ՉeɃ!=D!O oS Bp z6[Z݊Hդ *^HIwŠSm[}ת[(,ilB<~(^sԍO&%@SW"JݣM^v[I eq,,6m7V0T}0,FEClij=UqfƪCvvΌq9/:PJ!t27f poВ bHC২KbY ȷOܞUfA|oK؉E)oaq}_7Z׳g"dT_]4G遘GRM[*%)8+S};knuΔ7M: |q-0[dƤb`?ه$RS7c1?[?:ї* Hkڑ >2 <. hu |&rCU>F#Lk/6SCaeYb iӣ򪅖1oy.g h:RLI˷yNG/OsJ_O{qDm3\巼 !CWvR^\l_g(.H.o0Ե#q;[cǁGM"l t12u)sn?ҒFQ)u)_ZpcW+r>Nt|wp8 ,4P^ U*,YGRd_KJKnA D)J}>G#z [;Y-x8n]jF2vkeBJGNyl4w%LVTgB)?ͫ'&cڤw::] nKz#=M-"*dӊ:]%TxʺcD`ehJ#&+@R#"DWܕ*M]5 3H=@KaҜĺ?f2b L~7 x˄4)\\:#H$prhL@sr~zWS4kj:2(íPaÈ2bYvCvkڈ'*[ U&\3.X e7,C YeԕxfCaN4O{m~Qx"o e˶|e_xKذƘXܟ#9&!q|kiK.8Z=XD&|Fh;=)[5o2>n'jcKB1ߞB1cM*4 cvK- .J+> e'(M7R4}b'H+25»*W_Y*ܑ#o W).6}hwkym5Bζ ?5KyCyJ]f -SH`:oIC1ۺ6?/9Px76u%+IYEO0q| fR7|e] 䞻*_8]1FSm2`ݷ GΏ/)]ElɊoIU|<Erۂq,W8gs[au*}(?S ޷C`:{iu3>/$V!rWС@9B8rKDxC3*QI~J7qN?(_34^"}@K*'oY)!p*0[Ʒӛ;r%]C6rг?n:Q%36-A=q`9`{O6K@^  +B/ cs{rI'%;4eHzwca RʐL`zF[8'抄Ь'= $e@"xU"h'Keu̙Pka.=]$H; e(Z2p Biz!2y]3!,w1/T.>?5Mш{d"DžQ < ;KSbKꢪеC>"$ߒaی$h$i̯'P2.͝^иR1#5I,; TŎo1vn)BP` u mfnSR)䚱>[ctּݝTSdXZV5ĤWj h)G5 FLLq 8iH\m,RIꀌə yTgh6ona:#>f-F. v2sBf(#u!}ܒ7"R1y"Q9MjB,GR?~Xɒ E̶Z$PV(PTˮwO]wajz2)4E4w .Q~/ ʚċVz5!֡WH "ʀ堑3]a;truG< םL1`ljjY5-Ay(ïWrі뺾Il 6yoT؏p(k֌*? !2mŁⰌ` H'Z"̭'mCPJ5Ƕ)ůJSJkň2ڼ@dpL5^"x琽Y~jDv]Eɂ-|^۱v0m: OVA=|d1^44ܬ<=#X"]?LWH2m 31)O53Hu6#Q-) iG@{=+y:DqD_y8gmn WW)K.?v=1bbͯF!sgIeԴ%63Hνکp%ҝ)tۑjJ_IvLJU—0`NjLTG-5vr."OHodWմd ,d6e})5{L$ J)7\+wRhZ 3JKen S" |yDj*jH?ިVN;QSx(,*V1;Ӂ6LٸA~gS/o1׈s/_=b.X g;f1rH~ m/xJFp; R& AC0#}uL3}[-Q[65VJp1&鄔žN\ KDƙvcv^_L*X8WV 4iQqcOJIFSt^r p_vB8x3i'h7<1lg7+s*hHg%Ix|Y hݟ_-I;J 2PqhHtMO-G$Λ06\'~$;亚m8# *JVh+hT؎ø*J7][=մb}5kpBdt銑p):Z,"[U|us8KFɞIힺ hKLyV|aYZљNV’V sZI;SjlBLۋ^/:ļS s[FsR0/垍VS 5 £Do C7|~*R{s'&caDfOĥWs(1ny33otpZ`\B-wʧ(;|Z@l&qyJ[Dkw,$ѻd,Aab^ Zad94#T(/Bd)$Y'J&{5ԋSA2DUu=2k^,P"䛿fa5 dVS D6$~S)uEmIWX"E _DD ܠ`ӍݝH+~: unf#lO_ 7· eKߜSRCe'|ת?$8[)sNZXh{q2ušbD?PIP/l0.J41fFU$$FvJmGUILCϚ2Z~b`{B> $ µ:JcVBg$M[FLl) h{!Kx}$p6C}o%^MI&Rg0ƳZT+} e%Ie~7;, /:IhICO lq4ky3mTN %'Zy^j@{9 `=~?3d>DoL^p. ׹iYdu8r(]\Q= CN?b ПIF$F.G`qݲ+>*RE1F}nVhx"7u J 8P͠(mAzOCy*& ve?8XI~n4RTOh|v\$^_Ӡ, }﫧5 >+IHq͸IX. /zr`ZZJѽWz:9Pb f2rq7 *t-U!'1f.XfY_{}d -9DރWΫj'6%=s!D,:4_X*k#pqg)Qd*9D|{P7A }, J` wJuKPRTo0JB brm,_W-b)$U*(MD#1 SΆb#h]hcd%y:h,DB1Q ˋ=H,:sjLgG<ާq3>wGK/ـK\Uwf'cȏd]2 'Hski*Q=l=ҳ(X_,h(7tořIpĀʴu =Ct{( Q͝-\P$~?)ܻ@,2rч+x*9=Mb|Lm{ׂ٤3 YC3_Xhygg~- vT YMtrsaLrA]W]!48#F}JK0 Lzf_W ŏ<\!dɎ+KsCWD֯iIK7  $V)^б(7%E=ƾ*"骐W WT 0݄t`F&yM:Ea1skV3ZӀ%\?f']6kkn<}Oc.{ܜv--mUb!pt`|>h2}}1m)p*\j" e J+)@*B2(tx>MsъUH+?죈)V!/)0eP7q׬Ά٦%Ԫ>sCbGKaP]3J| d.d?.K$r+HIoAQڝV8GP',/:8֠;frIBAa ,g{xUfY`vWuw pL|Ϊl*&bxd \SQo!ИPR-+@r\B:p8 A(6}ehoÑI,"E=͂+&J]gVLsz.981|h(–J>G-zDEdS6\rvw]$v|h?XdǷD1gڻ`j - N{+57 ͽ=3&=Gȋvم0eplr|}hiʼf˷e~T78Y*N;Sd4?%i ^yOvGesLM @lX&1(:ABgpĴvI),)s 3J o\B\QRvQHz`:.\;&#o+ۃz&'(@V/'hFd}8BOf N>vA2p䉾Ȫ['iq^G8VAC$6 g* mW3c S~y\9^w6a cz m-BGerΔ{ ,7-&\ oǖYgPX/}r_ktA5? }AEjA.?؄}dR8ᇿI~@m@U>۠?<)|m@cSmJg;@]ylƒiak/0{LQנ (%F!r xׯWk 6~mBL 0N9w[\.x[rX/Nrא/h,bjP~|<던M?g8nFbO?:b,rEyUZ-7j7:᮱m H>ǯt&7=&Ӄ_EkżHAc-$-gb5rtN62 R GEwMTEcQ@>ӭEdVnͯ*T$MDcޙ.9*ٵUŰe:gⱳb&&r ٠XPASM 3GDa~VsԞ.4oT"Bt)<9tjQxtX e|畱'zj841k )#0PK DHr=`oF)ű'a"u|b/ \, VS!B~tPw{훠]ʽKxK?4k׏mŴcųueY }}U#qP>dShێύz^Q^ivEqћcFQ׌EH1K`T,'wQYVEG::97.P v j“pʩͿ9%RoE3TS>)Ʒ_ s¸AʲR /ý gt`ND*|LP]>"oGiDIp.}50FTr#qCɕge{)#15[!Kk*#k:b8 +Q^sV)B$f0*!6=cu̪>w =<>zqH5:nk@nQSp$^gP ͤ"-A3Y$6gef Cn'ɷ ada8Ծ?6 ~Ĝ,SB]'欱%pޱ-)vg*ە.ŰƼNK 8):U~?9bkCn٤`78]*I[Aoy>wLH ~2tŝ+Vo`[a_8d@[,JzOTЬÇ5Dqdx#7̭Qqy[렝Ǒ;=5+ ?IGTj|ܨ{ޚ¹ˀSYXl\ȟLبxVBd 2_peW9Lυ~4U6& &[xO~W0&as~l*^a_qBNKEyA}EJU]Vj]>JݮnԛQ 8-`h'Մ3"|ό $X/;LeC\@GU:nWgsa c#Ճy*Q*( * nC>z0aǂebtDj(vD"t;'E.QI'-^|=aO~! Z u Mb xt- zA~٩wb~gp:W݉7J/3FZZ,^MsզwIce\ På\C=H gP/EqN}m5.nlAH Rd`1 '"BPMP~`>mTVzWq72IR *6HH)nvu/4'3y NY+ t՛e ՞Mq7L 1xybh/f1Y}*{:KҗW˷c'8Z*Qu]|2͓JvZ֛YB2_p )Ic{Y~3l_ _L{ | bo6_k]{-ĉ[րl@8AٺU:l5އ)?pjGurzs֕;s/{ެ 9.'*v4*ہ[.vt׀{ĶI=tF]5:a |EWQ䏄)O||uZ,C:t )+^ʩ$U W9ow~Z7ū7oWǀtfI<1t_Y.d6AA">3ZDp@fCFrV l?m,F Q^G<uQcX;T)4TnNEw%^#df.+ԇBiUȽl DkZ.&S Nx:N$$*v^n>S3 YZ