gambas3-gb-form-terminal-3.14.3-bp153.1.25 >  A `C!M@eeeG9Kk¸S}Ӟ9ƾ3oJ WZpJWS(i2^[^x h[멞jnOg6;ƵDiN ]vY|G6@aX+d@p!O5W53 ,&GD0k(Lگ-0Ck Ut^8yZ޲ ]!F{%]5>-Фh)103f024e5197a36502a4aae220edf26a38e7dce46360bba1da129d3580f86fe09cf096ce8084133c3e5d4c3ed39fd3476f66e556`C!M@eee|&e+,WlKr?B^ҋDd}4-W|qa6բ~u.}{3;Q4$DALrg.w] @[»R/0eXHk>=)˯ |z^S=fW-ҍ<_&&hHr z"})-%f|Oň!#)p>YH?Y8d" - X 6<D\ h t   ,Ph<(`8h*9*:*FU=GUTHUlIUXUYU\U]U^VQbVcWmdWeWfWlWuWvX wXxXyXzXXXXY4Cgambas3-gb-form-terminal3.14.3bp153.1.25The terminal emulator component for GambasThis package contains the Gambas3 component for terminal in form.`CPs390zp24SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxs390x|[A큤`CF`CF`CF`CF`CH`CH612d4320f5742c9609116c42f9ac28ffae60ae2bed82a84db70f7b6856843342f3becac2b148ffbc4349bb6c9bfe36dd1ef40789db96c0eb079024f6091b127a1537a3e2d17f1f78f79182d0a8047e7df51438fef95fcc7c207d1dd4be789dfc74a6ebcbd1ea402fe3224e076f8b1c0cfe72a4bc831c9223e68aa5fbbec99d55ff5126b707f242c5a48fc52e5a27de4b75ebd3b5b987100911b7688edad16b55rootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-bp153.1.25.src.rpmgambas3-gb-form-terminalgambas3-gb-form-terminal(s390-64)@    /usr/bin/envgambas3-runtimerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.14.33.0.4-14.6.0-14.0-15.2-14.14.1^^oj@^W@^(9@^%@]{@]\,@\@\~d\`@\X)@[@[}P@[dC[b@Z3@ZZ.s@Z-!Z+@Z)-@YYYoIY3@X@X@XXWWM|W@MVm@VV}/VC-V4@V/g@U\w@T@T@Carsten Ziepke Max Lin Bjørn Lie Bjørn Lie Bjørn Lie Alexei Podvalsky Alexei Podvalsky Alexei Podvalsky Christophe Giboudeaux olaf@aepfle.deJan Engelhardt Alexei Podvalsky Lars Vogdt avvissu@yandex.byavvissu@yandex.byavvissu@yandex.bympluskal@suse.comlars@linux-schulserver.deavvissu@yandex.byavvissu@yandex.byavvissu@yandex.bydimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byjengelh@inai.deavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byaloisio@gmx.comavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.rulars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.de- Added gambas3-3.14.3-fix_build_with_poppler-0.88.patch. This patch fixes the build problems with newer poppler version. poppler 0.85: https://gitlab.com/gambas/gambas/commit/6a16e02e poppler 0.86: https://gitlab.com/gambas/gambas/commit/bdb58016- BuildRequires postgresql-server-devel on Leap >= 15.2- Replace pkgconfig(gmime-2.6) with pkgconfig(gmime-3.0) BuildRequires.- Update to version 3.14.3: * Fix compilation with poppler >= 0.83. - Changes from version 3.14.2: * This release mainly includes a fix of the Message class that disturbs a lot of people. * INTERPRETER: Fix Find() method on Float, Single, and Long arrays. * GB.DB.POSTGRESQL: Compile with PostgreSQL 12. * GB.GUI.BASE: Message: The ENTER key now selects the button having the focus, not the default one, so that message boxes behave the same with GTK+ and Qt.- Drop pkgconfig(ORBit-2.0) BuildRequires: No longer needed, nor used.- Update to 3.14.1: * Fix exponent sign printed twice in float to string conversion. * Some fixes in Drag & drop frame management. * Prevent possible flickering of drag & drop frame. * Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug. * Fix drag & drop frame management. * Update project configuration files. * Redraw the 'menu' and 'new-dir' icon. * Fix mouse wheel zoom and paper size refresh. * DocumentView: Some little design changes. * Paint.TextHeight is a new property that returns the height of one line of text, and Paint.FontScale is now "transparent". * Fix highlighting of long lines and comments. * Remove a useless global variable. * Message boxes now correctly handle multi-line text in buttons. * Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes. * Merge branch 'master' into 'master' * [GB.QT5] BUG: Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message * Do not imbricate focus events. * Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again. * Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. * Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore. * Forgot to commit common header files. * System.Trace is a new property that toggles the dump of the position of each executed line. * Project property dialog: Fix deletion in argument list when pressing Backspace. * Disable qt4 webkit component. * Floating-point number to string conversion is now 1.7 times faster. * Add a '-t' option that dumps to the standard error the position of each executed line of code. * Update Gambas 16 px size font. Make it less round and fix many characters. * Fix support of read-only arrays.- Update to 3.14.0: * Add dark theme versions of component chooser icons (checked, partially checked, locked). * Fix XmlExplorer constructor declaration. * Handle the new error hook. * Don't leak control reference when raising an error from a click event handler. * Uncatched errors raised from an event handler can be ignored now. * Update Gambas 16 fonts. * Always specify the direction of input method arguments in introspection, otherwise the 'qdbusviewer' tool does not work. * Add a bookmark on the current project in all directory and file choosers. * Bookmarks is a new static class that allows to define global bookmarks for all FileChooser and DirChooser controls. * Fix again the management of the new new PROPERTY... * Take column in compiler warning messages into account. * Fix again some crash when using the new PROPERTY * Fix crash when using the new PROPERTY ... * Error.Clear() now clears the error flag returned by the ERROR function. * Remove a debugging message. * Take newlines, tabs, and backticks into account when analyzing a table schema. * Fix the declaration of static properties using USE. * Automatic completion: Don't crash when displaying the signature of '_new'. * Fix menu proxy management that could crash combo-box popups. * Add a bold version of the 16 pt Gambas font. * Fix some memory leaks in font management. * [GB.DB] NEW: Add a driver API that handles debugging messages. NEW: Print the current date/time before any debugging message. * Add a 16 point size version of the medium Gambas font. * Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu. * Update component version. * Component version is now taken from the VERSION file. * Some minus signs reformatting. * Project tree: 'Open in folder' menu entry is now visible on file items, not just directories. * ...- Update to 3.13.0: * [GP.MAP] BUG: Small bug fixes. * Fix Url$() escaping characters. * Code editor: The method popup font is sized according to the number of methods to display. * Some unary operator syntax rewrite in source code. * Fix the JIT compiler: '_init' method, Lock instruction, Object datatype, and DO / REPEAT loops at the beginning of a function now work correctly. * Update es.po * Compile with GStreamer < 1.16. * Speed is a new property that allows to define the media playing speed. A negative speed moves backward. * Support for playing speed rate and step-by-step forward. * Update readme files. * Option dialog: Fix spacing of some options in 'Project' tab. * Changes in testing code. * TerminalView: the minimal screen height is now 2 lines. * NEW: Run Gambas tests last. * Fix case typo in source code. * Correctly normalize SQLite session file names. * Fix typo in a source file that is not yet used. * Cosmetic changes in debugger code. * Fix Array.Shuffle() on String, Long and Object arrays. * Array.Shuffle() is a new method that randomly shuffles an array using Fisher–Yates algorithm. * ASSERT ... PRINT or ERROR allows to use PRINT or ERROR to print a message when the assertion fails.- Add the missing dependencies for Tumbleweed.- Version 3.12 has a hard buildrequirement for pkgconfig(ncurses) This requirement is only available in 13.2 and later. Disable the ncurses subpkg and swallow pkgs from previous versions - Switch to autosetup, do not touch sources in prep - Package metainfo directory to fix build- Trim future goals.- Update to 3.12.2: * Fix UdpSocket class declaration. * UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to. * Make the "./" path equivalent to "." as before, and not a prefix for a component with a null name. * Take care of components that modifiy the 'environ' variable. Using 'gb.httpd' does not crash anymore. * Fix Debug instruction and support for the new Assert instruction. * Really fix the loop optimization. * Fix loop optimization that didn't work on loops calling themselves recursively. * Fix badly committed files. * Font[] now assumes a default size of 10 points, so that you don't have to specify the font size when creating the Font object. * TerminalView: Implement "ESC b" sequence. * Support for 'tcc' compiler. * Do not propagate mouse wheel events of ComboBox, TextArea, Slider and ScrollBar, as in Qt components. * Project property dialog: Use custom icons for component tab check boxes, because some style cannot draw them correctly. * Introduce RssDate for date+timezone handling * RssGuid: do not set IsPermaLink by default when parsing * Depend on gb.util for RFC822 date conversions * Switch version to 3.12.1. * Merge branch 'stable' of gitlab.com:gambas/gambas into stable * Merge branch 'master' into stable * Update some test forms and version numbers. - Update gambas3-3.10.0-llvm.patch > gambas3-3.12.2-llvm.patch- update to 3.11.4: This release includes the backports of fixes made in the development version since 3.11.3. The main fixes are: * The thousand separators management has been fixed. * The CHMOD instruction has been fixed. * The sqlite session management has been fixed in the gb.web component. * gb.mime is now compatible with the 3.0 version of the libgmime library. See the ChangeLog for the other ones. - removed gambas3-3.11.3-pkgconfig-sdl2.patch- Fix packaging with qt4- Switch to gitlab- Update tp 3.11.3: * The compilation of gb.pdf with different versions of the randomly changing poppler library. * Some bugs in the gb.xml and gb.xml.html components. * A few other bugs. - Change in 3.11.2: * This release disables link time optimization by default, and allows Gambas to compile with older versions of Qt and GTK+ - Change in 3.11.1: * This release fixes the compilation with older version of gcc that do not support link time optimization - Change in 3.11.0: * Besides tons of bug fixes, here is the main enhancements since the last version * More info: http://gambaswiki.org/wiki/doc/release/3.11.3?nh - Add gambas3-3.11.3-pkgconfig-sdl2.patch - Drop gambas3-adapt-to-poppler-058.patch (fixed) - Drop gambas3-3.10.0-disable-qt4.patch (fixed) - Add the control directory to runtime- Drop sqlite2 support as it is being obsoleted- use %license macro - use spdx 3.0 license string- Fix build on Factory (add pkgconfig({ice,sm}))- Rebase bconds - Add gb-openal package - [Fixed] E: summary-not-capitalized - Update description for: gb-args, gb-option, gb-xml-rpc - Spec file cleanup- Build with the --disable-qt4 option on Factory - Add gambas3-3.10.0-disable-qt4.patch (bnc#1072031) - Drop gambas3-gb-chart (only qt4 version) - Add pkgconfig(poppler-qt{4,5})- Escape the usage of %{VERSION} when calling out to rpm. RPM 4.14 has %{VERSION} defined as 'the main packages version'.- Add gambas3-adapt-to-poppler-058.patch: Adapt to poppler 0.58 api changes. - Drop obsolete and unused pkgconfig(webkit-1.0) BuildRequires.- Pull in tarball from upstream again to please Factory source checker bots, as a new tarball with same version was uploaded- Update to 3.10.0: * see: http://gambaswiki.org/wiki/doc/release/3.10.0 - Add component gambas3-gb-term - Drop gambas3-3.9.2-gcc7.patch - Rename and rebase gambas3-3.9.2-llvm.patch to gambas3-3.10.0-llvm.patch - Spec file cleanup- Build with gcc7 (gambas3-3.9.2-gcc7.patch)- Fix conflict with shared-mime-info- Add gambas3-rpmlintrc in spec file- Update descriptions - Fix a wrong {with qt4} to be {with qt5}- Update to 3.9.2: * Release includes various bugfixes * See more info: http://gambaswiki.org/wiki/doc/release/3.9.2?nh - Update patch: * gambas3-3.8.3-llvm.patch -> gambas3-3.9.2-llvm.patch- Update to 3.9.1: * Release includes various bugfixes * See more info: http://gambaswiki.org/wiki/doc/release/3.9.1?nh - Change in 3.9.0: * A new component gb.web.form and gb.form.terminal * A new IDE output console based on the previous component * A new and better project argument list interface * Project creation is now based on project templates * The Expression class is now inheritable and allows to customize the interpreter evaluator. * FileView and DirView controls automatically refresh themselves if your project uses the gb.inotify component * TextEditor now can display thin vertical lines to emphasize indentation * Menu can have a proxy, i.e. pop up the children of another menu * Paint.StretchImage() is a new method that scales an image to fit a rectangle, keeping the image proportions * gb.net.smtp component support PLAIN and CRAM-MD5 authentication * See more info: http://gambaswiki.org/wiki/doc/release/3.9.0?nh - Use default Qt5 on openSUSE > 13.2- Recheck the required dependencies- Fixed Tumbleweed build- Add Requires: gb-{markdown,util}- Fix: Installation of Gambas [bnc#969744]- Update to 3.8.4: * Release includes various bugfixes * No crash anymore when running the IDE through a terminal server. * Support for time-only values on recent PostgreSQL databases. * Support for PLAIN and CRAM-MD5 authentications in gb.net.smtp. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.4?nh- Update to 3.8.3: * Source files can now be dragged & dropped in the IDE project tree. * Project directories are now movable. * Support for line cap style, line join style and fill rule in the IDE image editor. * Array accessors are faster. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.3?nh - Build with llvm on openSUSE <= 13.2 (gambas3-3.8.3-llvm.patch) - Clean up functions for configuration gambas3 - Add a new package for openSUSE <= 13.2: gb-jit - Remove files: gambas3-Fedora_16.spec, gambas3.png- Add a new package: gb-libxml - Don't use fdupes: symbolic links can be empty- Update to 3.8.2: * Support for dark themes. * New logo, project, mime types and control icons based on the breeze theme look. * Project creation is now based on customizable project templates. * Logical set operations on selections in the image editor. * Relative paths now can refer to files located in the main project, in the current component, or in components crossed by stacked function calls. * The ODBC component is usable now. * Includes all bugs fixes since the release of 3.8.1 * See more info: http://gambaswiki.org/wiki/doc/release/3.8.2?nh - Change in 3.8.1: * This release includes all bugs fixes and little changes made since the release of Gambas 3.8.0. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.1?nh - Change in 3.8.0: * The text editor has been entirely rewritten in Gambas. It is located in a new component named gb.form.editor. * Support for QT5. The new gb.qt5, gb.qt5.opengl and gb.qt5.webkit components have the same interface as the QT4 components. * Automatic support for KDE & Unity tray icon DBus protocols. * Important fixed in UTF-8 string handling. * Searching inside native arrays is faster. * The SQLite3 driver has been rewritten and is faster now. * And of course tons of bug fixes... * See more info: http://gambaswiki.org/wiki/doc/release/3.8.0?nh - Use pkgconfig(foo) style - Use %{version} macro: its use is highly recommended - Update Requires in gb-image-imlib and gb-sdl - Fix build with v4l support - Do not compile in DATE and TIME - Build with Qt5 on openSUSE > 13.2 - Del old functions for configuration gambas3 - Add a svg icon instead of png: use %icon_theme_cache_post(un) - Use %mime_database_post(un) and %desktop_database_post(un) - Add a new packages: gb-gmp, gb-form-editor, gb-media - Spec file cleanup- update to 3.7.1: [General] * A new software repository made with Gambas for Gambas. It allows to publish and install Gambas softwares. All Gambas examples will be stored there now. [Development environment] * Projects can be published to a "farm server", and installed from there. * The database editor now automatically store the description of the database into a template file that can be used at runtime to initialize a new database. * The text editor now can handle Unix, Windows and Mac end-of-lines characters. [Interpreter & compiler] * Array accessors are now faster. * Two new functions for encoding URLs: Url$ and FromUrl$. * The child process interface has been fixed and optimized. * The USE instruction of Gambas scripts is now part of the language. [Components] * gb.db got new methods to create databases from templates generated by the IDE. * gb.db.mysql is now faster, as metadata requests are now cached. * gb.db.sqlite3 now supports common table expressions introduced in SQLite 3.8.3. * ListEditor is a new control that allows to edit and reorder the contents of a ListBox. * Completion is a new class that helps implementing automatic completion. * FileCompletion is a new class that implements file automatic completion. * DocumentView is a new control that allows to implement a viewer of any document. * ColorPalette is a new control that allows to select a color among a predefined list of colors. * MessageView is a new control that implements an embedded notification panel that is automatically hidden and shown if there is a message to display. * Keyboard management and input method nightmare have been fixed in gb.gtk and gb.gtk3. * The Border class is now creatable and allows to paint complex css-like border where you want. * HttpForm is a new class to help submit forms to HTTP servers. * /wiki/comp/gb.report2 is a new and better implementation of the reporting component. * gb.scanner is a new component based on SANE to help dealing with scanners. * The same Settings can now be shared by several running applications. * gb.util is a new component written in Gambas that provides utility functions to the interpreter. * gb.util.web is a new component written in Gambas that provides utility functions to web applications. - spec file cleanup - removed example sub-package- update to 3.6.2: [DEVELOPMENT ENVIRONMENT] * BUG: Control properties containing a database table name can be modified again. [GB.DATA] * BUG: Don't use forward typedefs as some compilers don't seem to understand them. * BUG: Silence false positive compiler warnings. [GB.DB.MYSQL] * BUG: Try to reconnect to a lost database server when listing existing databases and the fields of a table. [GB.FORM] * NEW: The SliderBox is now in the same change group as Slider. [GB.GTK] * BUG: Fix an uninitialized variable. * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. [GB.GTK3] * BUG: Fix an uninitialized variable. * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. * BUG: Paint.Reset() now works as expected on non-cached DrawingArea. [GB.GUI.AREA] * BUG: TreeView renaming works now if the renamed item is not visible. [GB.MEDIA.FORM] * BUG: MediaView: The Control property has been renamed as ShowControl. [GB.QT4] * BUG: The Menu.Checked property now returns the correct value for non-radio menu items. * BUG: TextBox: Workaround a Qt4 weird behaviour that sometimes lose the selection. Same workaround for editable ComboBox. * BUG: Fix a compilation warning.- update to 3.6.1: This new release fixes more than 459 bugs, adds 465 new features and 22 optimizations. Some of the main changes are: * A new open project dialog in the IDE. * Support for session management. * Offline help automatically downloaded from the wiki. * Single-file mode for the IDE. * Support for transparent windows. * Shadowed text drawing routines. * New controls: Spinner, SwitchButton, DirBox, FontBox. * gb.gtk3 is a new GUI component based on GTK+ 3. * gb.inotify is a new component to monitor filesystem events with Linux inotify interface. * gb.markdown is a new component that implements the Gambas Markdown syntax. * The gb.net.smtp component has been entirely rewritten in Gambas and fixed. - added sub-packages: + gb-inotify + gb-gtk3 + gb-markdown - adapted file list for latest changes and fixess390zp24 16150428963.14.3-bp153.1.253.14.3-bp153.1.25gb.form.terminal.componentgb.form.terminal.gambasgb.form.terminalterminalview.pnggb.form.terminal.infogb.form.terminal.list/usr/lib64/gambas3//usr/share/gambas3/control//usr/share/gambas3/control/gb.form.terminal//usr/share/gambas3/info/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/16d71cdb2c2268522ed18e1856b28966-gambas3cpioxz5s390x-suse-linuxUTF-8 Unicode texta /usr/bin/env gbr3 script executable (binary data)directoryPNG image data, 32 x 32, 8-bit grayscale, non-interlacedASCII textRt)n"r喜|Vutf-8587997cd64612d7c5bb9aa3c8993aa71e6b024329705fce6cc0128dfaf37ec3d? 7zXZ !t/Q] crv(vX0a܃vJ*Ng2jKgBD~Qiй ZxN>ՠ}5z.4b=M,sjdT*Ξ7|qXH @Ly~ 6:β [BC}@:^cpt'RL|I ;#W9o8ߴ[ Fmznn%н'kU#t1YQ-@WY'F`77lp6<_tTuR\ԖUdt-jj1@12hX[EV?ƾr˄;1UpJm" yS8qe<~/p􈠈YBaQ-bW=у+I 65ǟ~rNJ0Mݳ k~:Cfp$ӱa?+ֹDd5ٍnxh"sXAV<1 ^IOUD4TTn$Իml|ʛ؎]}̮jSM|C*; z:Cu4Ժ/1;Uh {M9_<^x#J=xVs?|,.(eR>>J;sXu32hА{/r J ;)_(@I1JHh ́d^}ES=.m*SbI*i腧2֥eV`kuWv{]$y;fО- 'ɓcSk aƫWB)LO@$Ѫeaa! a il1ߣqpS dYwI"5W!ڸ#[AYI7H-z)ˏEUq mKI8cMz=ʙQɮ)`UBc|E4no8&EZ1=ЯdkzKTV>#0㵦D\&zXUK"\:XDNJ4yXj"wSmYw݊U^,NcJ:8O)5GݝZIArM7+Y!>,5UsJ͌A0jưwz[Tow}g.L#c]81FIyJlf_/рQ!Li8A)dHz`N¯);n KҟeP0Zɤt@IqXhiI5{LIȣJw_W ;m3V8wR>d)Rp?&$_]6ZlR@OEs wsi3M)~C=Q$Uh \il}pI=*4nHu1LIn4´f#[Rah1%(M1_ݹqiES M1!$\udOV>aS'+f70FTА 9v-&Z}%O of'?B p"9.zcӦn[ZV}љIT äV"yQm/bm +7bMw@vrp WNHF?p'&z[TT {JCG *O6 ~jŌhZ)erm<iEC⓿ CeaLoDb.&PH fҵ9.=oM1-Ai^ǔ__HeU H[_{f2;~^1%`f!eGfO#Ȗ9G7(1W@9TU*Ev鞙k<)jSe wRMx;.2LXdm&O,*wa(~jƐl]0?YS"Kl]wh0yڌJﺱ3C;^|gΐML*ݡqrz F]x2~ןAP;f&"hڊJ۴źM y x;XKdJ&@%'[ؔ4MI8ĥhSH) 2Rt ظKs0~SW~nRV~A BN =2}.dw(600ck%r[}E&GDQV^ N)lLrܫ4߹ pp_%C\]a@p2H7|"τ(AXAF-YX|`:Tn=ۋǁ/(`CB H7b[ݭ<s訓]aj@ajXd}9<7{[vb~?U%xAM3j6 @ߏHV,"e!>P:ԀVC4e^U; {\6R}kQ5p:[fсU͖~o[xXAG>+Ɉ(*z:OB"@)ECJ +%N ME'2~:Ԝ7enUZN_{Ogh:+e8bb^ ؈HfI1O6dt[z/D=Qp giax+ #6̦gwM~nzE[?L0ٍBz$ȺR2 ;3U){DSa a־bk!b2! |6v?GoJJ e?xork?eX/4d/~mt,-q-O՜)TAM% ЄϨ!Yqg 6X2DM6ZGw.Z Ә4Jzあ{gQvC>etYSFvĻPD؏(CխjDbϐg3Sފ*\&M`5%XU>fQE<^+PJ!o`繱~}4)vZq҃XKoOslׯǵy]v VOe6z-i'+OdDZпƥl_Y}QiF^*`Lq2~- W1ZI Q6?nPқ` 敼VzTd2]vDM{E^6ܘpKʩ?k K E WƊ*5ˍ!;cYB!*ZՂqKMp^U7F0GC`>O ,=9.zK|N*^_C=+\Jkc+"AJ"صY\5/ThM3Y)bYbHh $% ڟٯݠeng \P4Yrl?x`k@9q{ޡE\_ <NjwH5D쾽lBhx%IҊ:2@M,9̧R f%fskG\OG<x5 2m$hwf97[/S~|SK9,?鎐A DEe $U.s`UQ 6Fy*MKXGRCq{ :lSԼQ~ u[#GZ ({4T d_"ou}z(=h]_$KKn5LdFn]:ӎLvq[h += K o 5;v{̥mӎ/w8c]nvZJsN4PJ_Y @t(VA=xMVЬ6>_.Ν@&{e8 r\H@Вl8\r!eDlUlhvfs*bEԦ]ew wd]@[3/YN  ]U#&2 N0mB݂p=f r&8TJT!׽y1ѽn^g96^-h&R{C$OZ:. j $;C SCC)EONX‍n5z~1΢OG:_]кAo3aہ6T~bZx"GJ|S|2"Ak,RyBUX磒몞0aE_ 6渳bUuc1,ۏRM͉(USJh_f^y <`ѯVB7x [YGm3sY(Z>ѡm7Kq).. C]?@8T׿Vof!fsl$,'T6Q @NKł`;qUnO^j6 $O\o d9wIIp^v ?;Pҳy(J,nt'ᖌp[ }\.kBi|r $ȔN5FP:4{K|N ,5!p1L*ipA _*\ioko`dHNCR!/V8[|ړ#~nM]ɳbnn5|zd`")u#:@'I^KSx.ɡ7% $0C l q\➃n$k, !R>t2#&d?@ 67{\w!bf9z vC ^E%(/OD3fg h˹`aW[UrR9 G,Ǜ3mQ gcU|1qOm=ڨ</RGЫg֖;VwSH|>uɖupKZf['N#$ KS r-CMT)D.$D7@@4GkuQDq|waO &Z-! =`39;?E!߅{\1 iL7 ܳ?ķ_b4B<|8H@ PAo7С!:e͸.1U|- MU2sm\IѭPwX\*F <OL,Z}53z?_kjJDζN+ɝ y`}rRg Z@bKN]">RW6JM[[e'VgRpwJ5;}zO@򍽁>pj:J(V޶K`76Ώ[Ff{U_,6ڻBQ /UƊžO${sKsq=I2ܖ&_ؐo˄P欼 V0h &uOu9 }pӃ^g`16=`*  *xE> Hk0ŞN>rc(B 7&6=&ĥ"^q3湍zĨrsgHʽ(x l/i+9Zmw.oBQaS~@E{KGd#}}e#]`~<}KBհL0%Ȯ40$Gp#%OKR_TWܼLW#Ao:!S M;@i팞Jj K Lfd|{! 㨪yke278`_A篳q^֢Jb Bn{6@'W \Ĺqt|9 ʯZlW(C!A9'GîJߛC5T_|t}sDȠ𓉁oԠCnv?H̠8c)Kqv#>dP>x=rx6̓&Qk~ACmxI&0Zs[޷=p'CIq=j<0Dv#j0؜bJ){D⨻EHMQMOXdN?oWCZ@S pr'$ MNx,B7.0f%m3ť:O%>E% R i__,cn2]iVXY>HK@O43:/vw(ō/6j#Ѧ=w\^-# >S [?@Bpc@z`Q(YSMP˅UzE."ސl^OY%E,1 vV Tjtei}GSdu_^ݟ:Ԍ:maiss EW3|v~:CᆖU?7JjQĮ;S=пk Jf:%Yж׆*~`*݁'o z4iɋz-4YgzcP,m=mq &z;Ҽ,_FGJwT'A" ^ glRR -\Y DBy ֣&'ٿA +Gc=_SO 5qMݖ?pXV&xuw5yd>kt%S 9fO߶χ)!'UnB XO`5 UȲPIdq̻OErԄǛ|B Z +MηIQ c\ECqK=Tի my? wx8ƚu9՜~BiSw挑-A[ߜ>xjPPDV"P̠*,/߁ZMpX/X nѼֽ2n-=:kE+>2X5NGFr7[`\ Vy&e)y^鸓vc =}/Mw686 zeQHBiJ~GzDJ4 r|aT=Dw{aGX;❩:k2CW?yt0#,_zQBJ]I]/i֖FY6drɔ:vXĿIdݎ&0-x8NvK {@[-E M=8,ÉmC_  l[^q+tUN4*<!ϦF EIczc :Oq.wJKjMu'gO*']|Bhk:7QQeȱwL}K>6MjN#o\hIAD⢮b:f CZRjC3Ʊ!W6\q V..p?\/eUu#Ubաw65( ܕ3-FvLk=Ts 0ڳ6baYU~PܑR?DD>2U {=u͝' fsQ7 D܊t?6 Hm ^o'_L+t\T3yEo4(zҨF6sS !ڭv1d+t&a.E@֣l i">v>bfQ\cɽWE/zgiMe$cW2cqfgIf=\DyϠv 2,:8;'n'qd*Շ%MhaYR ×9zlT񯼔xV1ϞA#J=>#c9Joo`+^1kӣ Xx8 BAXM>2zE|O ZxkmYߢ.qgS?$fDƧ0"!nxVX;a&K2Sѓ55x`C5^ ÿk8QVg? ZML:teOVH/z'c' D&-oht y=9 6,KA8&H~_92GiZ{k> :4}5|6 4Sa6'`7JEQ͗L@$f L01v\u hðhjeo%*3U,P΋m4@@6aGT-,cJTa%xw(+HɱidK_Esy3ē߷{c*z D\K:١%1us0Q5Ͱ]xsˈ퓒U΋jV&I:J-6с33Un?[d**N$/˝{Ξ--VZK@DVZa8zV#G!Ҷ3ʏ ЫԐUSCRԯ%\ΦۍAdQm2h!$t+WT یD2E5mgixӏK^2n`t =;10kKZt-Yo$/<TbB07mWX7G0US&^#ޘ=)%vvT߂!FC((-sg>]X WS|@x-۟ M}劰I.ӓ\)%/+um&k/  #hNL7հfbARGhr_x|Dܜ}AC2✂;NV}b ݦǙEPJbإ#u5CV+$)s%WLGGSCCQ-J#(yzRr^h:E+IJS޺-1L{~dJwy;Jp;@.*Z1y^hpU '\(5i2̫@2Q2onZs{ٳH*Yk2Pm0iyz^-mb6{Lirfk^]+eyD(N@ sQ]EkE)~1eج6[2փbx DDH Z0ad|̒T%GkV.sp•dbY"۷k9KWx,WaHN ۅ|I?%FBgf :a-$o1M{9zYRiDUs%j?@M6-.'2 .*_A}9Ј*b0ECeP\0,T2jdn(<#ÏX7vt|<ߛ5xA*f`njfz6_hKZlB¾e /ۇ|v8ȝK5w.BMS09ղt̾As'?%ˮ.Idҩ΋QM+l%4T#@*1yTB A:P(fIo{bPNtUj 9^㥊]C?|M vL]` o9!\}`!N&ݕ{dsAL7E32 FZyn13&WH "iWbs5]^@B.nZ,]ʤG$9n!x\*AWt_|2}m\#SN:`νF~L$-N!|#+^xBAz3$o1}؜Rl3h|@,QV',![fr܇=Vj_dwB|A.f\YΧw3 8(QHGOݶcTm Dƺ(ڮ[_+sbVcs,3|h2˜t c~} T6TBu>"U 0rC 8Bk{ zWˀ@IN)">;(ȳpJ\!>7ZvJIkUle*=ѡf+JRv+^$،?Ƽ]feZ!j~#kb<vS+EO ą2[ShG^vqenaڕ.|>e2xD|\>LkݲC&W^^uΡXF7,[)uj58kQO1c~'6Uv.2 yeC}_mL 0fjIt( 4""Gs? 톭ʧ: Ix`ځB"}s 凖-F#kqK3 zjSg9VRU*C|\xfI#zF҆ ',?6@H\W3Š06^ >Z<#e\Bw|N ]%/D=z~%G(*&{8v]'R L%BV}c%e5ga\za,Tya@} ;ٟT/DiBbݠfە I%Z^jDB>_L,.es6&sn*m1ʆ>.LDNVn; %-8 Q Gf72,̓ d>;wͻͺ&fQS7]u;=|;΢@|+"]+|WX+X1TC'~oG!l/5`wΜXz8^r3GA FK,i.˫WϠ /lER.y d%paF$s,Rw]>)D%τ9诶́" ii,Z+zgK:Vh?VgZ$X #-*D2 jJmf>:R[5h<[+6|?RJsu 0{Lw"U]e/mόTXq 85~ՂFݭ9|g2׾gGVֳ[Ne rnoKNY ew`su^δ%ǐJ*фV~|8SqU_}b|9펓6]jΖORs +[\@ 8 2B׹MEI+'y>MdhUjAK#tZB7ݎ'p(="JDE}qfvSfGV=Ljbѩ4jcfY/9Rm>+_HC <9i|2.:9w0H#C1v(4_=ROkLwHy5˯«f0~ht KO;85)]79EM#K<@2\ap!5_c`v4L[;Z;=n+/>/%^"ZT q%<^:>īp${u3J6`8A.K 1p򽋫ī,+#z: ~ Ovp}F"=t]Ugӑaؚ`a"'SO4UѿU,`U9M6wD/4(1my ?́*a|ha2\\57A B'- =62)~z Ĩ ^@r7GurX]G^(6 pBdgӹ# L"ݏ[ ?Icxntw|Eeo?KвCޣ+EerOWg}"?VS_>%(vbC)9Tw_ͧ[ S7 3OL a7+/hz2:V\t n3ϽY wdm K=wMfe/V.̲4+hxED4p<#9zz7K"O%+Kv]e2ng, ib<3gd*~en͊rWqGn\ ?< %& $Dn3p)C: /$F/Wx±.y>ƊQ%9'mWsxu冈D)jnIrDkc,=b->Z.zM^_9ҏ Ȇxk}O||ףxto@Dv"!/F"AYBa[MT>ncWCےsTi%罪8{W6mENw*u'J"qnݎgF4(~5Iotz Ɯ+2u.26;I!]VxaE_-etcEbP'eOi I'oXϵNh꺔!n:9 ۶yI FM1R-^Dg`AJ$srf(xۜvѺ;<0v JrC:~;`2P7W #NNf2̓gp|י킪-ZtgpwΡ+ax.ZY4󚳩898]H6%IJ0fBRYJGnp@qa{g|Tu>W]728XEK㹿a=q">bT8k}xSF8QbnYuc?s!ר,(||t-hz(if^jh:$s g%BL[U箙9=ZIadƲsL绳\ډqzK ba(V@\%X|[|%cmL2Jal)߈c׽'im »wOBQ!Jy]_ZB= r05 I#rf+R~Kϣwͫ|oSo׈؁ړv9;uh~B\V';P<Ѡ3wc9aі3|I=SLG ~PH/&G`!G,1%8+-_i]uh݆˟F2֙R 3LHMe)xCn~DG7zպ$S(֗Q3}H *2Z&wuߜ nͩI 1_L:ؒp.~82h4 ,}NϦK.jd^\{~\X 3dv5;Mxjd ^||V$>K\v9QWp+HRPQ܎aY^m(9*7%p4UI/CP=j6Ev#:Y}눉fzJr#`@&+ ԕ lBXF Y@vv4joQ7h"NFO}wrZʙbñ\@gڶ =#R{E΁MO E*=aL J)du>=-\SnRb?(XnhxQ)`3`:v54zg&6oQjwG GPXi^ P9  ^5hzm}򻸀B鍐eϲ/Bդs7<392 ;z\N`>K }7@Gf9 $$\߽@v2zᆈnUDrQ,AҴ?n1 G (pK$JE8H("[E4.Qe>;I>-W|pt,U=Mn|eZP,%w,( p\֎ .h7s/R'5ņ~p0K{ٵpi+OOīxM_DEFQ=7LKoO;):5Hb/'t3DF8J̽ cϗGƞ1<ڰ{LFM^7 PxuzPP%?X͟A<؏)Ŋx}\Q{Ұf {br  @.=-\7: b0ICӴ_1+0_G|6BC}ĴYNtWϫg}pg)H:n9nBb籺(79JlWLrأk­N1paZ*$~LI *S"v@ dEJ琈Vԫ$A>A2#h?xLi A[cҳ?߿8MbGq`~fnsͨKYS=I56)W0ӾR;a' S}b<չ4ϻMk#'^i.B0Mpm$Ӡmo>R"Y Į `5)bhVz Rl\riާvX%|Ǻetq)H|{01k$ީއ#O~ et_o…(p ^'J%GR <4ٻDGHVֻmC JcШ/JI%BAVHhc~EKUono==?7rjboKg6մkrD(8JX>JJ4ѝ;w(3‹OZٱ-~kJm8)Co)sHȒ)On;Azڥ1~v}fHsCW>K@)LEmMbPo*kE36&Lz-o{{v [5צt]]MEa׺ĺhklٵ|+`f|gD@%I|aW_a3D% ?h[/B/Ďͱis ڸ_&f-fKٖ-O'k|:ƣS˫B*h[HX\` 6waߘNl.;?{On,]tR"BgLztɍO9#2NRkbY8Ⲅ=ZeO.-,9ڙ%GҔt$+5 v~>jL'QPOD|0>X@}Nz<ٗ)0>!zy5᝶!q0ALflZqXF#eDΤ3ӃIMfH:rkfslCə~|f\)^jmz"}i!=kӷN 2)*ʊ!DˈPiקȿ?v*=W#Is:\Ƕ(gsb|uxߔc)}FP>s)Dfv089[Г>6LOPCM i^ LUj #QQϾ^iG7,' C^]+]SxϬFŎM8KX梓-+GWr H< kQ5۾ ;@ W}Ṅ+y-&rvс=^I3-C E U\ӺaTo 4* 8#jsr"iA@~ 0 \%X YENTȌ}F4 fӜGc% 11q#A*9,Hĩhڲoy)3|,\Df6u;Ѻm*QS."_*kA?b(Aptxs*n 2_DetZw<ME!(-ϋD7~ p 2ij  ;l/6uHf%&K;\qbݸ>era:|0I_}8S*ơB˱Ŷ9#dE^ ijZyȸ<\_jNf_{3=7邋T_a*G݊Pc3* s`͢,xoX^UZ6S\ dnyq2^<mЬyۃKĝW1GwAU.4YNktW;^INUŌXB"f}4U[']luz(7A_*Olͧ(Y;h´pHЎQ""$ڑϹ%?Hn/hÆp/C*V;~ 䞓+oNc`tҭ$"61Ttkӑ-Jڃ\0POlGzqwf5%,Bu~!M$Qv;6ZT!PGO0vpW8f-ݑOZf_p!|4@iX(v1lf}븂D ɨ)Ÿ($\zɃGXjE%^t?{(I 5 adw9rƒ2ɆR=ԧZ){dTiW%`aGǍPߤ ,^ˢ).JR|^ Ckyj{23e\t}c\f`Ɔ2H$V<ݎ( x ]~]<o?1:?^q ע}<9+=L<,ZWr\x@0l{gjԉ5 %* i5*ڑT`Xz%wÛ6Y`%ޱΒA΢Knx,jjr/&"SBNOvWWw@%I'HRz6Fj66A8&JWmSYw.[WY6m/^N{>+^LTJ00qJ4\σ%M aﳢ!3Cz$Q 1$@{tX/e1iIHQv3ڠyZe(oK]oWxG+;Hx Խ., A |[T}f:rW[Go`rwaC@ovn%A|iVzWcPO0# Zi%8ja]J,m6``8͛T)'j}9\F2^{n26 _0Wjwj` L1+̥=X ć( ]˧zueE#BDNj ā?K@56,o?!ce*oۓ]()Q\4Nl#zYqqcł3h^huWzz;pbp< 4C pΛsvSn-{!? /Kq:lD&fPVnK%fZǜg~U~Ghev[=[ԏ#PFܐRew([Q(]hpsDžtl}GNՅ‘"(0`@&V!\=œ5H\`IGӯy})"ˋל7tzB#$Su m5SIi6.*D9Altj[.~ -,d:"7>D t  կPa(o%O8(vg<;|_.18/WN6:F =r`HO=NY#P$IG"඀"w$I:)PqivVV(Z_{r=u{'$J{ f`n0Vzݏ=&AaxęNBՓ Ofѥ4c(b͖礽5 A'ؓ.3AYPw;J Δ n *| 8tP&Iz= OaU~"X޿ߠ6F06V-0L';ēʫ5C&5r{g230-d*[b3*S7:#;D;Pqg b-4-,wTTٷC%xr$BjRSc8*ƒC2&H$?cg6a'Q6JlbETEzA dKceBlcn7P(Cc7qF"~wѶR?a6c{XDyiyljii *+F "Nد_reevmrBĩ]g9;ԌIId!s} ]rHz۞k'Kc\h鬸 u\ev 6l}[Acn %l7ŗ9(Pawg ƾ66ʧb h۲#jAc@ 13j&UlL;Qy ͭ.4@&}q8&=]|f_]fJgJ!4i:CT8of#U`*1w}鋃, Zw"B19z(Oc6])qNzVeA:--9^Dx[3nt)Lʞ"Gg{g:tY/FOwز/JDͦ*Gً!>M8R.`{YݯDұ==]ss5u}¿9;;?JoG/&Nx[˒^ +}/EM*,Mep+\kVML)ٺ~&IɜΡC75OItkȱ)Jme⢒N(~I/O#^BY?ݦ Mt<,J9w(q 5&8#8Qh+Mg6s}mm8 yU <{(:{RA3UE塉0oH|c_=ٛ4oPOY0ڟDL '=wO, WX }M#k:.ƋiVK&0s҅}rejlr,h^A<~ bn.$- 2#Rdv+|ϙԶlaE.HғpQad;a2* R ~Cmy/6Z8Ls9SQr)l[s=G ]Nj 3V#$ل5p9-=k<Ĥ̉\)c hߗG|wT+Z\) -֘Ld&s)͎)pS49QL66 :O@Xn`){{I{NN0Ў8b/G)v]"tC1ެQtƶ~V6Zvبj\UCgOq3Ǩ#Q *$8׏>ܣ.Lc$\a U!C䘟+foHYdm.tj>ȪX)G:B(~0|a==<->."W2h{ A 7}Ӌ=DH75.nyMDiYz.pBH:Z4꼢hW(}V0hrGI *95Sr dM6L#<?C~@8`/zDmtK-I['H:hE_D`otaJ!sҽM4mf)Hb_P'wɜoA RB>Z\+VLN|>/ 2Yp8JGX 1Fgb-*NfN"cPP/w^οƑ?Vlnt{cŁWr%_G'*OJo2``~U\с>8 sk#;E:TUBο&v۔[:)o_ΗқLYD}XycN07*=*RC%;E hjRsTqQivk $9F\ ,bt:|ȱf!% CiYy4]m @<>i&~95/)(`1OY ȸĦt./j'آѫp:jUuygNAgjk-\[)WS$ s<G*#6>6;zw͍ x}@S P';1olL! 2 5: [< eE&&qq`JVݵAORξG ӹA^ߖu1C υ0Z 5rv,av@ 1e$/]Vlʅ"20YUaDbO|d P׌-WyIȠgVbW[{5xf*PGqi+S`1dn(٧A9Y'Pl G*ta4A @ T+:l}!g0FM1L#L;5[t3o֖Xa D(93ƥaa/$fƑqڭ0L=ܙi޷7+3QI&3,C Qry(@WvXkϹK~?I=Yr]zxADi\Ͷ}np'{Oɸ0C^X{ʴ˔+|:(Uwoo?o e3S"T%v<sXC9Ŗ?Ͽ'I,ޣW*1[tXw2萫z3%v ڤ㎁$!]љ}h:x( <~rxOTf{bs0(%E%Z{awaMp a 2BC2f#XZ•~_.[mgWX.lM8+Ak 4VX=*eaUkC>LB*暶 RzN\o6 D6 inGvK@}L ]*SvSpμ]aD)Yrˍ5:?Jź'< =X$ ֎<BS&[C_Qna02Z̬қ:S`߅X[}'YB5hX9ws563iԜec|$XDyxw-').tc>.i3@ ofzR+HơYUɔN%cHnoCUa|QpUz̹v^j׳v@t %ȗ^R_zqz%$ um}7Ñ9:U=N$NJ.P!o%BjPxaQiOiFNq>\ 7ɳ:jaYz=\'nLYQbbyz0t&fȩ8J A*͢敊Fh[IlD(`@^efm$3k+HE|[HoYLkIG )sd.NP45|K &kIV*{F8 MlX$/X3;_E“B#ǩ[S`g G0)Yu-mˌSmZBbVHi-2}k84h1 H]W¹^Ȼ|SXPOqFE9gt8(Pbl;6z b]kڙWM/=B;O}UN#eǴ͕e̷=` 5wc.8/wZzb)uuuS!iܼU34аd`"ULtd?$]6ܡ'~}-L ⃄_ꮇ|sb0.|aG>$)gkrT!V.d(;Q:)^B? ܎lgGz6In򐑒Dq~Q|ʪ;x],ƕD#*M< :)# "LT:zBw3YAdjP/)$?SfJ$'U4mWi69R.fȊ-T(#c z;vb&MOilmkї*"/S)²BPI5%53\ͥh$R`SG9b&[ =;yW} T૎X6ŁxߪMK oYb0 O%~ܳhXVQR04Ift\ƨl,ٰVi9~ri }9ɞl+4iZ%FґC~S7ߟ/|J_'OV"sN,`^%8}X|n;.Z9Ra㵨9Ss"W)B&VKSs0Ht-7FFU:.5KrJ2_uX-6^q£f$Y,/ @."FMˋKI Lzx|f~8/? 6M#` 0lj&f~Lj|#8ٝABa`4dT5ޗMw}r M ((@[wgn+Nީ:_ׄ範+sP`I2ǯ޷rxy긎܁?\7lLT4$flq)]suۘ] $ZR2hjxB\#SGtRc_}M(rhTT8 Cs] I+iBu×Psl|ʯ2/?*JmmDcX,d\ t; C5Pzpu]YY ~d}\ dYg mpMuFpqfui'8ܻMD'lwG |XEz Zdp+j8Nn!a[NK3(􆺾Z~tV_94r[#bOQP6c<nք/3ȡD#M\]TNLR^JM̭1i_zŢ Ĥ|q{X}lWp %%E=ļp x%fL&]Fђ6.685ԻW xo)\ɟ}[i5}ҎHZ4Q`"t+79ű6!]&,zXn2Fmg D;->l ?kU3dU8DO|ʁy6.=:xUD5,M fgDbLw3l%*9I-7h,;F\6v#cSϼ&o%fY<:!&Q /\) >=Rw"xoUBG@ݬ 1z~s.jނOsINN2Vqq[aNIDm5w_Wyξ*ю~TdOM&- &hcr7lWl5ad\ʱJښRPGs0F 1aqe38rl_4/dI<^Fʷx5 M"ھHRC |l~j4L)@+ ^NtϒXUrw{AdE_Ca2p4„`wf)FЄO6L dQoPhR$ >!K`eMFt4+4* KM2YC; TRM,N?|3d=#2^R!ֹ-޾m.hSH:Q<d8o'+{H C+iji ]m>t`ɯ~Ԓ,!vm'Tl7`# /r %xhQ[PW@;9Ŀ=JaԆ .40+;.Jlagi-IX,,q+#XY>ܟylF97|1;.4 Vo>KW9q%05SrmdH 1AK'ɦZbzY_Lu(QGܫeG=xZwqkAm<l+ nI1M@wKbB\ݢG \EKխ^)hx:_FF3KWt܇~^g@5[Wɵpo|]IOH#M[N>1SwGD&'I(1i)JJ<1ɘ&Tl2BSR[H41]oŭ/T0JV6:<}l<eR=T.iNBO~mFOK+?߲n¦xGUbrNsif%hxyȀka'+Rg3^T{B,ԴpxN"iVtz.6Nԋ-:ЏP2N5:ğypz5+qSe32++@ٰ("3!/xyJxIv>#Uuc-/ĠW֫ zcánkdhw L8,MA tԏ.4 j z@bذ7Ƿ-Ơ A?%ɵSCN - dl.Ǧ[pNjC27KR[ջ3I]/J?U0C:RsY很FRu &3)\"q|g tIerMl6*4Apk{{Z'1fm<%:b'( Ԋ+A Ie0͢NVy훽N6 ϕIV)o7=p0E)HK4 ^mI>ߞ} M EOdxHNSN:5DB/c6^ɿA3D/Ya~cc&I]pU˻䌇4J d\yfDuҠ6@kaNY 9't-7nQwRF8<9DI Zc ;*cQj@J/OW'Uꯊ~ly)Vԡ [GL$A*L@=Ѧ'lqlRG.|_[F۪'&2$Q0^?rV_r&0__m .QNW):dPِ:"MJ)ausu"B^-&Րn/,oM91ii-`ëE~ GZdވR_kGdX se2ϺςSh4)i0 uS~Hem#2Z(xBE#(zTlfgJJi6o O#y  '~wQ<~&uXEl=ȟn\C@ ;Z_w'S3jT0m+K)^--ޣ)y"lNqpD {sn8"[wQ[ѷz<3݇]@dCX7tbE{ ~fU=LBГA]bM &z"vǃ>:O;1\kM h!|ddiTxTay3X&V 2Ӯc#*4a!B9r^Q>]TKgC@36?v)\wV0y/&TGOIl*1I!R%A Z-XPOW;I Va7V7Dax4y!,du]CqvZ=LY1cRЁ+G%ఁ =CIa3YA#C h~fZ!.55g({#\N#@tdg*\'FIg5ק`E}@jԥX2iU.נ|(R|6nh@{ Bc#^t4h; ޔp~̯~WCĝ3FGoQNHZ|ɬSL=XQN}LdF^:s Vt/+QE]꽚>GC)9"dK!HV }V;e(E>Y[P&}K߄rLPE(J@k z,i=MQ?S+z&W, <{ޞ\0"yx1Z4ގG~sOk43}l+s ް|Jd!֬hf5I\rrcRg(A;ZO)*oZH݋yv׽KnT^:"A4fSrjվʮėq{y$DY #_L(`ԕSCǺG} RHbq# Q A ✱rՄȑkf[׵:3 xLJ 72 6<< tLVǖ&܍ Z!&gIrD: fHwS^~Lʬ]G&x96U;!cŕ-ROiW?hp|xv?̥Jeeˀ%c ?/BOiK7˽S xqҗ_h_€bD=.FS6$#铳 (]m<ϣQ֛>Fi6P;a-[ Z*6MĠ%K+.&pg~-H41]4 z4>GLq᪀zťRh"B萞e1OơZ1Ҏ062W i1U}/^#h94o] '>h"-mP8 GΊrZL n'؀]8i(#D<_wD}NtNKFb>i6p)&zUzQy[ j`8F9݄=uW@NRh($(ՃɞojL\t0^FֱIwk/ ۾%U@lWقRq98y_M1#dN4$TmۚDZ(`4`J ib24,}1YN,0`Nͺ4T94zbU6d{j 7^;7/n5s[m~ Gk\)ڄOt\Q#oC(Cs{dnYä-?%ȑe6lmNm^ymm 0E[$=rm,asQn"19O(pqZln8A!xdU| XIHcV䶦1G9~ZD`_>JqGJGl2892RH%q\x6 Wsy{GgM|oPF)Ry g)J39ŗ*_C W5C5L=a?gɓ;F$ʌm;H3Jt%`0](/N2:"Ciw/(i_M)^/ ol*$ f?cC~k#V,f<^O?}&QFmHs"H'ȷܨn\6ʝr(֍̌k)9Z%',j̖;88*GSc.7]P2]0Ąm![a'fQP.\և5aB L[P >q0y>(hF|ɼt#i0z%7X"^;jx]X][0?MTҶGV2 W~?;Q+C>ƤI% c`_/*{gR*,W 'zi2jhFz"_V6~ό$|MS1oX q!< 4[SmGEa+xi>0AOy"v -rKPG 81X_\0h%Ռ=Qg5PJ#%8w}4(NacQE758Z&*}xRG0![nӿW׳a{q6B;]H/xN)bB30(Nn ),=|IycҘ3MdODnN\Zy螺k>d~a?F2'*|~P4KwD;̯Iqߘ&h*McqCϗp3a|S6^b9 V+R-!GgbFa8¬Um(F8: GL- GVhs2NA rne1i873T R92?5G`c{F_LߏԫF]FȄ-ҡr_pr-ִv=6W%Y"lq/LKGKә-)'.EۘQ/]>AhQF3ߝ r6;IHl։f&ul,^ ~|V.<Ɗb(]ԫ~c3J!H-A p{*m Rd.Tq\ܵl/p/q2i C& _?6B3 ^s:X.$xP}'[y[:Az!! KfdvЊ(5i^߈yz}!cEd 2UN4^k!m-Mlӏ:t&) D4,cDv2İJ#Hvl۠D.%h'ѠW|7g(><0ƪ*›z7T^QB;FŤ”>?s4s J|M'o$D] 㣈k j5 æB$);Y\׏Y_2ԓ &zqntߖݽC-l>F2!]Ly5誸RBYtT&{,Nj^{W q7$t\MW${i9wsUG@sw`[$VW;$zn%vqIp+7Bgrre\_(Z4 \$B0$0+9~Vz; sw,frn {,!$z4$~s\;FdlD I:w ?R(~B1HC4"k)\-iW.ī7_%c5gX-c{ Qk[!7y┋Kތj. +87*+@z6HY$!fD2nr[Q76(e Tݠ"3ADC'ZC5X0w-%P]8 ΠM96O{K7{CE#Gb(1+jHgP/ Kaŕ|}7Mv Խ5[a$lX6Ht?mW<  B2ke"U_UۻF-18*@^+ݣ--hVSJ뱭W7[74uH1%[\cTqofWGCw{sI`%/(bpѤ0y0EliϞf`)ʜo!/r֝b̂Н,+?vDu T8Zftj|`44C\u"U.d7oЧtAW UyZK+ˊM~'8A:=8Ywm!ب.W LSڊc޺ ش5$6jƎ&:O$@g%ZT7Ŭ9Hz~o=rEL O•.e̵-;Ԟg ʭye_ֳ-!2V`iO{;yZm9tIll_)*{~|^~!.j !mL# ?j_6-͡}b~I2ƸFXLLG nyxbhsx쀁3@℅D'ŭ6.+*{K!PH2͔` /{yл"v(YHc/j2}5`a] 6/š#!d>5[=qɍ͏"J nnRn 葘m5(ѡ(jQw!N %CGa(UݍCs1q q2~UW>Ʊf'kya%_bNGewfy>z ÓeBsL!i`Ou[_K n7M j'pbU;JG=ٶVcSIm x/lAq#aEX5y7`$ey\͑j}v/];8k-qk9anOEE o {q1S&BE}tW}'UNGBst9V9x)F7pTMm=>(q9!+9]:?ڰ}CR(3ˉm{6BL~N6*W/B+S[ғșKE/SlS%CE, &53/f(1eIS9uL5+4m-F\*?N$B~%?CKۖXc> @zm\Dg/@O{ CT YZ