retro-gtk-1.0.2-bp154.1.67 >  A b|[!M@eeei7gj 'Pp>@L?@<d   P =CLP R T X  P(38<9:F=G=0H=4I=8X=<Y=D\=h]=l^=yb=c>,d>e>f>l>u>v>w?x?y?z????@8Cretro-gtk1.0.2bp154.1.67Toolkit to write Gtk+3-based frontends to libretroretro-gtk wraps the libretro API for use in Gtk applications such as GNOME Games.b|[old-atreju4xSUSE Linux Enterprise 15 SP4openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgSystem/GUI/GNOMEhttps://git.gnome.org/browse/retro-gtklinuxx86_64xb|[fb41ec763dec99b101f0589a01fae99722ff9b9e304ff1b288a99dfff1a04a1crootrootretro-gtk-1.0.2-bp154.1.67.src.rpmretro-gtkretro-gtk(x86-64)@@@@@@@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libepoxy.so.0()(64bit)libgio-2.0.so.0()(64bit)libglib-2.0.so.0()(64bit)libgmodule-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpulse-simple.so.0()(64bit)libpulse-simple.so.0(PULSE_0)(64bit)libpulse.so.0()(64bit)libpulse.so.0(PULSE_0)(64bit)libsamplerate.so.0()(64bit)libsamplerate.so.0(libsamplerate.so.0.0)(64bit)libsamplerate.so.0(libsamplerate.so.0.1)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3`X_Í@__[@^$D]z3@\M[t[^[\ZZ@ZZ @Y@Y{Y*@YzY@@YlX@XƉXf@X@W@Wv@Dominique Leuenberger Bjørn Lie dimstar@opensuse.orgBjørn Lie mgorse@suse.comBjørn Lie bjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgluc14n0@linuxmail.orgadrien.plazas@suse.comzaitor@opensuse.orgaplazas@suse.comaplazas@suse.comaplazas@suse.comaplazas@suse.comdimstar@opensuse.orgdimstar@opensuse.orgadrien.plazas@suse.comadrien.plazas@suse.comjengelh@inai.dedimstar@opensuse.org- Update to version 1.0.2: + RetroCoreDescriptor: Propagate an accidentally unhandled error. + Implement mouse buttons 4 and 5. + Fix the GLES context initialization. + Drop the code making temporary copies of the core to avoid static variable collisions, this isn't needed anymore as such collisions can't happen since a single instance of a core is used per subprocess. + Many code style cleanups.- Update to version 1.0.1: + RetroCoreView: Add the key press, key release and touch event masks to ensure it receives all the events it can handle, and hence to ensure that these input methods work as expected. + Meson: Add the vapi option to allow disabling building Vala bindings. + Documentation: - Add the Libretro Core Descriptor Specification 1.0 section. - Add the Retro Reference Test Case Specification 1.0 section. + Clean up the documentation, README.md, HACKING.md, retro-gtk.doap, .editorconfig, update-from-retroarch, the Meson files, and more.- Update to version 1.0.0: + Major API overhaul and API version bump, detailing all the changes would be ridiculous and hence won't be done. + Run Libretro cores isolated in a dedicated subprocess, similarly to how modern web browsers handle web pages. + Support Libretro cores rendering their video with OpenGL. + Improve the Libretro core timing accuracy. + Resample the Libretro core's audio output to ensure it matches its play speed. - Package the new retro-runner in the main package. The library requires this to be present. - Add pkgconfig(samplerate) BuildRequires: new dependency.- Update to version 0.18.1: + Meson: - Bump the required version to 0.50.0 to fix a build-time-warning. - Explicitly specify the GIR namespace and the packages GIR exports. + RetroGLDisplay: Scale coordinates on display for pointer inputs to work in Hi-DPI. + Register a GType for RetroRumbleEffect.- Update to version 0.18.0: + Pixbufs: - Add retro_pixbuf_set_aspect_ratio() for embedding aspect ratio value to a GdkPixbuf. - Add retro_pixbuf_get_aspect_ratio() for retrieving the value set with retro_pixbuf_set_aspect_ratio(). - Deprecate x-dpi and y-dpi metadata options. + RetroCoreView: - Take pixbuf aspect ratio into account when drawing a standalone pixbuf instead of using aspect ratio of the current core. + Fix build on Fedora 30.- Update to version 0.16.1: + RetroCoreView: Support RETRO_CONTROLLER_TYPE_KEYBOARD. + RetroCore: Bufferize single audio frames to emit them as batches for better performances. + Add CSS names to widgets.- Update to version 0.16.0: + Update README.md.- Update to version 0.15.90: + RetroMainLoop: - Lower the priority of the loop to prevent a lagging game from freezing the rendering of its video. - Prevent reference leaking when destroying the loop while it's not stopped by not giving a reference to the loop's callback. + RetroGLDisplay: Take the UI's scale into account, making it usable in Hi-DPI. + Prepare RetroGLDisplay for GTK+ 4: - Don't clear depth buffer as we don't use it and as this would cause glitches in GTK+ 4. - Explicitly use glClearColor(). - Call glBindTexture() on every frame to ensure that we're always working with the right texture, which is needed for GTK+ 4. + Fix reference cycles in retro-demo to avoid memory leaks.- Update to version 0.15.3: + Build: - Replace the Autotools by Meson. - Replace intltool for gettext. - Replace the update-gameinfo build target by the update-gameinfo.sh script. - Add a development profile, settable by passing the `-Dprofile=development` parameter to Meson. This profile makes it clear the application is a development version by appending ` (Development)` to the application name, by appending `Devel` to the application ID, by changing the style of the header bar and by appending the commit tag or `-devel` to the version number. + UI: - Allow to set the keyboard to gamepad mapping from the preferences Controllers page. - Make searching for local covers less greedy and asynchronous, speeding up the loading time of the collection. - Move the application menu to the collection view's header bar. - Add the Help application menu entry, opening Games' documentation on the GNOME wiki. - Add the Shortcuts application menu entry displaying a shortcuts window. - Display small thumbnails if the window is narrow to display more of games. - Correctly update the selected media number on the media selector. - Drop the shadow in the collection view's scrolled window. + Libretro backend: - Add support for .options keyfiles listing options to be set on a Libretro core at initialization time. - Add predefined options for DeSmuME and DeSmuME 2015. + Supported games: - Add support for Virtual Boy games. - Use a dedicated MIME type for Neo Geo Pocket Color instead of the Neo Geo Pocket one. - Use a phony TurboGrafx-CD MIME type to fetch information from Grilo. + Allow to read cue sheets in other formats than UTF-8, avoiding the application to crash when parsing a file in UTF-16 or other encoding. + Update the authors lists. + Update the appdata to the latest specifications, OARS metadata and update gitlab links. + Updated translations. - Bump namever define to 0_14-0 following upstreams changes.- Update to version 0.14.0: + Add dependency on libepoxy. + RetroCoreView: - Render the video with OpenGL instead of Cairo. - Drop the 'pixbuf' property, but keep the pixbuf accessor functions. - Grab the focus when clicked, avoiding to miss the player's keyboard events to control the game. - Allow it to be the default widget by default bt setting the 'can-default' property to TRUE on construction. + Add internal support for GLSL based video filters and port the existing ones to GLSL so they can work with the OpenGL renderer. + Add RETRO_VIDEO_FILTER_CRT, a RetroVideoFilter demanding the video display to mimick a CRT TV screen. + RetroPixdata: - Add retro_pixdata_get_width/height() and retro_pixdata_load_gl_texture(), allowing to export the pixel data to an OpenGL texture and to draw it at the expected size. - Don't fail when constructing with a non-zero rowstride, as these are valid values. + Add the set_rumble_state() virtual method to RetroController and implement it in RetroCoreViewController. + Build system change: make retro-gtk-demo properly depend on retro-gtk. + Bugs fixed: bgo#790454. - Add pkgconfig(epoxy) BuildRequires: new dependency.- Use SPDX3.0 license tags and package COPYING as %license.- Update to version 0.13.2: + Port the build system to Meson, requiring version 0.43.0 and drop the Autotools. + Drop retro_core_remove_controller(), to remove a controller instead set it to NULL. + Make retro_core_poll_controllers(), retro_core_get_controller_input_state() and retro_core_get_controller_capabilities() private as they are meant to be used by the Libretro core and not the end users. + Add: - retro_core_set_default_controller() to set controllers to be used by default when there is no controller with the requested capability in the requested port. - retro_core_view_set_as_default_controller() to easily set the controllers of a RetroCoreView as the default controllers of a RetroCore. retro-demo now uses these. - retro_controller_has_capability() to easily check if a controller has the given RetroControllerType capability. - Add RetroInput to encapsulate the inputs used in an input state query. It is used in retro_controller_get_input_state() and retro_core_view_get_input_state(). - Add a count enumeration value to RetroControllerType and the various controller code enumerations. + Replace gboolean by bool in get_variable_update() to avoid crashes. + Better check the creation of the PuleAudio sound output to avoid crashes. - Replace configure, make, make_install macros by meson, meson_build and meson_install macros following upstream port to Meson Build System. - Rename library from libretro-gtk0 to libretro-gtk-0_14 since upstream dropped libretro-gtk.so and replaced libretro-gtk.so.0 by libretro-gtk-0.14.so - Drop intltool BuildRequires: it's not needed since retro-gtk do not use translations. - Add %namever and %libver macros to facilitate updatings.- Update to version 0.13.1: + This version ports retro-gtk from Vala to C and simnplifies the API a lot. It comes with lots of API breaks, so many that it would be simpler to list what remained similar to the 0.12 branch than what changed. + The API will keep changing during the 0.14 development cycle, but it is hoped to lead to less API breaks after that. - Replace BuildRequires vala with BuildRequires pkgconfig(vapigen) as retro-gtk is now a C library compiling a VAPI. - Rename subpackage typelib-1_0-Retro-0_12 to typelib-1_0-Retro-0_14 following upstream changes.- Drop no longer used tar scm service, upstream releases tarballs now.- Update to version 0.12.1: + Core: - Fix a memory leak in the destructor. - Support partially setting memory regions. + CoreView: Reset inputs when losing focus.- Update to version 0.12.0: + CoreViewInputDevice: Don't log errors when 'view' is NULL. + GameInfo: Remove some free to avoid uselessly trying to free an already freed RetroGameInfo.- Update to version 0.11.92: + Core: - Remove the barely used system-info property. - Use Gdk.EventKey for keyboard inputs. - Make the init singal an error-throwing method. - Implement disk handling directly. + CoreView can be exposed as a joypad, a mouse or a pointer. + retro-demo: add pointer support from CoreView. + Make all error domains internal. + Make internal and port to C: - GameInfo. - Module. - SystemAvInfo. - SystemInfo. - most of Core. - keyboard keys. + Remove unused symbols: - DiskControl. - GamepadConfiguration. - GamepadButtonType. - Keyboard. - KeyboardState. - MemDesc. - MemoryDescriptor. - MemoryMap. - Mouse. - VirtualGamepad. - get_system_info (). - SNES specific memory types from MemoryType.- Update to version 0.11.4.1: + A demo application has been added, it allows to directly test the without the need of an external tool. + Loading games: - Add the set_medias(), load_medias() and set_current_media() methods to Core and load the given medias (if any) in Core.init(). - Remove load_game() and prepare() Core methods from the public API as they are now used indirectly. - This should simplify loading games for the users of the library. + Logging: - Add the Core.log() signal which will emit a GLib compatible logging message with the Libretro core's name as the log domain. - Add retro_g_log() to simply handle Core.log() by outputing the logs in the expected unstructured GLib fashion. - Remove LogLevel, Log and FileStreamLog as they are now useless. + Add CoreView as a prototype of a single widget to handle most inputs and outputs of a core and use it in the demo. + Add CoreDescriptor.get_uri(). + Make CairoDisplay.set_core() and Make PaPlayer.set_core() accept null. + Fix the transmission of keyboard events to the Libretro core. + Rotation and many methods of Core are ported to C. - Rename subpackage typelib-1_0-Retro-0_10 to typelib-1_0-Retro-0_12 following upstream changes.- Update to version 0.10.0: + Save the expected ratio as DPI of the video frames. + Bugs fixed: bgo#769833, bgo#779924, bgo#779987.- Update to version 0.9.92: + Allow recursive iteration through Libretro cores of a directory. - Drop _service: upstream publishes proper tarballs now. - Drop libtool BuildRequires and no longer call autogen.sh: no longer needed since we use a botstrapped tarball.- Update to version 0.9.91: + Deduplicate some documentation. + Add missing MouseId values. + Remove deprecated input device types. + Allow core descriptors to check the firmwares. + Add an helper method to core descriptors tocheck the supported MIME types. + Add a module iterator, allowing sync and async module browsing. + Remove the now useless foreach function to browse the modules. + Add methods to Core to handle standalone cores more easily. + Fix an integer division when computing the aspect ratio. + Add a script to update libretro.h. - Remove retro-gtk-fix-build-deps.patch as it already is in the new sources.- Update to version 0.9.90: + Merge the retro-gobject module into retro-gtk. + Merge the RetroGtk namespace into Retro. + Remove many unused types and functions. + Refactor many types and functions. + Make the API overall simpler. + Search modules from their Libretro Core Descriptor. + Search Libretro modules in paths from the LIBRETRO_PLUGIN_PATH env variable. + Drop the ancient module query mechanisms. + Drop the ancient Libretro core path env variable. + Allow to set a smooth or sharp rendering to CairoDisplay. - Drop libretro-gobject0 and typelib-1_0-Retro-0_0 subpackage: functionality has been merged into the Gtk parts. - Rename typelib-1_0-RetroGtk-0_8 subpackage to typelib-1_0-RetroGtk-0_10, following upstream. - Add retro-gtk-fix-build-deps.patch which ensures the internal header is compiled before the files using it.- Improve the description and summary.- Initial package, version 0.8.1.old-atreju4 16523171481.0.2-bp154.1.671.0.2-bp154.1.67retro-runner/usr/lib/-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-SP4/standard/2bc484e8d627b7023d826a6dffa09715-retro-gtkcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b70330cb615e9578e3f53bb19de1519541fa2183, for GNU/Linux 3.2.0, strippedRR RRRRRRR RRRRRR RR RR R1~&g8p xhR?utf-8966d4d16cfaccfa4032d5932d85e69589e46e1365c16ff4ee2a2d53fe76845ae? 7zXZ !t/{] crv9w WkbZ1mګFU6'>hr*_^i)ޠt|=GϘKxY?8QK$|ٱ!~8L[ <㊁o%y 䃴jD,-PILX$IM ~_y W/ݧm[(b*0P q3tIQ :y/VDjt4Lr1 ZZֺʵ4] 8nu[! X_r(#Mf=ڄ[2d`L=ygѧxfO7M̟giɘh T {cRdL8@v| (V{Amr?'&yի܆+^y(ҽUzm3EOaYPЍp֔@O~ڈt1fbk=tHX_~WWǺ*\g鲳tbp?WKL8~ڵG l>s}7~ai1w"!mj9q.6G8E5w`%(^sP@ Bn㋺RxI]][7{\&RPwK2;(>&e*S#ӯv7 4x{oLPkvʅ^"J#^%jAW$b#Ac'j_z}BP.+}Ȳc/"Kq~{!]]RM16,0 ,jm.;u'F䭮ٜZ،pP>USv[>)c>P|K_VLVj\ކDUޫ<rLjh /y2 BP96nP wܢ:L6s٘ILqۡ E"LB.aN%e =s{#AQLD!\rt%17LUŀ/޿+}rѡW@/2JdJpm0=Dໜ>^k\o 4No^m#]p_ЌR(䀾2#;GH1·UXN({\%᷌c^RVi ʖS}56Ԟ/yz[ SO[M~rvd (cS ?ֿ~=.Kyf?*7_|8u'U}zW>ț{mي,ZqVu^Kjp/R ^ !ia{M {JZxLGG~*fmY<̉S uV@Ӕ S8c^v_7x'!:Jao_b_s "JF,Yp[D#`&ɟL EC韸 p*"T43;gʧəpBbL\0qsm -P߮cH`Mk_^NvW@Sȱ)! 8sEH$(b )2~1=M^CϑlI f; Ỏ/='Y t؈Av5ǂgpJ3]϶|yA5pW߶ITʄr踠ibQ5Vé*4E9LLʦ7((f VDowyFOh>3) 7V7[g<> A ! {!;#HИs WkIccµ-V+r$,lCWYqOL:ukƔ4!}cB.4j l`6_Yj`Ư+oUyu{zyi]ٴLTJo@"au0  <˝EXy̚L4;Jm rwPX%[Co2{b-PgF on"@K\"C{Ёsrv?$qL@Y҈a%QBc䕦j>XhɄ?g=EsFAJa>/lS 4(c}iuzPto6d]BSť*5Ɖz\lay9iHQ\ Mhd^ r#ABC{$Itqٹ]x8,! : *eiU[T;'ZKJ6P;ѵ:@x;p"j_XYYl2~B'oshˊZ}Jm<̬p2D]|WD/x5̙)ս`sTK0g4 )K4đ_Sj?$[H=z1Y[BuF`[3h[N"PZ$6: }3\هiӡm`9` "D ^t'(7'V@F"K8ώ>*vF싛_7xE?Fa[+r5+k}0%r]Y8q'p;Q*G/Q4 t3(zŚӚH m5&i8h3m4OEKb_bjc 4AaЁ2JqkrI 1_E0z'aV&~ƥO4+ l{=UI,lYGˀCϝMecY;K_9w'eǩZiwՕrZ"P0쬞/{ިs8hK} ,p {A0oc!@߫EUO Lp,jtԋq/To^ːцv՗KʋB.7Rhh:$]J3ς'se^m_}ZDR6 v`єy%&n1u򀎣PQF =xG#3eW@b{Gx(4=. (Kgծ,&g4ldz %U|-ICYk1O'k:fG̍-H˞!lqIU@̸sO.XLR)iZމDx2',3:}v!viy(c倪c)((%qv .Oyw l,4 PE*Z~QcR͹%ea,CuKUAԆnR{i4=ʜ# w N6(=h1e~ɵ)Ds>dp5ޯuo@9Po6y}".W  PR sjs.Nۖ#{#\=H: h\ƩhN$5t5PZ7a>]4?'Ɨx(T]-Ր&  b%!6F&ơ=tLѭۤ"Z=TNsR:pdR.v03fҎh%50nṍ]Z &CհDƜo s&be5>%`d˦8Ji Y64ez^kfqƀX3-[ۅx_/{1<9o)2d(o8ߙL;Li45qn-2. Tq1V>}毦 <߼X fXK&U 3fWlG19`jǪe-JZjL@aI#̂tݑ&௝х=(# +׹},;&[x9LguU&'}UUchbV0Ddgd㝟8rZCh~U{imwIv9 :%g=WZyU5w.oŏYcsc<oQ]|UhHrd2€?)\3nh@l 9:2h_~T;2$?5J[,exO%-im`US>.Xbo鑙ED5ӸsMd{P\Z֧d$Z>b ~>3ұCi;'W FW`KMHϙbpv%S\*RciI> @?^ G _ 5 DaBA693Dv厎S N*iAtlIDb/"Nlh8D;+c:ZRf ||촎 DdڨMb'*>`@;KR|j3Ϸ*Ztjڻ 蕓z ?X59(<=jKô:QſTGO]O_sL|چeQА|8R.ۜf4lAuW|<rDr@*xAk0ǴO7| hxaI = eٵP4eԊңV냬2 aO77×.9r?Cg CXC3+ bW5i98bJ4_@PsThqr{OXhA>vpΌܱB/VHd #эFM7 N ѕ9A:,̜`>cF0VZGAVXwI=YaP>ߒ ljF?93=&V[LRQ,+B?32ëlL&N>jb9t1aN~ĵLFuadAg]BAMim1pAGG>,- ˓:-!F]#^Y`HL.Y] u2-/n~qxrQkJ2:W[C.nhO!i!S[IASRln0ʠoilwμ:۳TCvA87b!:i.D}+*%ZWFL$8]cH|Jod$z{:c͌J~e$NZJe|_ Ǭ@,\r/2I'`717# E);fBU(&8(R$9(3s؅)%k8,? ^l<=Ir7*O Բɖf#hZ๢cDa 1A*ļZHL9J޿ƨӨvAݒD~S mrqiuE?Ll\vmV:#!eR;u%4&XߴБ?o=I) 5>>;cM_h0ϊ8C@`\AmET&;[YL߈"HCKVj:՟?Ƙ&fRK<'HlZp$ @ g4T6]h؆&opw `Yd,+NHV# klsV-!-"b-(ȚlNRbHHrkKeFu+Lx30ߋ"aUUN-3F{A[䁈zAB/!S|;/4DNIz%Jk!a| q{{)Z󸁖\EǴߊvº!R4y|4ڿ;O۷xW5Xjϑ}EB#%E }+q]ֆ2!N+OZYҢ-O?~,oޖ=.L$ n\,ڃnxV#"e{ulq /O`*ƙ|"fy~ΪF!_"Th4XDhڽ"ECQ([H..գKוoh"O8=rpbs 3hq?{r_!B1sq4Ko~I̻eNmV2yv~?j@%%#ef$Ȩ$d|:sU m׆$*ވyES)/|r. rtIgH&D9F1gxA@wI &~jmz/{mTvyq~[FNtc$7J$JTd5 %f ;kCOtoP];d@^*QuN!sbx,KD8b7[OEè+.2c DL3-i]7;"eY(v|~-kGݥ0'xZv E`&|py@&Գ%W$8^FH‘z"| Ǖ.ta(Aa!άOu5՞]J*">F&Roe]ѸCƪM'loyϲ/GNq2k|U,qGMa9Z\ i4m* ?w=DN@ GˮyN:@'EWQEvrtӤbB\6'ėPd@ Una1%PFaZްFb'rFWX-Ե\ano0ș;Bٔ},sԉñWJFI{LVcB<<#| EvG%%|@rUq`sz&9C: V`r^L;k {o|4E%i~wDw"IqfDM&kL9loF9aNQ/d si)]h5}o[Y5ɾ0SAKbK J$[:v A&WbsztpKrϯKpec!pqđ4Dh?벚eqbv47X-2i6΁Df0 la#Fs6MD2:".*B= .+ݙR}lT2OLTl X6_8YŰ/%8Zvܒ8ݐ?:mUAD,*Z\!m OSltoSA{{NF$Z fi{ԵZd[ ϑ;;XC\~HYiD]y'$_N7g8D"Aq'3b sAWz c>|y?J*ro8Bjb-Hc@_&3o'|`" MqO6 Og&޴E z q#n,QGڎ_,e|m0S<ahl}cGB\T&p_zӓh2f`H=} =nJ1)D~̑/$:̠JWw`[b \L _8mtP=>;Pt)@>ǭ= wuЌlP8k|C<"vs:mzSM5P ;HBL*5j-O;8Q~ۆIG1<ݺ9kS4jXo;wO)W1Qi~ |?j[![kHuask?S)8g38O+K>v-IA1#!vuj%7a-op l"5A'la?ԿGm)R}D6\":º+ ^B;dӢmq?4 Ti3m|FC9 W[z#fQEH++cTzG}02װWQ6kods` 4N ~8 \ImK j_:m+)IF'}'JUbǽo]=B3`Gy7aV50gEuHԥG*y b]61 "}4 ; _X c/1kzّixÖ@Hx!Ĉ܀q6>ٝ51T kObvD<kLM)К=iLjHb ~̖{X[PrJ,j$ "[Hp,F6O 6h^AKfݽ茳R@<_eJ[SU)~SC9VsǺmd7.f$!#G?#/4t€OZDe8ҤFd.j9zl5;4TE7"Tk!)rG  ?wf]kG<^!K֏<) C1Kjr*ŰKЬ+hɣKΙ&<') SS#ۻ }YB,5hC~/zI? "_*m"VWI)3SȱUKE.mS'A9 )ACOar<]xIɏ/;w͌Fp.BiysiZ@d+kpZ R*BƆ 7сl-lgyϰ,y?o!|_5[) f = TN)ׂ:wV̯p2n`d;xpS:oC]/\obUlw W[pTuc[<Z/pf/&|Ll6&~zE:ňJӾSfkτI"qW] (Lw2gȽ9d?KJ4mqNrC7z0Jꈀĺ3,>eGRk a=f%,LDLn)YEA\6iz.b] >^,$UrRrKZƚ20 %G`KR]ƙU&*|q ]f=CE>BwӇ3J@a얖/:f*\G^>Vq<ًk nY SQe#>*3N 9LN`S*8fyng( v5R~7(ױ mHHUυMS9~oA)(k{ R4 k[l5.5"u+{WHo\e0ڢᯁj7Ax4 el@g "ehw~@93HaHJi`2= lV;`0[$ iLtO[H]\=Oը|JbOHfh)y.>DݹC@Möη^=+ˡ*!e)C5) iWnGvNr{SxfR*]5yLH6 O@]jF]MaB18[~ g+1u>XUmBNj6SJZ`_ Vy.QY&NVyл7\cTkWqD2$:O'n*Ӭ#>]jф +efhw!x7bh+OLRF8 7zwgP[( EiF SsJ9/ JPNQlCy.SϚ6[!zfmMB(Q7BI6mJE] >jQg8o2Ll)Čkg@v+bL4FUUMG)<+_טe,=1(*xi,5r,m'⩃0ܣ{ 84Zqv\Jƺx?|X R[?C]m?2qf_:G l~m IԷݵAhpK t̟QHa#慝v EDŌV}>35M,ZXP5;Q7*BbUbb}6qPs"GBqdž`Κͻ6=N#a/Ț:H$}"B][{'g w[Ԝ@ ІQ=?$o*`n]-[\e*LL CvPPKLSK'- $ɮ nr(&683 _yCWNt?m)}y ?t/OL0>@/ hػJ}]s\jKaKuW>עK>o_s[~8O\p*|TBov()@umQ/N(n1> ͹ܿ+Bup̅0Jv6WfuٱtӺ<"C >l][zSTx)_/Y:܃I%MrGƭ1<  dX'!7$_".oŽL))Q%V*Md2/Uo\C-ݿ0ʷ fM)D = rt3v jJ1ks]CD?] ]a^ѻ{C;ĵqK |uXؖȂ/l#s=wby]A -~l@i"hǡ:s0yȵŠf<m?}Xh{'܋q]ީB#Lm ١bX]DZNbqї6c.\2D͂!1 @}1GÃT?LJ -PrXUÌSE3T%6[hyfa1롇ңťRXQ` |XL3td(8VXlXկ~ oGQ,gJ(qҌL~$]:'*s׆Iep+Wx*$ާ `%I\DſDž$[<ʣƞqӬ&dsJ\HeH|J% J."BͅU XnJز59oHXtv󢪁#ajQGu: />pXy99&I5\/ |w"Hՠl֟6QV$(`^HG.ԝ&~rY]4 =R&~,sg\taah76W*Qqe}xu =22" "`"U֤_'!Vf]N7vV^h:^oF@Yřk*lp?.ͅv7+4HJ!9 7TkJř9+!p/!{@hm X/y^D u֨pumaL;ƒYXFZ+}JU{lɻfFlHIpEUסǮV 2|@:?䂺RXU%7a MTwqʠ/-"b a~bfI99ؐ=fٹ]9wRt=8riA8Y }yd,Z뀩;P= -ha2wUGh{F6 imt1|I5I%LR_4y?g#] W7ǯ.Ft}|)6{K.o,O52*3m+spJqp^4XTQrw1v@pݙw>a^ǂ9Yzi/4A,J0|C7rsz*jSci^ؽN{q$e"Saꁋ ^^j-lK2|ilZR u>8hw$d 2jZG+A4 p/huM0jpJhQ7:Y})[Ýyv,eN@#"%4`K*G?cgo5|#Mg IVS~3!,u+E řS{n_K<廞T@*A1J33ݯs 51['PS7#?Ӈ .e `xۅJ:KoJqe(,Q4Ơ,[Nܚv}jVDm,,ƨym\Hrcx^ϥ5@X O܈-_59-NᆏAjr &(Ix$4W"D71>?գ#mi(2%D˂/YO*ѫ*N;jK y'HVB߈AN]gI&]^\I^Ev`ʴykyxpu(ς<Aʆ 0&tʘyG ~R.Ok1Ct[R$_ Gv˯Z|D~.-fΈsZ1tr꬯L/#cHZHQa3*2r2x7szcTON>y5 ?`k_P>׺ f,7U8a/Skjun n?^b3IB>WAJ =y?Gc͂E$cP4SBpWhUZt1|4 ? :ZBsS?m\ԫ>%,PvG`{2~TUizp3X/P%rl{1'3/usb9u]K#]lwj~I0t=zT(*}?`OmW; ]8Ҭ 2/)E1/ҖOPD59E.~UA_ZH6AՌxtw4BDŌXrZi.CcK~n8lI{JFxّ`|l QWD ѹvs4ll )n|pZU]SN$^y*2L>L/w~BJ 8|v_ԦDixSTT DKY%!9vAFoGN/~ 1 `زA_T-](^sĂxb*i0q1o^6=w'L^N;$a3^]WtjpK-= DsI:d-!{oG52LDẉ6)6 mj-fpt#+Z$H4ċr`JfZ5;@6JԘR9Yɟz8bwW`Ԭu`65C K |P/>I9 Ӣ} =IMЙ5뼳zvgPQ qIщ^f. u.:;+M_xY;uC=%WUKoEbB פg&t݄0֖ViH/p^`´@!l8-4A1\%CM(ϩ|[2)zpF TnAg_N33HZ MhrZQ9s/&!SU^u!m.wd{hWq$\6&oRF9bӧ8D򆐔喛:04{,v'Dmw.^ BO}y%}Xgo~R^+бevrs: Xf ,Rm&q mbl`;aCl#sN#\QV@th4Rp.nx koGKal.K¸%;RET@S!rgAd8|H;U"2.|޿'R|i;UGhaeIOǻew6n(Nd] 3qFeIb#6N ZRO[9:4xx j>-;3S=u/KTٞHEXg+[fsٓ@!nEA8/"([U<KUUY|e%O,o z]E^!š:Y9]ٯz9M-TiK,P0 wOB͵7!^ } IRv"WPOea 2- #yr$p? |@!55fTgIkOϐQ潵ptEEkS3#:d)Y)Tv*S0deGIݩkM$M2؁Ct 瘐&}_D%@Z h1.IT;a3SZ2y~9]nE!2F{6$l I<1m)Vܳ;hMYEvXFܝ_g 4&Z3VZ's`fRT}2al^0$#$:uZw*܂3fGoyR/\4&N r.9^1(LnH~sGWtY5jϬ/%Sks("$׫ֿۋ>$xYPrG>q]im?<9miJV1/2jw9by,'=y/(h\R/vl e?:wScfk&Rhͪݧ_o [C [1`3c0"Pwoг";(ˬ@A'z|*i_#2<ܦ+>-KlI0YgHIiANZX># mS3* 7]ddwst2x -j´;~:{ wT0nZѧ+Gc4[>nXxVr:v 7wр i1qV$Le% 0qoQL>HЯHpnSIT/ ," I/ Ud/>6Yަ)-?ˍԌ[]G "\ѢEPO%ɺetJ MfIYݵދȉW_quz1ZG(m-c Ǒ RPW23Y(s\+ ~%\d*-HV0n=xvHpޟ`CL^rZ"b"A`8+LJ|W$ӭ>Ut&ۏcyXu$g dԸǎD-wN`L<4ƨ>cE|f]75(+*JaQUro/^7X'xɫj*cAs`252B_-9h m};Lj J7aq@IJp$7sc@|x (gH‡Fp ?+\PwĠ rNVȘqLy Hi} .sVךY%*;{HNH8=;;TݛNv}Žm9Q(Bjiu|\@nt`pS#!~iY&%?@cKȖyEDL\&Mv@PT{ K*r:RJ}ul6J͝Y^TZ7)>I˟\<̿+ib 4"V5~A ;Xo FhaFR ! %?$vpciTֹrj6•| H.Zv"86kDT޼br~P-eFQVU^U߲ ?LAj4g% ^nm9:/. Pc*%ЋYI06iUEv;y W~|uq qŖ  TP]ziP.frrC2!dŒgU%2&3~ 7Ga8ǥyʺ+(;iȯNUo(GS"'m=PU|zYa^W"[.ӯUiȠæi,miԐ Oz,2yxu<0ԌTa[QS"һ& PxcCJSt{(107 Ͷ TF $*1R.HnاOAqQh9'|/:nW2wr=R5&jhf>ש0*@*ˑ:>oƫcNv I85vxU ƭaPI+z [m$]8$2gCn|PzL G_[ECjXq%9#|&u(bYU ~}z NAR/KnQ2B vyMםqR1Y_u @'b:GQ=GSpdz8pjqb+Ѡ@ +tu?2 O:' fm=T,D$q ѝ 4D=k0NuX÷79"sȤLbl|NK[=R~ˇ{nU͵)xC{UCN"~&U/R0]pGH-s;{엓8~}Bk{#d^)ȯ}LU @/NڴtS0 f|O\K+{9A*ff~BG#)!BBKT- kIR5z?-VqX]2Bd\hL#H0r_cB^n[(8lwz pVWNIHT DM5:1 }1Ynr9Y"-6{`4s! CО:p0VS}cG%cbsn:-x)Z%l0|ǑMB0l Fs8jpy( ;g㋾_Ԧ.F4>b4:r֙ ) VKn3Xw$A89,yӟdN9iR%'e(攏4f;;3f5G;K!_ P kӼ _ EUjAp[ǢK{Uyzٱ&)uFL*v-8ӽ(v!]-7- %4!B߅(d`t0tnCfG{ua b\QS "b@B^{s?%H\15-0w- g@9İ$7\9@qXźfv"= `hpKmPC85F AUs cr 9;s!X@*Yf೘n!<&ko^)%}ͮ;E [5"iE3vZTʌoYVE'/\p;ޑ-? 4 !fCy.'u=SپmPk?.'k'o,_v2TKذ8`} es nF %Q(wӎC<9%7trBԥ:h%؎˧b~'#- 姇/VdVYچ뢧h b˱RA*ׂ j^r˾{ƶcgmz" ɬ8>I P)cE7O#ZL|Mc3Q?~d78y,'7% ߊ}L>%5A_%j4yHY-gWf9 "=,RpfЂޟ؎ǽ9`oR{!D01Y'Bd5'IW_w`3Dp CϨ:+#D-2l ?-ThUS#^Q8CBD~E[GX~K/ߙLfҤu6+C dvK21 .sպKE_Cc}O=T{B"ĢDa;\ef RB9 ëijH}iť Y*))TB3, bA-n20[{l*DGi(4zWtj;KoTE8zEMyMAjS[dܪk[8%s&T }K`wn%WfF>Opks)޶͕]Y>w_J"*VT)XѶrZٺAX!h0 EC\ر KE4_MPĬclZ+9uTWV<89IJ'Zֵ=ʏL@,XnXpS, v@ !5BN$lZ1 +CǙll-l!D؊Sژmwo]5ƪ!Wi9X'5Q>ķ62 7|5mҊtm5?ɹ8$yr:^Ry{"7RkyxxT# z-8-00dJΰS%HrrL"u쇲<*kM1 i l-j~2{"1 d 8?.9CYCգ |9ȣ6 oǭV[e}ˌnE]hYS3֛X:yjdn!2 atݽDm;MQE 5s֨\e;V h`j73:b q)vC_5#X75%FVO8OJ6X+o8Ȝ X$MӦPGSi{Yc؊GzͲ-07#!8 HG>43X:WR)pcFdzhK4ס03*R6m&\x}W"xFkB ;g/CS-scj}͏@`Z]ZSC^0JKfӇDMM4pX]XgfmUYlﲁ0[AީNI7` N=約C-r7 v3_!h+"C # ŊEݐ>v'U-؀t `0Ӗqwq!sʄ1_lsFE&j.ێ4 ly*]h& RM/qyv9#&I>Ť[knix4*PSUEy\5%Z+G-<"ȸs)ETҺazKe)h`5\Jd3ty3xE nM:yWD Dy'9v.Ί0k_;)PM_y!Ri#rGC.IF=ithoJB34o%ԏEK@H7E^,󬨓=H]vWڬDc{VYO:4TTHqHF{0_!ENP*SBzX-w=U025]YJY+#f?4 ˮv#I_> 8ҭАOAʘ0I?+ri |, ,fxʋ9`OvAԜ(њTfs}Ž7eg-i鳬0dL;ؕO)7,i+Vyf%Ԣ 9tZ^םtw7Uх{PTFҽwcKFhl߲K9O$v͛N`!> XgĜԆb.]CƳy1a1r2bv XK6;"D6e^Z鈜BSH_-Ai8^KEbo![`@-'lƏ\dl9\Fs8DH@ 0,TYD)Q4wͪQיo5 ;gMtyUЩ +i`*reC _긘tOqt|ܡ7F2@~*sRt{5V=l[dpf_Lcꈹ20U(^LNΨgP]*l¢n{fQy-jBV}+-`oT /:G[ H?CP Wc ͕;Om/?"B֭NeG#MNqid{`!3Vq1a-I͍Ԓ=ZgM9G<%*wAL'L*)z;`KU:H!&w%0!y,?j3w3e$+Da$8םTg]zB^F4 '%b(ᔸ5i˧(w*pdy0\-?1,o#AY/d_BWvȳsmoķ ],Gy|o?Sϗ:yG σי~Οֹ5q\ esR_|` MQS]h0 j*F? ?W.]{CunQ[h{%[F6), =PO=pRO}:Ҙݢț& )O%E# SAiA >k`^m_ݔ;7_'T_)Bn$6=v qFm*3?Uh"B,uzC1W*t:kVyQo=9xW4gw Žd*2TUMߗd'M5 ͱGkHmz؇\%6\\c؈ckHxꁢoYAKhE/7ƺ@vWӋ1[pqG ?x-XyS-h`EP?R*t\@#z}ePy &zb8hm Be^F4H5+oE-wnS#av灃&xW=$%[-{@ԈZc0#`7oI_$$6H' 5+>XA@Wztta4Zڄh^o֘2h񱆟3$vG5qk4Ki/>R6*lY9a^>kS18Uw$h4EKDh@h=S 49.x$psqR7ӯmU0Hm?LJ`1eZzJ_ԩq}̲2p9Xݍ*0z&)'M!ݹc+_4S?gLxhˣ_|Nk/}bѫ`P[2aM0]<ô jܽ`XI2w0龤B+ >KKBЀ=z~\\ce\sa6٠N/=euܶOm-=< >yHx=aj@~TqsafzqJ+/{_waxE%5G> i]8A-R9R@٤YG)RPg!)8Oi$.DޭHh 㓂OE)M 5jdHwFrTCPc[ ,VKSJ#e4zcLT*%(2riW&M˛!'"Iq< S.EtQ09GzES ǎOB %'֗E](>^Rr+w62 mpH$&ebҬ^ώ-m3=əh!E21od2M?nι鮥I$P!򟒠Y5Emr)M](+"H>zv/W;I# MM- :*V:F˜9!R|ٶ_a 2 &5fΝz=pO=aO^ypN^""B Xd%jc`Ġ*,bZq I]s@R%Ah?iJ93wat=!7G0UL#yn Q"7I%&͸ɚTpRO [!ڂ,{%T'/S CRp2 ˭՗)܈xͱש\zKj%!Uer`]+(}e X֜11IklɩK9Q'&m&0-K rظZ|w0K KpZX;>G>^H ӻGy)e>ݙnĖ\C?!b8AUE٥|DE:o,g YUa(ᢢ{LD՟ei,"EtJpy!=K:/P%r)zzF(u:জ;l KvK6z14;ja J&5fD q&x B^i4.THȔh_!?dl!R\ӂ󺓈$`%Q,eCKq<̆~mo%#L!Ľ%&h#&'t8r RVj+aûN 6s>v&\Xy~H=&tP4t<⏕}1];ݖ3Pvyl(PJ2Lxo "쥑Ax͵CIH2,u1xQ~L!4݅Ȗӿ*br%){^Uߤ;ֈǨMaNYL>Kq_MM(TO/os!,^WEֶ50n2Pwsds':bzCCmz}93P1&1C8БP!a׫e6-e~{Uh%KRbdi*s(I+L~˅ll:&ı$tuFid[u"HgGt`fowդmrsLޠI[sY "έANq!:P4a8lgs;9+WVE&o8h{l+.tWp}MW[lZ\Pp?|% F vXٙHӕƞ1܊XF$kPOE:V+Ft (]nuu%vEsܚES׽/HAw~2&L|O2(z%Q4vFLo z堳!7>+u. /˽0SFBGͅe~Įߕ6a-7 OCͫx]@nT(ۙ33\?/^hE|oJ9wMyx ^06SSXC^zpx32pP:ivF쐲 ʞ3[OcW (WJGu d\SԘ;[g kʥ)UlʔZbq'7k\.K'憱7˭͏_ BkI|ͱ4/C=7U]sX)PxQQ$Rw&|VvS4Uwש @р?]_YvyeܪΕ~B[kdÙs6Ȗp:%)'IXYw{8K *j~'Q0Ŗ*?oK'p1!:zϑ,!/6/ QRDy\ΆLiG&U͟r{s"P7|Unt/XYx0/*A3JoK_dm8^2֢@iVGA86 J N5vh;yg,f>^$~u%)Ptp+`wϒR9L G,A\BLcV(S~XjnBﰼeQNYBw.e5ů\e=:Fcl [ڵ^O?g0CaDOU1 fQ;E=񰋩S?X&&K񴅡be ;q9;x%ݷ;é I29 ΘBccЋ W黃vO2@:`bZg ̪:s{ZA%cqG}/M`A4cCC*9Qѓ1@Y+`ϫ?6ʼ?0J5HnC>τQC`/ÃÂ뎳FφٛA“3vy(ߩ l8%CyqUT!n`7Fr3Ќ-z%Jo^~S7~nfwf%|M3L".%-ڍVHTjʌ2z}묊š޸R7/{T4'd˞4l. dR_'|D (%ɄcKt0yE1Vo+W&4Nv~X?vS)cؔѸ}RH/=d۰#W!-l(Hh 2r#:3( ӏk16Y7b֜ʸӃGĉ yןإul%ŃJƳ VXUMՆG!?%*W݋jÂw 0 ]cNyؚpb܈DVP[(TY;1h؄xEV]FKhR4S:$8*xi媷΢I)&T0ܦWTLU[϶!C AX~Ֆ,$O\@>--{]>\$# 0OVwG}Xdlu,!.q򏮜cgGA[*|,f5b5qCu f:&= ' =LlLo-KrE\ r̨%aNrfΪ2b9>$*hwno2ziUiȠ,tW0Sy4n#gp-B 8^ڦZT֡h9 BT%ZEP O؃*W&Ξh磜h ms,<J#Xm9|5S[[vePA~'~wqY+# ǓHm1OB6r:ȟ5LmBL0\L9Ui }+TBy#=Z?x%`fΚRj?;.(2)"*v)G(̷P _FV)U1Щ):Ƞ bwi5n,~i Q[4{-{QCuo?v6qQc'6{oTr 6)X8o 5cAة>Ա)IbLēG"E|>&xDNlw(,x# tsJuM?Z`FKGf12W8 :Vf{GLr]]JSD'K[;A׈a5lDwwv-Ee˜  IcKǺҬdY2kl@ԋ+` HT_C/`ĝc ~Ԡ^AL$58+w7wMy%hhp= &|9گ`k 'V,=74vB k.Pk'j2 &$H<$Xa$39^$#W9y:>dEWCdD. y{0좤yCu*v罆U!t,Q9M7IU76vg {56/#F |6e EK%*uK5tNσ3Y )[cj|#]vV׻1ϕIg*Io] &gH˰Y 1b0VpXTQT4M*"Ĵ)!¸B\368d:_jz]07lN3TUh1t5$a5dJ6]{Z|c 2۪ 6x5b-fJhr,<xy riop oJ^#ϕmZL:?OL$ds8%ʀy K  'Jx} 6v&bdtE@#$j<ˎk7QIقvB1v j8TXc'9R,RY*W'mD׼u;3ix%@@W6!.1|%N~I^,5bU ri<5'ЎOW搔ڝiO`A7x<вWQpygȔ2O')|4-,d1 \y7KH> y*аGM֧QZM0=/@V"jc#I<"e*OUmLu,u({F-Szxf9KX`aj43xV0SޛƓ-HYy[ 7?mUv[P Mipn5&?(л|j[[Nk^b"tuI#lR̈hx ;@ٚ+ ^@<`c-xS(3WIo>I?[;cץ^jN4(zUtπUvP&!-{k4}HiC N$/~8WSKU)@/#ԭ)ENrAV*oлXZֱx.}&3I?ܛBP ,\x,s}`p=,q>(yefv^%ʧb׽1~Xl \E*`a8NG"^oYFBzšznUGބ!e՞ѽJ._+8ǡ?vR8Ic *Eom VaClשWΪ;8VFh7MG>u GZr6F?̧Ձ %F9f-W[v5TW`GP8N7(E9.0\4g|Ӧ"ss7dY[[@j/dVD!}ovhIK#[AvDu*R}gMOՁsYD T(;]:QFRHBO\ZR3PΖmLC '_YDBη'9,5q+ߖ]_ȯȾf*B /ӑn‖GU7[{')VLv]\PM= !ŽE5y=JDҝ~Ư0Q҉l˹ oo'a'Q Ci9aœq1xs쎚[p:x問ڍWu3Xd,z);U(Azptc(KCLl>U qbX5<27^/SŹ,? ՜e= 15nRKr7>z 5z(oZGZ |A7?#K9ݰBzцZP7L9(p{7iC=d ЕLC- `h 5dOzf^ xJbGD!%nYp*ܙ.ZxU4{i uR|>w͍bѢ",ҿkljۙsz$~%]Y廡d~bzA_D/}rC4 Q~*0xopx29@x.7& :gᕶ/:C= N's\G9iYJڏUiS F4 ]6}C/m/S9 |O%KL4Kd=xD9i^jp9@se85 uVG%K9A&-c'30x N R+,Z2tENZԂo8W,o<*vѤ;jұMXmfDHv/$Ɔ{LNM</r/ƎXd54/%fIc9Idz~Xhm+=>Ը0&+mf>5t*_/;zof뚭X5}Jf&3:2裸=f O"oj=ğWA,5DJ.>0#IlI9 !'ȩdthͿ@he)Cq)2~@8  7z%>n4c=}-mҒ=o?- 08_J{hA"s}}֯,"20QVel*Wo>"`$r% X6t_tvBl]=HB4r8 WBf`}N#,nԹ/colo#$WZ:^ص [[˟!̓O|_ְEH(;%F'SQ>Lq}čd{qLofzNVs.}#3=0e64ڼ}tbDsa&oC_aAwaCTnr9In"z!$-ݱ\;l ;w܆ZȘ&{#&ô -ݜe<:иNP)Y.6.[?N97LQkT2{"0z:{隖<4S>* Xm@442n xԢWƈnh9Vw-f`$K(Y #G&b$E* Z8RΊ  _2zV[E[QAV?[SDCU +O %P"-_z踩ݗ OSHGX1ϢX nApC3ȟIm}6PIf2ce]OV@*]X"`jk lY2HzrjH伮uY#]j,v\P ,һ}pw72N}] b{1^@[ɔpdT5bg+=O?}0JtƆV^hV&jr(TœCqYn36?8O MR2>e7zgZx%*qkA@̜&2j>tgHw'N`,6na%7+XR>'gύ~f*Њ5б a6y9,dX^ \E^;.'iz* ?՛2G .HM,Gѝbt&W3iPOU.>;XkPV8,"y>+W(nzj+!,jymxHl7S*ɺ,uQxI -S#EW^MzjdͿ+&&?*4/q*a_b8x0>9B~ -*(T>$=4՞HtQ]JPTO3F;ȵsS Jql%fﹸj`mMxY>7T( 77^A&{DUK|N}ڎzgn]mеyѧEeJ+U>Eu )soh"@ow:FEQFi^6ףg(K0YGB5PTr߸U\No=\lV"ګS~#/.L\D5Y%[y2Vxgm#MQXwc2G+LTXTI.O3b:YeB'O=uK.*+b7^]$[q/i~b5@0Gθ20q3RsX^o#'}o%8&{KXLCJݻEKy!jn%i| RSo}{gJw;~ G`T=FlcV0cI/f]"~$"( ؓAͫ:s9nj%0WvgHs[Iui s,RI%9ep w^+fςHt4WE^h"ک([zW4^LF.]i2 X%s@VIT #Bu`]WBz/Vc,ձH^/o%1o^Sφ4+,=P] (5Fzf& Xn0*/"8WHgmp ]n/PFV8%Ì1gHQt?)5ODPI2Vx)QShGxl;Sw)z[ !B.oo[ TE :6ח2s,Eޚ l33#qB.͊hKS.J |F90܎A~i|~: |KSI+0-UYIuI ȡX0X8tuqɢ*UPj7cʚ .xЪ.{:C0C L}ou@N=Rh?8Fˏg$X摅XZ~<{@RioZtKq(G|tn:% 03,Vaa͋n"С&]0CrMJ_g(~a`s2k iY_K }WKM?G^4 gn/!_iAxԕqDwx?&0 /xEKTG6u"g勧"?]/Lr7(3U:|āUV,B9ܢ!)BgR>BTdo!z8LoVxzuL2S4who,-2L~Mq[oFIHcCfNV*іQJ}rMx29 zSnve}E" }.fZ) epkZa& tck}+aqyxWQ42hx=uH_X0Z^|%ɹ[WB#|qQ1)ݟyzAn$5DMۖ+65c& ,u?w;+%j~)u )Q椱E,{jC|,_d،dfho(T NK=cm~(7+n˛ 7+ >ѷPٸ|Ep ~0@F; ^?(<~yR~Fq;݁8)<xaF:=B&ha5 Vw7H,%CFtYO8ܹq旀_0uwRZv.֋:[}0 Fv3n"ox yzs^έŞ-ƺ<:W`wBM ]{nh>M,6m2>GM3 -.SO5~ EDrʼ\n3~hOtLO8&I}5-0;\8hյT1{s&_s.$+LBr;p\Sޭ(uj}dp77j&npo/z./ӧje&p cHkn{ap}0j@HGY'0e|j- 6,![9`E_ɺhpY:\oڗZYh_+r&g)*$Ӂk#;Uzm4~PM,e9]@A?glL%9J:o 8ѧS