retro-gtk-1.0.2-bp155.3.8 >  A dk5I%z RQN˫ye-~,e`a%wl%KHWPVuQ|+Yps֣68Z0BaS#.!>[$D-b,C- nU+G ɄŊ_ɪ&1+ Zy t^quV#V/SJ Aа$2<0BfȲǖLk֬L}eۓ}$x8;v1b6933f78a6f203487d5cc49140e6344d52dd4f2e6c3ce1048813d18c4c3d4028f9c8736d7662178d72aed21aefb6f8a33a6177f\dk5I%z `k=B$2[gl6 9vL|7U6K-,ks2K .d\_kU pz\I(lS?aD"6R;[EӏJv" H 05 $o6 79=^i)O#ݩ>ʱSɟ /ͥKV,s/anԤt&ъ0ZB<-2l1s9~^ e[.t+73 BOvbܲ0ev:-YI.Yx"{J0F&[%޽7Zر9.}zKz?#r**ߊE𾳡)~dJi4oP3ۋuNEAvl5$ز95M )Xk#|3F2ju8&$U7' bC^_(1Vc;#sNۘܛ;GS.QW A7p4ցo8=V؄GVӉʺ"4v{b:e|o̖:ͻ}Ut>p>@?@d   O =CLP R T X  D(89@:F=G=H=I=X=Y=\>]> ^>-b>7c>d?Ke?Pf?Sl?Uu?hv?lw@0x@4y@8z@|@@@@Cretro-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.dks390zl25pSUSE Linux Enterprise 15 SP5openSUSEGPL-3.0-onlyhttps://bugs.opensuse.orgSystem/GUI/GNOMEhttps://git.gnome.org/browse/retro-gtklinuxs390xpdkd177972982f6e3eea46f21eb9c1c9c3fd01631f94c3cc3f14b155077fd8e69b4rootrootretro-gtk-1.0.2-bp155.3.8.src.rpmretro-gtkretro-gtk(s390-64)@@@@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2)(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.s390zl25 16847728421.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-gtkcpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, BuildID[sha1]=17fd644f4d351e70997c75ef2530b38354d5ee2d, for GNU/Linux 3.2.0, strippedR R R RRRRRRRRRRR R RR읺35usRMutf-885bdbd53b0efffd924392038eeaf97fffe025358b919dab92f9126b81eb76d51? 7zXZ !t/s%] crv9wU[J3y*c#?(!,{rխg<H6>.$jI\}g[T?c+H|M-v5%̃DK",v}H-+JuD]9ŇuA _JBs8o*Mt~x@o/XkUQb2ao.eBH,ʙ^ex9%@=c@!GD뢬j? ho~vxdTcdV3 I5 !KΜ٧U6/u][H Rgoݓcg+9fMF֜ hݮ| VE0O ;9x~TT2axlAO"k`#[\5#Pdd]tA  ϐ J ;uErQkZqt.h- 8c$cB^oIY|/~KM%seR{vb3{ԽiyʲYkGۧ;dRcgXd|r{@sVT-&Y|fOjN>m=d7J & { jH?T2OxiC~IW*i[zrѠvU>ЗV:ꉨXG.L2qS6KȻӽU5{RM:Kb6;Ӹ\㘃8֪J]I:F1=ON."m:ͲeDGa.FsrwG]>RGh1].|-8Ķx?3W K SlHw$%t‚QM{ּB_vP`*wζO ,(uٚ!l Pi>qHzߠ֒yкW qԁ$x9O|"b CKl,D7Gh_ޯ}p Kʊ\9vfP .8*YJEezeߛ"/Μ|jUW= khۆ&~5W%43u4Y;(.yE_gmB(ˎtQk"K/ص ւחԵ{JUCU֡Sg6wxgg#M}2L_#5iR55o0Bqv P}'aYgF_᾽sH`[X]~e6וm@~Gg5!Dn!⥿^#L!ta*"Teb֨1t[ n‰kl%u:L։=MbmOD!B*/S>鑃vKX%`[ةyIIEȱ-֜d5ϋ~W-l(Ί@tሱU\ĵ9]p\#ĭEV->/绤eeL-cOU&Rh\L:78ᶸ0)(v_\YgH d~]J)6 bIcmC%ڹ7`hP/wL,ӭ1F%$>x:4fEj5xUˈ\Oo#6~$:5dNefO?r?-@8c<${={f-0HB2 yI%<*4E6KJm卺$`2䐝=3cqHcO. 07T_(1 +^t$~FAh%K6&nw Pm+gu.1 }N3 l{5QmC+s&Q*JΚ!~7++؞ٮ5BueWb}`>M^sBM~/.a6fD\|&Y|29 EBD \,ZWlsE`b._,xsxi2QDsϵmCKx4Y.7l#p3@!C ğ_Й3kgF@virhZ+a#EQ}Y7~Β("oHJXg+P3&-H]LxK*g| ʠMQ d(gU`~]('[*RU;(zy{5 LSڟ7RpMM 8-TA!GSu 4ab??1OVU7@E>U 9o;J^@(ʚڂ3οf3%)Q<'%8%6/xZ?2,Ojp&/c"R{3(T˗D2y+tD (8 F3{)z5nz- QF/qkZ%}>af5t9&C(ȏz OK9Umok]tcB Q?%p,Xbt8pn>k:ׇQwNyw5qk墶1"G.3oK`rq`7FVQ #ٛOl*~)J]B=lgϺlg09Uq{ߜG #mU3PmoPc) Cptt͍p]Y;Y]߲IgG0Tz֎!n2vҦ`%!M~'sadw&(u `=(jnBiզdRWPMʜS|C>: r`WE4:n6Gx1֫V̘f[ AI]<y,sz',4DݞILx V8xcR1/9pէ| zJUҫh࡜ ?B z\{gn4Keм~qJyoH~AxS1)qYx {'j] -Xn)X!M 12wO{7܂gWRw2ӗnϘy# U3[ᙋxjzRO4Û.Tڙtui_|/ovV50"TVq`4JݠK4d >{]^\qnտ6<`կ- GyX&Q7ߖ%ovE KkD%.#U> wAz^XSį1T)SoJ*:FGT87di*/A 4Y6g{*ۚP0ډ[$VWgG3? F{#,yKjC!@q\cFxm*:S.3b9VX(|q%ys]FPYK2qʳ.]6;FΫ8};ˈ#_ٗ{kwZjEv7Ae V (9l5 nj#0 J#fW"<3,tS՛,Q851bT Ũ4pi3˪~~8Ft d.\ H_ł-wLj*a*اiw?̰ ^N]d2UW4:7^KT,T" Sa)/e2]ҹ~ 삕at!V2Xr6#u}ilO6k]ZoWs@,wae'8&VS-FhҟU%":WVXqo,̊Hv͈:l` L_3eQrY0)\e }P)xvDz_&$f˒ 46#wUmn GҵdLߨs,P.6rKjJ?!#(Z;R\n\yg4gUY11%鹉 5X:H%b&HZ'\meblP֞w[FҴ0Fe`vI4`Ӌ@}iCiXyx>"] ,AG &2)P,c%aP> p2ﶸUT|V1A_v rZ5!-Ga*HzJ0\Ǘm"鉿8j2Sc4®$GaIO8-s>F̥h+q<\"z){?xABⱒX0(ʝ7 gks2?CWQekaѯضCԧr*lXOx=6aHU(~S7JS#$^wCn1USuϺL#ǜn|5鎎?𡷗X1^+0+FXD 6"`~ d4U\`#?>laz FՍHux9!.&39EuHHr:ݟH%k?ڸ[L=J ~b<3M3M< I?'`>~I!M8ݍʵe| */DO& O6-dDxlC=3Ox{ MD!q`4՗/(rlX Cb76[Q-q>9V6n%$)MDO_+ ̑S]g;']au玦zQ#8Bq!Mt wہ3Ԉx yLFG>͐; yƋ xo13JФ6{JSL1JRЌ=`@ZK0S,ʊ#^,JC'C-1P"NOX |Mu Wa3DB.ig=FAԦv*^pd[2;qLG<I>]rjQ#mR4 V66wGcBfbSBHթ;cs|vWOҨw.IE|Ub$qwSpq '5jl΀ hY6RZDj1.:E%Csl{ s9q 5㕕>o D`٭+Aqna:ͫ䇺56h&/2 Ϊ&_0n}̒xDXvQByFya|?J {7QH}Na@/a?h/3l[oW_oԝWI@ᑖtEܒw!D&9E, ~^Vo&O:g+Xy`{j34e7\Jw#սS-|]<'(9:5`PV[u(! N^LGT 9~{o+x jVT.Z% Jwa~td =~`2,*$ID ؔB <4 3E!,`-z3y#34EP C}ۗid~ iS.q2侭`JE_\M`BobUA`~zFz9 ?erqR#]vAhV0i1xiWHnRݱ4/A-+b$0C817-[8&)e$fߙagf**bJ]R˝gºo 2ƽ{dx->EQoD$=) 纉Hpvw{χU[2څ?YnvFwurT嘶O4""*Rf$D_f ۈ(@rJϘ꾮1v;G*46EzUoBp7ޓ̙>aپ5u /D2# &8_/6!:QM֕/v8EFwĦD[o1oݬx`+tL~+|yFRcCDH[w3{dcg_r939%. |*xnwͤ1d߼ _˩H^ϼ5җ>XggSq+j11\;x $RssKG?.U PKAgIDBw:SK~p2Ғ|E BD&D̤g6b!o0|wXɡ.`P^2켝NߝsWfK~;Y|R.'N9 P3`/@XGא4\sdKz؄ŧ XֺԹ,Ny&OL;cƔz6B+2-']et넷,nleFHSeǀ3=r aIЉ D>bwX.)%A:K I@I?p7?K8F!OW =ꢽF5ThЁ: H" A677 K#V/ayGRЈ2EM'nSLJGar.n߲ǹw]rNk\§oRWo `G=RF> d]J+" ;LGi8W4K^JDk3gr)z񅆞~ {E4z)(^YP]yՌj.RSun㚥L"exo5u<Cb顡W 5SU/liGM'!Hɽ(yٸڜ_NZ7^]s,?zX[AC̫;E~GP+SѰW;rQTvb\q"Ys/3tRky#}|Mv_am^L#E#O1l٤|k>v^n1ʱ $&c4uAQ{yam^i,d+J?2{zGfެSoMz)!"7_{:eʎsBRa&YڹĢ+ 04 ,ј̫W iA.z eMMH[e<IMzWQqjҦbKhQ׉\y5 [ڻ FS6%AXX x@=l,WsH:p/1|8__kGrt!ox2Uթ@Cעp{26Twlp~BD$>0/F֪.L ^G5ڰhgJ^j vyhy få6cIIj{ˊƮR\t8T%}ylD_s~WsE~Duhk¥1C@ri%/6-z7x3p;{xv$= =|moz.f{nG7:F>pN(% 3Z[Hد.M72 sJ{1 yA{tNAKĹ^nJ8JY]%WK׆3aa$#7)#̬HNhwJe򟭷K }pw[]=}#+tC*$RŌrq91يS'CGw B/@ ŒZF#??W#r9fkqJ]6 TC), @]D%L3COdxn<0<%D4J5n$ՎPv5EX01fdZf `W lYm]xxrSwaQ73. RVw(/|$\ɓIs'W ƾMK rs+C E1b_( ݎӲ̀*W{38Hk3z'@LkEl"Cf6U,0oh+4'ry P/Z{#ioݩ>`)Ǝ# 7YZ0K-`} D i䗥x˫=ϴnaH 'R7k4GQ2Z`;;}ta㢀KywZJF<2N3zr2(-)&HjN fDaaD!4#[֡-՗M 9W~/ީ@{[]pG&ac@9ҥBBLW ^&k2 z(CϨخjEwøp CAp8أ,f1 a1r_;6|6 Ly5'P::(6sY6Z$ڶ T\]aQ*{ln( - ٱS,A,3  ueZ`v~ k{hRz?UM%j+  BT]crC//Dyߗ]XID Ƒ>q8Fd9d9*`#%^csm˞gf^<%Q]ހcLdШ" %wk3v :2!E-E 2gw,p6NҚq|N /7s0DŽ(͓%'ecRMƅ(LdA>[maI)I|@b2,z{FG!^t;TVKʎJG[÷ t9"` SiZ;ăTd%2|s⼻}^'kB-S+--.|fݙz@;pR83f%OE˛ ŔrQUW9~rJUgOkufس>R”y4mpTƥ}1nȇ<. pʭÒݟΔm:Le{vZ.j}F1wUשdw5 =m0ȩQo}_j>L8> w a26hPt=z<%2_Ac1Neoú{"7뮎QPUer^=s6`KbF<40ky~(+6tZE[G PA^`ӄf@Y3:n<.qC RLh-{mްv`AScu Jbn;n_d% ZZc9l"@H`QJ}d~)e:!q6_MM=[1f>튇BVl҃y&Hl9aKI6Wil<ݳ7s'%enȵMI=}ji>로Df1eR1΀{mӹG3īBm+^}`(r>tq_SlvT$k1fZ0z诨tZy{-'K Wы ǀYC⊥HxY"SP/F>gbL3䌧e&Xܯ2J7= yq.2MaglFgҘ.̷Gm_Y zШEooNboz '$u"}=1(Cd`ˮ)4YYTƊ&$z`"(m{swxx7X/m}vhC15lLYO[UClR?K.xoFFu474 A݆2:ƏHa1](˦^h~JxObNY 5C١*7*[tM1{tu{gyhwPY1$߆Y0 +VsՔH;m*!B@?;k(5<,-[~~ sz5;!'ѓ^]8rUe0ˌ@fԨ0stA=!(vރ~Ε`f8~@Btзi6ҋY6u#삎>@my϶".bOZk};8 ()Tӿ%8Ix.Q$N%?A.ҙX'/]500]BaI󱽕|L/{%?H`qCg|$Yl5&VݡL.I''_6`geΫ_+nKwx'd*Of7'K<<-6ckbs@g [X*3W\\dmvysxejc5QF<ݢAU^w;k: 6K/X13^tw0y͸ ' z1*ѺrO/ATdlotʥ2XvC9RF0 b:R7K;O9*%Pmv! fKi5 Z4[I$NaD T7"# QR/znD 8gr0ý,Dč͌X0^HEY:>" L<'vHDONɷ1qɘ<4i2JYN@%/&tv !"|hBx&U̴5]?k`l8oObqWڼ<"=U8A8ŵ_uDEl7} >2)@X̛mrO):%ؿK2j/*WiFž\)Kqw|{6]̊B}\\ݳ(Q:%d{Mt p\zsP^tN?a55-8lzS 켆L%:4FaǺZjX֯&pYsgTdQ;vsAp]4svдYU¹ZS8!d$-~tΉH:)l4 H $J\zĬ"5.rӈIܓ3sJz/eq|C(^YX69Zuҭz.w7N樋@BTxItQ $JEyxY|3 z'V훫mRL1FkNɢA#5gԓcH|vM8NX\CF|InuOMX$H]\Eޔ=񕠂N "}.xxO}oe+U_f`@NxӇ] ].};ʸ{us}: 0C̥Hhp W-WGOq+m0'}<(~9Vޝ%-ܤ5FbMydZg^iܿ n2qBާw'Ǿ*T\m΍(Đb[՝Hpq5a$ {$PrHW&Xr/ZLW]F/fI2cR0Gr(( H|r~ |4M<ѣ4# ]95E-E;#j8P@݇5dϣ,NH6CAjfC]u`LG4Հ@70k<ֲ뚇1ZR$4ZAП $҅u81GPV}cH7yZ%i۵/en "Ll5Yt!Qh`Zl ի1Eڻp'ۅqJL0ڍF4)r )"[sT-2~[EykDai*<-VZI1k*Iw"wa XWORxԇDϔ Uj߇5)ߗ&'Cq!DkLB7NnK}3bQj՜jڈK9ҁh^A҂>k{ncuf E'"MB GWClu;?d(We0hm#%Wpoh- ."rj!2}w=N |HEe5zf|;8)hCs@14W_=B~>;+Æ^alt09cu`R͝m6gS׌OqP.:{5+L}㍻engEXĕn?%*$5B?(>M%}kC7rPT4>h,qN38wvXV.$  6+netC~ R\sSPPx]IժT Aẜ, ejƨK|ܬ7NV%AQ#1Ci= Kդv5D w/J%Jſ$DHBfbQYFp?ks I]ɥq_aۖ >ȇo*ߢz 25Mc SY,Fi5ZvoX+ޏ pbZUی óG3NT=Tu}m*@f|a0"djj)*}g({vEYL"qYNt4U.&u 9g[aVNJd7NH;hakv 4DO/^VeMlbqJTCȦϒA>N;4˩`;$b-hP@1tAڕz;g !fiw_^LJ9%ކa\36B0-14=0sY\?7J s޶6@ r@ýht2Y!g߹'ù6QL@+@*,"ka1g 6E-=yϙp5ߓ赟1$ 8 tpjQn35|*y넶Xqt3`5.\9"6QbjJ '{ ï%lG*^= 8eu:Gww߆z:Kz1'`R<#b/gʟüqy{nQu m d3\'6[5h2D&jrӦW XOJj4FFY c>yV˸&vu9!j>x^@$ Ya>Kp_[ SxR[b/:t;誙%aR@<>bn ?㝋WmiCX#KO YZK5,e(%V${phbJ ޱ(G3P5)W6@/ό3w.Bb X!M=ȶ(U]F`P<F5ՈOո*rjbsY h/7&|bw8󋑃]~izj`h]e2ߨHZBծu&.{KZ;IJE*3ڜ{Ygo̸{yf2I 賶_w}ih.w&wSQ>US4mʖCQhuq5:]͢ 0kvRPHj?wJˡWc$TVYF3ŴS jxqp3ɼZ/zONP,#c^MH0_yF OD +JEZH1_oav'v-28k蒠: /-nL Y%TwH{|5 ahhX 57m3ﲭ_3"|wV) w?3幊˯k-';h 82zD=z({S?|Bi\F)T־Iu&Zlt[n?&|߭wIH!ŊD[=ڡOYh.Cnѹi{Vܐhʅ2 C{S>ڿT TV&DxuǞ,׍?Ճ-t1E,1 F[ Y6Z[cS>)!4#YmְHEx;g&ז 0BAvUc~x6;,%Ag 1)񈇭~o/<f.j8SC~M.L-e ;W-!ńI0c_*v5 t=vZ\x!Jfmcr:,χ-Ou WrWD%x} F [V^mn]h[=f7ߏY =Wڮtc?29ȶ:JnG/G8W{e ,J%+^prk&"Ji74#z t\6ؒ AV@vG.v7 ʧс1h&5yj9rD\s9-#V/bErt;"g bh5n84 IUz9g,8O$niZ/TSXڷdG>\ wlT2;NՐiލv;5NwFˢ /Evw"ݧE,V4nF9*Uc|!O 6l6(˥d6}}PX/b3Y%o[/: 7XZPRb-HF)-`ڞW.FJʇL|`| ,C( Yַߥ255cOF*ݰ7Ґ%q*';yJcFll!垃Z0|Ble=q]²`~T vV`f3#6ʩ>`7 i4USi|c)8ke`G1D=hOnka!%EZ:E_8'Td_r+AN1@ZlE"h:v.m;X rd]`)|4Ia~oiߏM0Pl -u!X0h9MBp8UOߪ:!ӮL2 n+MnRVY_WB8 )FY?O0 `U{V.3V|LcUD`' %NqS}h 5PLF9P#|gU Ld?m낣M;#uX)7H߅o<;0^eOt˻h^ 8*+x,,GdB¡j,p0ae:@YڂF``Fb-n< ;#햇^,ېFB!.59}i~v`߆J{=r*[$U*MH%\=38@]WMST1/BNW?oR,v÷a2 $cB]D;iV nCXgՒA& 6v *GٷItۍp`AY"1Xb!wMV5ݾ~zщ>֩&X彖dH3UkK %.̌SS~㽰u`|?=eHAe.ӛC++Ӆ&&B9뭛?ATrL_LI}IO#cwAWђzVLNC!w?@(M&F̅2*QUcmKqk2ܧ#zeNgBBa։KGz{M$S1E:iXX`䬩g7CZ>_1LxJ'KTHsI`.O֠#fFM$=l&(TUqb4LO F!_s|=븑w:z$|u+%V2:E[ >@4 jrN]Xֶפnx+DWl,p9pӟA.aW9- tY<_>Jնq t4ڒFzל4e͊TztgdF5JFLpֺ@jqBhiډL.hIwgW\*/QЮ|yPG3~JPGo!p:իMjxs3]"eL _Mj8)lg> U l5`5?ݘ.WacoR3Fk'# uYaO&Ss 3@g2nryߠ}zH~q í шPʇ6g6)wg(tXp%Ψ=fɲjkL숅m-Q9phĢI7>xJgb(KJ0qik3wF Lx$?%*n Hd)rH/9^z]/`u'!_ylӆ&hF X䠉?c{&9Mfk[.fHyc=Դ$6b C6]CI=2y@ISr++K{!#=s2=wxm!Q(FA<8q=i>%iܸ1 S[aGƪ>zpHJz$hEx"ȢB-Hzxl7B|U>FOoWcaMzPH2u))O9u CN*>yq+&oMPʼn-*y[]UIHr(XǪ>T@Dp|6UB) l>)3HcC^ vfv$)nNJΊlk x9 &ɖ=|.3Cyß4Ac2d#ٮˆ?zW˭$Arح'ԶLA^O$^[|~FBX@Jخ|9cMX[Aq`YVCc̵bŠCS ~|fwTNbON'm\?#v7\)+O^Y*V& F6cY%Sk 78:M5l h 9yG` ~Y>%z:Ҡu}_)MSCP\${{99'p1ŶQNARP_q||>GL)B9T%e@jjQv!2bUOXqgsM{,=ƏKJH+mSn',yZtF54i!<6d/jyk7DL7:BT&W9xxO}t3KQPȡkA9 LOHKhCqIDiCQP:(S~Y! 0,A b"AA,`l{Kր,,1 Bl٣U؇yק 3]q0FJOig g*e*w1/= ς0.N}\VSs5^WyYm3=O *-\6Zmpdl`"BtAY2%=.eVq2d'ՕP.bԔa$GupL !JIos c$ (llQ~|8׶ȅO ޲s5É9ߣ_gh Q3̶/'F8 gV|3!m#4]MNYMXk Ǭ'F # mm+ 6]nX%J؉ێi$ba#'MA ]HUHW52O^geYaY`";tA'"Ռ1Ժ <=r)'дPoEv9~e)2Y,79n.J5t Zn@ء씛&PAhҰFnV{ld p4q>#/"P/K?@J}<ᕧEwy[i-C vD5&rqˀ(4>ћax[EH2P=3R9g6u3!r=Sr(6C[IН0b baUfPlΓ~&K,%G-nkq56\p*9U,?$&I0?|<5]ǝ*T^' >pSw7 %BcU;b{`R+sd\PW[`(Q ʣURC߮ dЂ8fy8H=K/2{%Uʇ0z =[Jgl|p(qJѠt*V*73 @>6ET oir1[zI"N?%_` i%W p)#jWu 1Eß=8?!2 $P$m(\]O\W{ +֚;YG{#o\чY 2/*qqOFH4|)^؊TV9"a1c>q7SFVhBqrjGE +iN +]aϰR,'/kۡΛ%%%SfUӢzT2ۖs)s4+_ $o~VVOE3cۀ]GKu7]bk=3p;8/T҃n$PQ{Rݖ %]򸽵ҋ2䆱 SlLkM44?Tjzv,xslȄan-|{VaU|oV4CD懷٪WpS Q'KGZ!@?>]U%$.Z9+6"gU_Ȅ;4K;RW،AmMc'v~$JXI~Vo(2] u4K¥ ٍ!%mYV]8cIrDHjWkwy6\.1V%n]\xS7ʅhh'@QWρҚaqȅ)R7˗ Sh lb5$X`^-yHu Gu_/F^{w yxYME$r' btYy-Ye wlK%˪#򐓯TqX2I^ l7jeabM;cQbrMlqAt< Di M'ުhA򔞼M mDՁάhb/yCi3<_hp AXo\" Gh͇KΣ?\EYjpujE COظփdkj)w{qxt(T#mޕE k1.m[Q![:\#PGp7A*LAǁKԜH[}|GnE\=u?Pc*0eZ;vj+"`}f !eܐkWkWsv-9:]]R[G&6EAʵ9%vN l jDh*ς̗$43LU8 9( YJt_/N$F;a aw`ǗG.J ][YQ+*F;.Z)赇12Tԑ=i:_^R "TN>[Xym&!%_z-9/./9E ~ U=ctJ٪>ySyFq!:%Vcy[`rN+tVPGUkDzҁOʒJqdlwmJCOFߑHN$9D,G[fۋ:0ȴ3q'q]~Z41g(,u TVI퍲m_#3c4;tH3.Ys &&G@"l{+^`R_/+$fc+&\qYdIw"H|y~0q@oy4_d*XvΌG-nloz~ihMXNSyc6ilxinPj~]J6GDtKR7;.Vx)(aeSyOET:,W5U'zgTu_g,LC\upSvtb9͉+Rݵbz0({3Y_7'ށ6nhnSoC9qYR/$r~:9@Բ~L8sޣuGkHwBjE/H &g_|0%h^H7yybH8~h8Sd}XZ <+ g=暥B?hQ9wHýOF_Q\>wLLO7` Ru8q.H#`aؐ}`bVٶ`5\*F'oe \;_C/H-_bf/~Y ){7G lNjXKV-1i[yRa k7$KiNL%].=PlЈDbIbeA{SߕTȧ!`W;hi+c_G 5v^:]%"lÎﻉ>6́U TzTcwj _Ix|!L֚f0V0/+Op_΅ _Y_a>&K}$DA,.i,x+>$cpD|+ =_ ^g&ɑ(-nOKFֳj5 z=;hGkvSѠ=*E+ R桷..ؽnV Ge\닣Z#r\BxlHnJױ7F7gEC e¯SX8{Tڗ*,G'9odkqkX>s.=Aؒx-Tt&J˶z\(n@y’S]Զ%~I >'fʎ#1ƦILj5ùbܯ$EdN0%6W$ġ j?&%ZW  7t?؉@,AjUzzX:!7tZ*0)}gAvybpl}'AFN4J*~o>KZk\vR!]t~;OK oFU{ Oi.t-UA셖kBT7_ QT 8խ+R0Z=T*>kv"@t*N3.h=ooA9=T2Sv1=y*ݗϥǒUrHBF>VM㥎:;a7ޒ;`pĆ̃IɋQGh a/h^ۑ#:=Ff-0X!=Jjls\ r|74o-&{n3O<`/@$GIrU}=$6E$S{!ך@#7n"Wz%զ+򣎘Jno(ngf>H ,R bT0Io}r.[ | )e# t]ޫi@~;h7lƋP(.$~@y=|ZogTwԢЭث/}ˮ,0HVmLHX4$#P8!o5Zj\pP\%yU0ue| ӋI1qّv~U=&/S۾{Q:&:/Chez\\㰆ԩ~^*՝f" lMP]9m;q;N4Ҡ12y61moצU}Uk,%J֕5٪#kb !DZQi6.L(hT_0S^k:KVCyٟ=uD:sV8+k>q5y_E&kyKo`w.Au(?-w-Ȉܵ-[dNT΂.w([t(,Dӊ^MřY:ʵQ渦,Wc;>dƒbhx>oiDD#R>b947OO( Hܗ_&~|Pi C@zv.Р*$c.fR6=T ٛΪ8-R^fl' RO`E(?5"o/Ay@,TI2 RgbINBRep~=TI߾[ówx#Ν?֙ol+]_Cq &~HM]c1+~)xL۠> :m?Pk[^,R{F@#jq"G 5Vdi(6>҉e(}Aj,`L#@TeɳҲ:-V12F@ [{M.lGh~";6a_tsgMg'WP;&=>%(sLu3L֊\ޙj;努}]ÛrXGQ A#UN*oɡQ8@A &u/k t+<#jh]*h^/(b▼F'Ir.1C:&Q; pvxK1b(ޚM{W[Ye} nU)?ܓk3#Dv=^I"ZЃt:"j|\6HG AmɟQudDžw27f j-u4 fP2{Z?GdNƠߣi0Ǔ-:HQ |a! fεׁ faM7IEE OhRU;CP?LWcEd"-Q-~zf-xCbHF,DkzݒHњ_p˨>oMJT.KC$ wxgt7 ޘ5'[ܞG6A;4Ȗɔ~F0UꪆuPj<竲w^XOkhɷĽ43IbhuqײbR|Mov0)oE} |(CIӕ|sfo˰;=K tg@` (T{NjJ]mU/?? ,oNwZȈB O[y@PiVUo9ei}0aZͽ Je$WLl"I|Q͚_4O8&^}ށ Q*qMnhI} mtNt5Oy@iӆc®T(gt'FCWSXI`ttD)@1t|0nKLVÞhԇ@Rs#*B@+&joԸT+`'$y w)@sȖ `Ó;Z+j.sʮniA ة3ibl9s,n[Wg=$Oͩ4XeGOM6< &&"Z F<"EP[[ܺb"+9ϣXx_Nuc;|%OՄ99@&Tq{C;Kd N}*nY,,8߂,;IUx}_ ߮PD[L-|p]^o&^x];hz0:qZcQ[K-T8Q. u=%IwDϩwcP- *x" BP;52VѴd%ܩ|6@o;UYTٽ#Z@?SΟS:d@nxL8KFQM?c& m"< `:X|_q5@ yuWCΑt=ͥU㬈Kӄq[$_Gv ov5}{Wk;pŠbS8F{VKYe"&啌\ztT:) }8𥳗S]nwe|Hb c0p&;3Qw*CK&su(^; e\jIkDzVL,aVNbCj;K *~nߚ-9>9CyѡS|2|TpbЛE u?:t1inmݯ g>Ϝ#=/b&8rv=/ wki :Lv4^v)5ћBra\xHrTKvMIb3a٘ܔ7^B\6.^=ћzW ղͨ灒jXQT #ɶ78Xgᡇ=DduUm1KKa("CvEуw̲O8XBZ %dLuK.ŗ[2 9l%Y{[:@sl7h7})L>^O䜂t&e(=e )oZ#iVtB@}A!iGtVN(@f}d>Z[!u} *ġH9.&~sנ[2f3F˥8Џ? @mًNMVGM\6V,򉒵CUy1:[qcFb;4F4_ubP(?Z)`_WSxzt(+D1PG e+Ғ8D1goiaޥe66;#U@#6c5ΥZQSa{_) tl\ѝwA9mvϴ$A_xИaZ' Ո o.qԭVjMMґHb'`X 8/4lFɲzFT)9_7" btA@OZCoB^wESLOғGQ~Ơ(}Tҷʋ7xu U 3 -Wg_"u0!|7=#\l:{MgW}1NxBzSA/6^:7?9=^Nps ^.ݐtV<[sufJsA93^_4xHG!nT>{mFQpnf8L %(_!?skX`V Bz0*bxP`0$r/',޹zC3V;FjI(\:Φ.W>Y]2Ԓ%5Zz1p[$gL6 ݏb~#xu0]hpSGԧ҆kÓ/ʰK؏Ǹ~c]IJW"T\b%"1h kHssU0sIu3aC)3*t De)Qx?Mns,8@<\o"Va5t W>LO e^(|DU?$akmNlOH4^w4 !Fm9|L3lZO83SoH ᨫ'%R€蒪S7aJynNVy@+Zn E^T2W2;ڝ}O!n&9*`'Zx"*Y GϾC YQRӖ-Ʌmp*"OFc68E5XT.5;+^i&mNeєϱO,o(!(6 u}**LoǪq\^X{h1>}^i.":_'vaP[Q1tZ7",g]b>&'iwᢌ/FqKW*G>a=/Iezl5rf\'`HѩH`/cCinqHU!J:M.N3X_ԻN+~x#:ɢ؂Gsit' 0SmL0=ZS&l&B^r~D1"UV M~Tmv9n_9wsT:c{ ͕&\IEGQĹx3'ћ{xS88Br/8Eݗ.sL^ R$HyPgNNyktK~IZn>;J6'ZWoGh%,7))`K/dIk=b57%y?,oO{+~U`V/+*6UBOk[1MSmo P= Uj~K#5^QVJA4}>.0O1vh2lY <g>C6_dG{1pFδMSXl.Jv_V_ lg@m޾Nf"y^7A=)y@'չ?0osyJ? SԵ`YPձ_RG*7KԼHhd_|D|)[O֔D_FDӻ2&% I|d"l}7 1Hsc HDĈKPRх\vQ;uMlʘ 8Ȏ㼍p4_uZwV7]O?&'46td|i#y_ 2# kf,TZWRc3eechZ.rV>KvJJʲG`V$ mVRh[/z8~E1{_|=1 A`sy/[:dma[x<(HƑK<˖Jjܓ}Ē^;>Fz4 1^"wWHC`#\b'@zTNpuLu;]SdLHYj8q6럣`Z#@բʱ-$?( tuLI}z_ŊsP{7E| F Ϣӆ,Sr{v|ս>"&(n:4` S0 ?Ʊ}J>](knHf``*7HNnN7JLRi%{&wm@: .5%9뭥u%| %;1zjl / S(; 5~"D|`S )7#FSHW)ݾFkMa8Daw^ 1 {-5vq BKψPٕD1Ή3cO%05j9ڨ"{=ﻐO.@s6gKJ'Md6F hf&LI`+eRTIc|#mp,-n zHb ݫt䗜ҍ౯X"5UDhu1$p=]?FLv"\]'ӭY,s̨{p\FF\>JYg T[mL|1ilշoVkqxHX>tJj' wgM G.FLqjƥCɯF;tWGpTHc? ^)F䉂ljgmfkIrgGUWhsd$FءXX`tٞGH"O?鞪Pߢc&4[.mϝV%A)5!F ;넥 M/}@6$z]]7| UNEv_{7CŦIc>D>Q ,44!rbng2s{$A{H{qژ{Ei1۽or" ]n 6kiZ` KQ0Twóor 7d*hUHFT(-j4"B}%e&iJH۶Axn_PU~ %D zSEF2ʹa\ 63' 0pfsG–Xv恐tK'X0s  4+^zٯPDesݰoD-Ό^bhe<20w d7 ;|-`W_C @ش`aJbO!dP,mV!*;B >$,^hJlb~oG`)Ny+9N9ODQlb2--Fmg1Kr \'9@U`wG Ht_`w v7~2}4.t;VLu`fwhCf_`BtzATWK+?C# uξ L`j7+|Qǘ삂/xf%rypl7P _ 70ݘ.y+aaBP85E:so|¶$[ͬ\f; s2UG ΈWZ^@ ꨗ|8_>؀'I]ϰr  LmJC\Zn$'S۠@W=B[ ({qDL麫>`h'!eg]U,+{kIkʇ_4IB򮗼-rzH^b %H}<*uxd= 4GS@kZFK]{6ҕSȮ2:Sw=1=֟MHmmGJm_ @q.9S})k,MUvE!/(}y:a5(%?tx1NBcwyvR?,+OT~^U_ƥϬ|D6(tՋQC/CJk~/C9[5@Y╺ۇ o~22|z{voޒ2+xVbY"\N>:8T[ bQӌu^wM C(T JŖO8龾eT?y1|fm NuRlLԌefeRҧ;pa; S^l3iYs Sz<ޏkܻUk EPv~<n8||p ݶ+}1:/m0E ̻dfZS Qvp09G/ɦA0a,.BpRҎqk?td#ѺYRkIqdp ޣmbdYቀ=)ghVDRT|9W H4FN7JXf}O@RWEh An5k%l4 .l5Pnj.rPdr\<ba_Nb]cyRIа5tYKydȽ0isuW5MHkk\@6l:oO f}fхv(}2f; u[0l_^e) u0qK>R',t!T]0QkWkMZ-H1VHo1*T`Ab-9,Fwk"A~=Ԗ~ *m e`J:s9P1܄ҏ:A/`oi >؊ceVD>quHsמt%7jԭHޠkaJpHG@"ibF%թL[aM5v\f֛l:O? }XOJT牀)61W~@#G[)7.]I[Rktg?١CXwGڸEi S .( YR`hU*tq 8zNδ3{t"4-(Dђn+rZFJb18 "]Z+OX\R^02IW5^xX:c빸7ndbK󵗬)Xu_spE&rkSXj,zg$ Y1 co~V>8/.YL=W7Bq8VcRþ1c-G$éor1bU)j)⫒ӥl"B)C= :p7,fd`xDAXl-ᨯ,oόG#9ˣ 7L[k["th-yٛ}#G9Gl#ʛQF"1;sv:Yk2VX@7HR)NƎ;Ƕ0Gz_1O\vmlJiWțAAW*n/C!44Y>`Vs'YV™L=͠A1=")ֽSvނ'me sl"r@E2~>E_Wvd z``WSt b̴`)tc9I0hf2al4>6nkuw-aߦȎJ"C(7^خQ?+xXOWCՍ|-}ZVc!};Z~@]nU`+V/i@kBW;$ǙxwbΘڇ}Q/G XBw7C!ߦz&5~:tEs!cu5[T WdT~ /EW&ۢOpF^rb.@-2C0s:ED3"\X+ӥ~ ;U%Zp^3' 3@S}p3sLp3! .[eD,TU!Դ331_PذKUͣ:^vE]:{~!<)!u…oJY?N{,4Z%9"Lڰ2HI8 4wIJmz5i_;|S<@ z[P׷u'!N $fžO6'6@ |V XJ%AvZb ??[c$TbR:i5;AgpG&}2q#2z~؃:2 tp) -L}4j_2 _T43dJxF{ k6fAEsk )BT56T~ȢO[:*;"uόjEl(Hw'} ;4KÜr4Jc3*(gL 6\ YZ