retro-gtk-1.0.2-bp155.3.8 >  A dk;I%z Pgb0eYLAf^HŘvre& \.\ކJAď^ԩL^ q 5t'xHA0ÊC-DK쟣@daPtUZS`s0=j[$fώ2>ȎlG ̢]boU+ܞ^`?M"ߢldupTBak؁jzq@cȑ4XDASrs@Pyc* LT2E?bþ8KY X1@P*5]|ԳQ6-xoZ H:rYeN'ss>V٫b,5,"őR& nLx'@3g d=hZniw{EtQmMu,@l@_n4U:޸(nT@ƚM$`\vQu / @Z?Oy:rR߂?A@KfMG X`@iݐa+ je033a733f4bf7b971bd37dbc2116fc6a82720a68b22f79e4eb3c486bfa138d4dfac55c2848b92aa9248dddb971c56c5b2c95a8d8hdk;I%z dx-{K-;,~DQ&x<+?=_},ƨpsZ$kρIY؋_*vѠ'~<"C//ʅmRtȡM-^wY'0E0zV5 oDAݷ>v_P|s _ ;bJN#'f4ywOVi_SoQ'w>xQ,t  8}Uҩ'6zކ+~FƖcڏvڱ|6L G1E"Z'YPaa#_jXHqڧ*e3d&K^o]̗Mi8p1~d"fu0yRQ/E욖bp>AX?AHd   O 9?HL N P T  H(+849:F>,G>@H>DI>HX>LY>T\>t]>x^>b>c?8d?e?f?l?u?v?w@x@y@z@@@AADCretro-gtk1.0.2bp155.3.8Toolkit to write Gtk+3-based frontends to libretroretro-gtk wraps the libretro API for use in Gtk applications such as GNOME Games.dk;stones0SUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgSystem/GUI/GNOMEhttps://git.gnome.org/browse/retro-gtklinuxx86_640dk;5c4f7da44fcca56392dc6569e0325bf1262dfd1069cba0555dc2592779aff510rootrootretro-gtk-1.0.2-bp155.3.8.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.3a`X_Í@__[@^$D]z3@\M[t[^[\ZZ@ZZ @Y@Y{Y*@YzY@@YlX@XƉXf@X@W@Wv@Luciano Santos 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- Add upstream 0001-Retro-GTK-1.0.2-fix-meson-build-failure.patch based on commit 8016c10e7216394bc66281f2d9be740140b6fad6 to fix pkg.generate() that got "export_packages" and "namespace" keyword arguments removed in Meson 0.60 release.- 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.stones 16847493021.0.2-bp155.3.81.0.2-bp155.3.8retro-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-SP5/standard/2dd9285f8c3aa63ca3b2080da3a75c99-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]=96cf2d63e65ff2acd61657dd44eb7a7309b1d206, for GNU/Linux 3.2.0, strippedRR RRRRRRR RRRRRR RR RR Rv<*y{<utf-876419d4e919aacdbee9f52f71200e97145d1ad7d1e828630f1a49fd9684c2f03? 7zXZ !t/3] crv9wB6X蓡?bIl,qbJ6| 9 45!-g6M4r C M10۹Nsj3δmI Y-e~<\g3CPnG"V31Srs:$J4rO^}C2x8k8*\KZrLq-}&>ED҂j:֊n :Xw >_olR^2DC,]?(7؆S=rˉNĿ8.-3-+p;Y+!El1{tY?lOj~ ƉvX ֍A,c 7>ϕfR(}n:ީB@-)GNRdɎZFb5S%rJx A+ۛ ?ߤcEk6]҈{G`ۯ1%FP* w!gvqdbn95yO^+:@"n*o3Jΐ]jJw/| 7eGS81ԲƄT2)ogT[*i# bGKoںMU6៕oKk 1"|ؗk:2!Lml&+=_rGvڪ1]v%22[\pzKmW)-G*!CixA6W*,k+GRZp"d$sd۞#EُY5ʺS1kC_rJŦB0o_G-n!kM;9NǤ8\L"͏%y<[B7Dڗ'.<(]Cፁaz|jtmCXj.*0g-$«g7`FΆ媩M'k|JHx*\hX5a3Ho32 HRQ͍)1 }UOL:d_Ⱥ5#\jgʶ7[?8@I5T. -(@nkNP*%oroPdIW_jWZ/Gun !64.+Ȫr󂵀E[\55օ7V1c瘽H*n֫DOm/uwz%hA95xv| º6Snb- mj^Mp!Vu$7)yS{uH5]Rȳ06ykFƜH8w_5+r'ucyblEX_ҜZ/Eck,r4aLeNaPb~yH#tåt0un(}̂2T N-[J@AN>|;C}~*^{U[Wlދ:4:n -vpZEg7km(f؅D[[=x#HkJ\ Eô%fAKV ~E Í tLA({V4Po'eQرGVmd L|>xtWdjp['b  4HjٓO۬QЏLCݎ:.}B͡reW~18YۏH_BFxudhR\q\.hmOrGlE:}L?B[(BWCEb e kXs<>bE"?zGL ۩~d+PDv?g!H8 ?r (" 9n=Ye*_4'UV9e׊x# YWHB~K;d[ABxMIzL>[ѠayZCwۃ ,Lر @PWI4 GPEC #w+'Vy[?ub#%o]pTӉ+\\c?bą jw١iz\jPVi.aצ߅0'9FT1^a2dď'4ޞXˍ6zç C=٨[ ,U}^!@`"[GnvvV<^&9˟AsDk5_&BsGO|GWk4j 5F:牆:72+4bPU4vÆwe3txENNsmD])g#Mx=~v `Riq-u%LSP¶+=NZTUW5u#.-Pj!uc=̄Մ9{O2㢠20fo/ᥟ9G |js3EXH[^GEGB?77`CJƄ\O~;`j '1 y}Ѳ.U#x{u<ǫmv5hi .5#HF3b={viЏfr˜C^)?dF~#Lr4H䩱]VoBgA"TAJ B#MN~N`WƝ iL5 I4>v{}h '}XH}B[Z9Tz#_Yz "M/-u<"1='b0A:5JkKGd?QYV!Ϣ. !S rF#u?Z6MNΡ*pa:VBHX\R됷ΕB2KT%$HRКx g$Wbmn@wsl(5Z\2\ |`.8J  'X\q,wf!]keD_@Misl/+-Zx3Dg5Cϡu?E//&ELpuUГі~8&T_ؠ'ZY|+iۊtY+M \mks^CJ?U]gR=]UOFLႌ'/h}X89ƔaF *Hb/KFp֭sH;&'n) *k2%Yɲoa)ϔ{EJƩ\h~=5ZveK, #McaΧίQU@ 4c\[S䰸˕E@Cˢ)!NRS)$?~[9Of^~$g*=5#35{ /Oݾ\25] Kk2%Nhzqhpܢ=~{J ۺr-R>tEivzEqc`{ q'g\Vvq3 Bn(7G駘V;R]$h|?Ǟ!ߝ{ y]]lxL,YU꺃 Rv7kbl&W"Z[oz^a?sP^c8'S?~10_Akхi.3.-#ňHq+R&kV1a@{1ߛ ;dG&ʝ5%Rj-v}v02zvI'ηف6WAxrsIʎh?c d6arշ1>NjV'{hmUm~/B.ծpQ%!UR[dz%S(TdB+@} x~.%yR8c{dB;`ۓ՜~B~^kQ/j~?E߭ r l5p8DT<_G(JnUwԈz#lvP<0J_I拟I&H&cR%US+E Zu*cz;bJtCrl†r-Hr?{ HVz-*{#$#> F=[}/4&hۗjx(h*A0B+~2x3oS *2}+,̻:Oo"ܜvu Xl q6 E!I'DѲBo \q?Ṃe\G>J~߬%Yɧ#]EFu<ֈ+Rb2 DUɸ'R#oQ n@-wE2W$bnAם^S1/nXvjoIVP9j@VG?LzH#h;ƓƆ0mÛJ;-e&y}xS^%C8d-C)',I4uyO\)CJh&>oe!D1ͷa_pB5al:E!Ik1W=^>Wɹp/ o/w~OW'ޞN٨iU#!WtWUJ++pcliXH$Tp[YPM)^*ȹ<;O.ڻ-M UW{ah@&@)iH QZ?H9fy:^+Ln~٦(ǹ)dp9FoB9P<N崙.L9LхVc勮s!1$ қWUq:#g77 %8ruVu*r .ctnVbW$PxW҆n7pa<Pۮr<ܬBUasq0[c5l9Ĉf裸8T Ή&s6|+% 0F\;¬*B3S"G?oB\z뇬̈́3SjjG 6' h)L0˚*-`Qe%^ ӏo q1Ac. @[ &+&&?ߤt`|gt&l*:whb8TĝDl^*`12Y"Zni9Wr Xq;ϪC5mAZJ3 -j/3TQM_G ELkjlBI Zx5Єȴ 2M=sӌ=M(6(UW!g]} ME9'1?.4 dHl^LT4@Z9"Ae{Z,\ E=zJR?/^d`dZ,DSKύ5WBt3{xőϼr!/nAdJoozAh{U>jJF@~qC.S"rmmu \nLbkIJ<")BJDz%x:C  Paǃӌ@+Umc}1 {*JT']wdBƬn2\]cybv]V+"xq? @շ0Sjs3A]s`22π`ƻT_fV*m?B&ߠA6+UJ^/ḽ^hd}BxNIai-uA$nb 3b#WFߘn7ӥV!,P /J:,zGQ@Q<e=g53 KhGh@}Vk?~wv64qfok褴CV6p_AF,='߁}RpEZ={ -S"sum~4ՃY o.nfQQ R]ܳY:CBh:W$^12(R-*Gu:Jat:#Rw|EW`,^a0͌wJ̹"^=|4Fj4@FvfXC)1vRcM$9Է \T,7b ׶43jTwSc3" 4wPb)T{fȺ<{3 )v3nl'gXsϗx5&=Ǥ3VY*jaeBeeDJ&VnA#u䥞-h{a^LH]lx. ccꆂ̑y4wDA&?kfLrm0E+*t<dk7 H 5dB_:t^Zc3=f+gLzZ^5V霊'/B. ,eMB%.%Ce3h<4vzǿt`WG:?O+:Cnn|qC݋;Q WM{y\EB Q|/D8oÕUMI(l^úK7ܲ2 }4; Oi9fcNg(7M* r.ΚS#M[cVN9[2>DZ%tӋ'vk'(ͣwK'秅$ު׷nXx\qTz-rs>ѓT̞PeDܘT%NaJplySqoAXX1+S z1sS?JG3 9yd w`WT ċp^je0eSNj˄&wgj[UҥHK?s>vT:4f!"pTs.W!>"t$AD[_@8)!7sNSGziC>\ (aCjpWqnB:qj;0>mwznv?k5?qp}<3ڡc'<09? =/,uN* >y&TUmǬ* 'W4Kǃ+3VQ[ZZŜZ=AUZ޹TprC^SHr!dׁU_JAn;HK}eno]6-sMq8ʥ32Ԡ(621+!N\-P$92o1p'k9M?{g7^I;7fyxvrraX= gE#owúf~oIf4_Mif~l#fĨ0Mys^6E- ] óh'!f]-*A(C{Ǘ(D ÿ镀۠-). u!R 1O͝N- \-9VACjlbA8RFJ$rAA]Y(=WRgm<̊-]"7ߖwe[9̶Rf<d[HG6df7썹79쮧#7^)v+nAK/Oc4YfS=]aOGu\. ϥV9s2Wl8%fudiZ}֙kLX& k-4U,@3e@}lm;/?(w' 3ΗpNWe/}Rz鹼8SqSX5CKV iЛ3yHP!BTz$PLHIE#T14A8|C}*>:d?-n!_fJ@]X1/UJΉ,қhYypR Ή ;J0 $ft˨ @ Kc3C;'I9M RTsxct ~'\]EG"?i hOz}15 ݑoVQ>}=r-"KJf Yob?yٱe*‹$xÅ>و Jf{!-%( >@̪eP,8(X7drT*;׿~]jWHaUctta ^SBMJr6%c7Rty:LBHSkЋ5c;N_s2K{eYp}WbV38w&S϶?CW!^q0?…AnY*f}'\>2WV RiNK)똎ft*h %>/0-ݕ)W_."!/6ßiHgnHdRw!V5Jٻ8ZDRCĹ!+f1_⣹Q%ݟv4h?nS@ǚa[o-@9Z7 j[wⱓKTr+Rd쫴 nP7h,k@w9vwf?.MUVZ߆.Θ' 3cyL H4a1x~7:^'HBئ8'ssȼY8{ͫ*uuވ:8 uƆN 4b!{'M!1-.m}f9AUcl#cc6: ^e~|E>GfmD3/`-eV¾+bB;I[YwAionWkz-RJHf PL?>!(A3}+#G<>k6}9r/$P[Yl<O5j+MJ2ݛ8=[-z}[ѹ+ϟf=BUk<=Ȥ|ϣ UK{G]0V$I-,5Mԣ::$x8qBtP1/5٠ۋ?ޜyRTk7fT2Ŧh(2GӶ mRdmq*yF=GVa4 տQJ.rZ|ݽ0A AbKXBm( (zX `Ys[c2l0%\ a.ZYe7u QobH1H.К"ݾ wnaּ 3f #tTDǾ̑|8d`1#:7S%&TH^*:C?o XEW,!ODI4#htտ_bcz`37yn vQ=stFVGNM y샋e(1~kpZf$\HܑsG~S>7\Ea'4^64M+NY4)\6nv֟İ}eBJm ʔ2?y TS)G}t"RA(ʏQ4@!*tղyD2d;kZӓU;T &)l}]bYFa;%3lL!F$ۥ),E#[N5KGF +&r@Q/3V1qx08?F{MTzoHc6Q[Te\2HR[xUy28pKVrGH-U,_l.,`37;vש5=AE492q3󵾅Nt6%SLNz~3vaQsᙣvR$"@53[Lw6Vr|.ǨB| Z b+i_&eƅG; `th!-Op6(`z{G'(4@^ײ*CIhzn`͂Ix Ƣ(#U2`,Jށ68m!tPg cMy|<^ϽO@۶d78}ʢ%6;+:Acп=\0V^OTY@`6_ω*ں\UrfW<&yjoe=biXƃ,f3'6rt&WI#0ߐߔ_6 $S ;)?U:.hLrhhTd3&z^d6~\~M [ SFdΐt4{Dݴ&ixΧ OBe@YȯtNd-K;%*t-;ྷVK6-h^9_9!nn^LTDCw3a<`/ !3XC%[@F=uƏA0* )KǎͿJxKQ,y'`}A8Ǿz04 iܦnsa"+6N[ ɶ[mwE=l55wf#*?UR̍)H #@+V*.B V8/ضsoy^%ZۜL4,{l{;t|tWyGן?w-O, 2-3lT޸ۤ݀MuY ^:&..QFĎ  @9>w m첒LnH.bjf\8K3eh՞KɊ0bHj !#QF^8ƒzS`Jk3'w  eǩW8?I6MM,1&to".IOQ6*H PVB&y}Iɥ.[sO-h o,G10tbW\u ֯aYEeŪG0'Ee(DcɽGxS)/}#TàlЇĮ+aoxܩmH1#KXmu<њ.ov8f .G;:˰׵NjVBs[%gQ6&Q B"&x vv&p9'˦) q(!(84 "n@^1(*D:yQ+j . haUYE6g{㍉,!5[XAi0ҟđ c9ɅxǕ-JrhUDʳӣ:+gQuZeQa!h)Q=fD+p4fq\zu@̆N;{Qq$o dJ KdL(Fj_8LtG -o)Se\4xj.4v9~r%9x'3y1 ԣ c1QW$La|z0vBr+.er'mj+<@GA{iO:aoel˯E0<۰N9>#Xp6΀ _L{4Cy-"wQFnQ:m`nWQGWe 'z lyW/l~2xATsXU<@)^AlB5ۭu]rVFQWzFbsL+sVXA*0-f +fnmmikȲ;:$ 0 k9v6 74=5ܰXG]~ mpFZ** \: h^sg|'}mm%)<̲ӽ)w ` y^x_h=wOʯgm땍!e? 0Ɔ\T46_WFHǘWᑇMgvhK#IgT-&꺣 2{?dU ^eP'(>jP g9cddR08Rt!|pNP<+NW/\ۏ"t} "s9Ŕ Ud:Z!'Y1Bn|t,3i@aoWUu Sv#5|1q-VPI>݄Guf?CoZR:bO#G< mə2h4"ˀ凃)L'K/@`,*(@JXG$h5,<%X>1:`ʙ+&h!yoe+Ǧ4woO*>ԗWn[6Z6:LKj*?]aZKeMS1 k-?ͣM7o'dݰ:fLJɪ:fy{5%,SRTђ`"{Ȃ&xe]f{ƨPu ێrԬO *N:.'7(&fq{j\g l bl3qcU2KtK1#~$d(Gs_F*cʦu%.QwEod'( Jk֦'DjpUUs%`"yͶ;09Pg0.>uem 땣16%*q(9Fz(!/a}e/DPg8d !wLjˊVanJ<ƅz}ↂW4B{STٙ <|hGL&nnF]& 햌_0پ&yC&KqE-ɧe_Oc§W4AD &<۱?Çs$n`ɏ`GNz'\@TC*J NvN|eL$~w-"<CЋ˳п%YFXf+Ic#?̈R0^>~ye}jP t:!-gٗ\xǸ5jX?VL Mni}v *-efH6tdf="tsTe@ܴFur=9)-yi,:kkVIXx+mC2$S$ߥUqBiSф u⍳+Pa$- ZeP *ڇLNI {EJ5b? sho.No~JOhfCN+ NygPShelpRB,#r{$VpT-eQ3r v}]- s;"sAK,hpeܮf7Qt̚Mv^ 1hTįw,h YF&ѰپgIc8q[SQa89%"J-5Dfء+Kk*wCbnNDw@tj]VdĨ䑜g 28>1i_ҝ AY/6 5hʨE$0IgY,!oE?Gx5X{Vb#8]0S}9?L05c5.[IXIdh'$d/Fj?2ݝ\[a<'-ZG&AtV=n '",wR-@憾AQ%4e1>hvA XrnH:/\ɻbI緆lP "̉zdVEs{`eLLVEuXQH9xcҺuФq [T4uď5m7U!=_1rӊi6 BD5Ofj3oOt'(qjJ8t5%yo_kuW}َ*Kڃ:^S{K.!8 ٨s}UC?D<"ү,)ͫjk}Wln_;mJJx`|v~#ۍKH/;זA';~ ?+GKK]_l ish0vgULrq.Kvpo֖3H>8lbƙ A-B&Z/ E](j8/>4\I 22e ~UGL_}GIi&~^cD#>̂KPȒr.#|OtܟZ^0ҩ̣[J||Ox7KF wEPg!,<8eTP"2"uwzAc9wSâ< ~ώ&IMpzK}KS忯=aA8*;iPpvC]܈l1mTNx-ѾS*m'4cyy54+;|mx';[`0hLَ"{O+4A_C5Ԩd0²6 Qu9%Ga[d*w81^Sh8zQ`vfwwf[]lo0۱׻cstN4F_^lmjW'БvA8}(⸒koG{o|3 ,B;>A@fBך &%䝇a]<@%11?UrD`C]y)'s[7 -pdkcw ﶫ\cC)< U'%қa _ ]寉C2laj5DUwn=Cm]h>F/v"; ݊)ͦ A- |gZE)Ҕ ˨ ~$MU۝sUM*T]Yet!MINmG>-a44I"@9y\ =rM߉{g{Tn]G$irw Y)F}ɦW2KIQHqZZZ8|@v5]Jl׾cuB-5mPPO-- 5H;Z?|hFF_lQ U$q e 'BfqFZ0i [\e/qâ |zA\*`:Ny_tF8"a7M_8aq.y5F%z|ia\ {jQ1֎ X#:@ ]QW+!$Klb.Z[*Jx`lmE&H j8DOne6jdp;1n}j oj^Se+ qi{Ŭ !7o;H 0(K#ƙXI ʩdbMOVYڂ')_5.ۤ.6BBu0M.g)Ä&#.>ͷ(Zx\g֢9m[6Eg "{yҢǟd3Uܡ Mz@CbɐAQɰ"LOɀѤQʱ(|Xw'0Pg&6C00q ܞN/kp.sV&nीs}A]K.GwS&mQ_^ݹF ~E;]2.NcCmȂ@{%dĔ2! -J*n|K1w.̜a:WdȐ'})VьZ/޻]+8tm?RS!1(?ļnx NiPspaJgh3ޅX տWV]SMZ |#UcWq8-r٨lչsDA؇m*AKdʍ&'h[L6;g C7ogD 5t>a CduWCg,4=jEa &Ԛ~EZxԩ{Ճ-3BlA+'Kdmr=f }`7 5zf4xysEr~],%LVUWO!oo@Q9ȓ[j ^痟&Ե5V ZbQh6 Q:6z ;,i—3j*t3c@no hP:Xb.`2h>fbg-awQ-t(o{(_O@ o/UBaP'*X`Ȕ3\YEh^^_C /ia4D2tH@E欴%˦tZD gU$S\ckTpJv$Qaj6Mr<~ؼߔsW];U^h[U9dP]%H>@q݄b u<2  .=hY&)aFo]=i[0KG-+ː;)*Qxȅ;ML:&&KZ=!"pAH^aUEr]Œ9~fcVMoX/{υ"jq ~?C^%d`DzLUsnYj#uXn]9:9i,o"- )MwL}cn~'6*^8CT7'Ƙ$dl+aMJ==Fw(;tշ/UO]14n㹤.c* 4qRZKx_ÎO`!VE_B+Il%V/2PɻxBn/։ k&W-:zBT@zUtO-\/CPBdIoYGhKh$-/0ZK:Fԁ7{}]kvj*mW#j5w{G-1)ؠL܆䂏_nO'M!р(6L3+23Xf$Xx;D;|,M'uTr1겣ہM["f6` ƻkcc| LD⥻^PmK"*B,RX1RWjpٷ*!%iqm4@CO>|d!o*e̛֑ ÙfSņUn.Q(I9 .ޚdM'_/B?uX&UIyY>|Rp%GZ 9ew Ұ}/ )y I9NCmwC vkX뢨g׃ȸ0OFt[dZdw6#D TNl(TBx<6Qy/RizehYiV;zT SL|LZ =~@C ܆lQpU:ա 7i%שN7<1&5^el].ZزUˇFʬ(VF(rKڃMf520c5"E=4}D+s͐$xO7b9<9/,Dx5DeNPM M*`Lj昿I &֕ulvRB+O +/^' K2r"|TZw3Ș.\eK~.ro}'3 W,kKv8) GPf#RJ2Tkl!NhNRغؓPX2jy >b+ad!_|djy\Sz4MSg|XHA"5þ HvtAxMX W0!)㕮lb``=?r'4L3"I_S(J08#Gv-WӰk EwL' OlI On2|e ap!ia\G0}sx6s*OLmTǝ4Mӕ))ոGzKY~#G Ҝ< pmt D W{-2ҏy.`FR(y_V`1 Bv32}9FD۩P2 ^c9;ucj&,m:?yޡ8G}X6 Pwrƹșzf)H 廷L*[PkX;gWY~@4H ޭWSCB+HnB9zUs%fQv#ϥs_x?B&6%=pdۙY=g{sq`fKԍni)28$)$)mI}dA+[mgL&1LZz9=ȥOX*tg ~>5dHgA*3f :!SxF,hX )oh+ڣfJ s۪&-mp2 > 7 pb~Z7 93e:93Xs63;}f]/'|l䝵b#_qS ~XW*! 䰴bӞ˲G0]@`3XڐwQwo"gg\v(J6i<}1Ēq0E)2잿B!3%Ӂ/zmr3Vy*bf$]eķ5yЯD0E/:h`\S4Q2]wߔ aL暳vJʠ7?œIJUE"#dvjc=#+NE8Ira{2_\JN\c9PX;䦆|tZow ;t 7醛5b㑚aINIrXvݕY#y+1=2 º3%pw5h`>hy .i] c$”.8MèRzxrCMֿ&+ⲿ|QVC-(_- b'{Đn T v3X%/zIB;"A J~vn՟ю'l5ɋ!Zҁwtf:4tJ|hJ 1 vk^b`HJёsD] ~0Ǫ~Y (~&QP?SPXLF#f~Ktd]u% LPaغ-6 wS[1CPRZe8ONFJ ~ :K0Ö Fzˌ q&lhw0ќ7ܸ\ͭ5H ό8] SwkN@E4!e~gKFuv)_z!{=6+xt}-.0@V ި)-œvkt((r?+K/+G2l R0=eF 4m-PnciR (S%pϿ(~G7Rbei;6SdهKIUZJ]-}V8)jHW^65;y*>S BN"lNCk/$Ӈ_%6;YN!TrFp=>!lMaTD2jYZɛqhAT}S~9g YT7vJs;:pp av*'x3G#Fw CMxP~64Kԟ,@Q5ҾZ)JsA;hxY_O9X{⎌#*^YC[1{ 2p3ּ[L[c۾k͇&1TB; u;..m$ ދDG\>@KCqQt\W|CÓ#C4+{oWY+>]fFک;0(k{Y.ц|QĨQ-RI =)103D# v aec<!uzN7wt\#u&/#?b-EuTG5Yl_39n6ۆruad)~8Q^bA{U1Lʡid#QpʶLoY]ٚseH|2'FDH6@^"$7Ĭ:,̪tay *wmoch8angE-kTzp?2cb3%컼(6ue=;7aS"#;L~WV/ϸ{4ۡ1pD t^ Obc|$ [Q%С6&2=@#^%2YV6 Ug7 #c٢zxFcQ \v(Y&%?VnL5{̦͑֡gs1$x^ںu4{.~H<,Q {t5R8X ͂q/;d\K֤EDa 2L*lh6eUEei~Rvo=&ؘZsٲ%F􌾪j,Af%:@ 1}es6$4N^8/zO91ozLIM /A;$ p*cZ~bF+4JC W/5PBur0=u8ɐQV AΥܘ1 *̅fchY.DBG+@D\[ܚqI1yY'\в^U/@EAKq,vTGOk[ն{ÑWD׽fi~OHA9|'m,P/)MQE/3ʲgJfCA;{8֚cHuYֵb|aՇdy"~)–yxCB.4)/\՝bv +Rўp7Qߤ.}3un!+={EFLFʺ# S5:]SA?WmJ8ǥ#"j'(1lIFn{q_Z d٭>Lt8ODvB_ n(BR6(d~/dW@sN,Tp[ LXI҇a*@j sك];OF|g/?ԲAʘ#]7џ*e׋ C{q(ibZEl]O)GMԑBˠJ) h[fghmkͨ H;H>qand[G#6= yt npϠ0'ˠ Rx`F'uʁr64e 5f9l:%r [7'uU n am7\MrRE|G0=qzힾ*pȌKESFcЂ˒spՠ4O&Je#cT niI c{vm:Vg(,b):rct("q Yb5hrVZt5uRFJZqGfH09ƸDlI,p~g3P28n kC|6h}Km롞BAйT8cR8Lju>px{R!آs#/vyKP1͸my]/%.+h[GXi]h(Zeu:ab?ǿ1LJ]iuȀ㒊fƪ^Ӧ 5Ck`ngmT*t|v}}n=ӹ*´ucAioZIkLB)iv7u,M#y]5h }QoK\w Sqpu _C FD+Iῥte\eMyc;yVZtcw*m b7zdO!|IuJZV{ }7 OԱOfEOzpgG*;[.Mt`p:BPS[|`TL ʂ`QL#@^R#z:uLԢh”!{^[YlM O >V1l]7MXml=rr 1>'`^ j]?Efn`Ж>I<>f=p⾧<cп /[/oDqhbpzU'Y3]uGMTW/t'b}3#8;$QקW;CəmitK:O-Yb\ N q9=jYȚ!GwvpX*u'ߖ?OapeBJY{ {^D N؎5jG"` $ +7rhz @/ &K[$ͮ[W >x}]}u)r0ڃb?G c<VhTm*ᅯ-Y6Y|[Qh]r#m{D"wB-X{g؜a{;-ϣHE@~ L;K7%!>tBC}N >Lf@}&>{gp ^lƛS,bg]) Z 20|qJ+ULe3tW1şhĜMV0K6K!4F# ٰ;$إOpuPJ8.:\KO:t}≃4L i28A;FBb\D077%щK"G!j;ya8O886F?u`M޳w9 o%ZuR9/P7d?5#J9w zڢ\}Hx,0aI]f,: 9}AXvl LCw D:8Lt{#wȎ~9@=vgКij[ !"|abDR(} )I<q{Re3K+$}%*r&,\O ||gtkμJ1'cӎs9?NB7'ި#.;U[ǔa2GOr[ "4jߥ`N7½gZ6&+{rytjdҒrɭTRfiV"z4bGrpAsQLdf4BE iV Y9;c%HG~^Ě};=p9Hhd03 ZUt(dNS^zYֺѲ8\+$?}yW%dϹyR ځ2 oR @-ߨ(OF捝\P$(] ;r•i<1:KJ,.h C*/+Iqż;UWխ"<Mr Y9l줌vswMfEVX4׶9!>M9/NPIg zeViXh}YvD44yX$ثgz-Uة;8S4fEaKpcbD%-Mu%)Zћf`n)6ƪYLtǻESJ@N'!c^4F_ *X+,wKuwxtm]ǑHfXn :aKܠՆNMI]"A&]o, P})PȪ}* iO2Kz]oԬpcߖ+,U]RR>蠨"մI!f8P 7Ry6ݑRs%sՓd:JTMP>Yc]͏|NBlƔe;kc27N6m"1.&bgY#e\6W{n\z\r]ep(/V-1{CFB7fPTVz1&yܮd,Pτ^zȒd:AKG8nSRz#sz@탵Ud{#J%Œ968+~(nv9~ gN!.ʋs¬An`lQگ/I!0&Ғ^ H0g*_i9ߕU`Mm(NT{,NvN4ނ,UPn`Sh/e`Pz<9ʀfWEᑻzU4yK ;o}Uډ’Xz=.L9^>lt"ob>-ۼ`[b[]p E[nugNBl6/Y^ 3>&!c8pYdZWJRfޥ|k>&cm9'\бb(bg$:6m qEE>=4'3=>@f^h$*>!Se,5c Cq8`a?K}ϤP <0" zo X3,}Ty愑^) BBp@87s%x%dNfAvzF|躜o*T` w[<}hOis#k:!548|~(*UA+ԝ:@ 'NRΧ}MA79ĵ|=2hbGK"s験tT*U>lR[u,(}[Z"Ko(c*0Ot'o]q3134!Nx It! ,`jf;Ձ>='{;Ї zMMVJ!5ibJ{fx,$RU;ꌕXsW<\M[gܗLCXl ?7"ǿflsQ8`jsCI \Y3?[*z<{tqL2] iĖ`h+f8Bre 8"F0Nw,!mM.}MF{p<  XU0TxR5=~^:'&Bm;h| Gf XZbUBe~aT4ޠ 8-@SqhpOiZK!"׻qe#kCxқi0'ǙGR S"SqNGIL7ĴBob5Z塷JѭY^3O؃}2j$qgɱ"Zn[2zaRGM :M2`76?9He:'U;q6 ų岪qf]vSE8p␵POI*$:ü9:'hQ>kM X]7Tpx5ղ+./l\7%‹KKrICfJnChP5ͥ$؍W,XD Fto}Tp h,+|t^l8^bU'z7KV"і%*ЃeOEE 5)(XOd?eİVnclQTHHZőMkϢ_FOP9 fS8E/U^:Kt/ZUG%CݟR~ٟUXH;%PD!&J Yaz}b~s"x{37 Ax}iUM@3ه;|85" r[vHPA\x.Wb0g30<|VqvR}X|Xڶpx/lY!¬h cTIl/p6L[CYІ^|e#},G۪Iv?BŽ/Z5jMe5E2,6B>/JD@*ݿ˲!n^~dDڋ"LCM9J P6fB1OO 4)6@dH.}xG: laap*K38ciǘ.GȅF$8 *OL(M<0 `pss^7WƘ²Q-[:U [`ª8B ޢҏh_ڡ[b:s8-dMUٱue=̏c1߂`&bbU ,+"2lmX!)kvi6H>`UBI։tI.**V<+Z!EI?`EMtFoWQ$LeI ƶ I$ Tнu-k'-iT`,v,,> Mj4w%; <&+^5{)$i\WQ3d5AW c+C+yz',PaL{zNAdo̹I^ė2Hf-ۭx A nI YJ`]_NPɯ([K.vv6!|:J\#@"_ی|.WG\*-lJ=Y3:2J4+ ;fo~e6Ziv:*`'_r֝aڙfdAzs-CyZ䡊p:c 3F&|"k&8,@oN'Hx@1{^f@Ș wҥB;/ hZhaZ-ÛAuX-f>:f;˂T]Qd4|돗#ht$A\f }6-ia*a'M+Jkʭjyn{PR4*׻}2g|73ϽGc8V4E w{>Ӿ-⠬v8T-8#[{qΩo[SW T֐K]4 C:vCPW'\r;j!SuQtSEG3m Ι-ɦ`!]%d95>_|M.gDeT.#OS| Vh|I/rn37uy=Y iuu'U(9([Ky_#g X Yo,q!bo|mA= j˨^quK׸$~~{79 N2{Ff3XGRfwU~a~ђ((-f/4$8{%vjޑ ϵaz0rUPE„MX9hz"h 皳H#WsΗH"9"Z7ob#=R%Mj&9R SokS '!Jx'D6+*yJ_Bp ~\{⢈+'P'@9e(՝}hXl3-6v54/בKgv9)R}yA@y,ygt!)NT!@@2O*T H3C8_Pė.:V$)9ZʃabR)&Gi_rZHx;Tzn.s_nTXr v  Qn>/jP\bz*PDHw rJHL'(h6 .1QԦ(\-c=B=kmOW7VId NۯgJ.7@t#J?;(4^3mUQQ8yem},-KQh0ж!.Ü0JЇK-gj~Nߧ=N.mqԃ(t%{3I~ hdc}XEǙsNL< 45ߔs;4PFMG;6< ao${ xyo>bH$RGr|BG0'E JD.7@85H)Cnߠ{‰=4σn4i]~}L\ ,t noMuVL0j^ I'E J |ӗ."dUt!G8?'r0)$U sU{CSn54:nbz* Z41a>&uUM$n|}ll)$UpPbSo/h;*Ej;=0x{qwէgNrxCv%`kW%dM ՂE eqT#{11x!Mdld 5׿&4@= ?=:h㵑".CΨsOg\FOe_.~c߮xCUX7\l8h醺3!- J[˼%{Zolq'L[8ŕ{E-B~C e gQ ;~f7ɐ (YMCDs_[Kf,լI16˓b2%_C9f.Rf&3X8WEqKڍ פ5@ K2=K( w-~R" ?GA5OV>LҾz3I)3m79c(ao3AxPV-^3`2#/5dZ}^6Wӿlw㐋֎+<+kf/J>;~'?%#?o*8}г$5iz5!Uu;tcgni X>C z0862vygmKIn)DE4\$rR;Wr 00`'3՘4P_Q֝ڃ aL!Vȭ>%+BߎdIvD+>[#{ͻ񨴄g2;䴱 k-.h8^>p~ޱ֔myL5\\/zޣ^I (Bgѳ$[xvڷKgIW.D0bX8 ?اVK?PX/.jHD,k1+eUջCyn:/]-MQCA@ REzG8S|_ _Z &cx>:Z?+=#BI$-cjɎL/Ɣ'2IBWYןS, -x0"L M/-YaCaj0#`o#&uaMaV~ bW>x[`A_lU)9V6< tuF>=Q@jJ5 .+i[y~jNy7`dd~~i=A_sr1x3%Ct#&HPOj|÷:e%6A(qA-8);ݝ pض^_i4%Tfhܦ]Ą能JAu>l#5~| wurLûCϵW>2R |REW1@"#Gy,&L{#e \{UD P5WB,R$3BUXl9p zǒ;] D+> 5 s8ikƪ?$cvīZ?s;jR'TAa3̭֖hO Kq a3eSu, kLX=K$+r5 R Fok-qpcKSƒzճڜt6%MC;GBoTU9A&͛m00Da9}i 2 bRTUXC4 k]N=<ax(| x@P3Ej P5,lyLRSf3Fl iꪨܘCN5x$K"յfjq,9FsM |H;DJ*}&[aݓKI%۷KO*wuWxbYF-W#j:ǭ W:NmȔfJ0Aa5ffyG=R>VY[Ȳf!l` AN U}4 Z\۴PcV#e4fRVcj^n%rzFfDwW}Ѯn I+8,2/{KjZ]yC&%a+}yY?Y^բ.6Ƚ OV!C((6-ZsGnػr#Y -v}B?PVML5P;cG£;$úǯIQ? x+G&=eg;n݋L .x…aU:{$,QwMQ7龴;hmɋ?f 1_2cW=C8O6+g2u$̲#<ygѻdQB>)]EÎe|믮Ӗp&ߙF@h ]+tqY8!{ Y2`lIWUt^8f)LZ{^unйH|ۆB-; ,>w<KQJv4+oGL;36aKc*.``$Yo%d}oSG7Asj746s5c^. T:d5#-,0G&W)pARjr ayR`cDmM[c^Ը:<$%3-D)LN>mRL`R=6$wS9ƚ[E6#H`8(Xs H0'5rƍ0A,{QuϨe2 [|`!*7{Nt%06*ޙk E}C;eAE