gambas3-gb-form-terminal-3.14.3-bp153.1.25 >  A `Ch_!M@eee3 nNu+FvCa-Lg "%RJ2LLnPhki{Kd(rDLtہao]PClC[~1a_X߂cy1*T Pvh?[-N+v^^џ$6FyҬįkޔ{yyrb{eclW#K-9%WUuba\Ki->9y t&TKHz\j#9>؎ppt߶b777cde31476c30c34f2c6e65695ab110b8b5b944c9c527bae9f4b74dbc69e6b0bec9f740b07d90beaad5ee9581fe57f5f93bb3e`Ch_!M@eee;O0E|j9¾8\]٩!ٶAʂ9MYw9HxyH __)9{{ &`)#U[]\@ f&\ Tjg:ϬT6lz㿶R XZy!zgTN5hĢefj.bgRFa(X8Z{]RM8iI(@b!KnCAM':WW yX?$Bן}ump>YP?Y@d" - X :@H` l x   0Tl@(d8l*9*:*FUAGU\HUtIUXUYU\U]U^VYbVcWudWeWfWlWuWvXwXxXyXzXXXXY<Cgambas3-gb-form-terminal3.14.3bp153.1.25The terminal emulator component for GambasThis package contains the Gambas3 component for terminal in form.`Cfobs-power9-07SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxppc64le|[A큤`Cf~`Cf~`Cf~`Cf~`Cf`Cf612d4320f5742c9609116c42f9ac28ffae60ae2bed82a84db70f7b6856843342a83002b5e6d33ffaedc4fd8e610238aef312edc8daee1e7a0ff9d32b69aef0651537a3e2d17f1f78f79182d0a8047e7df51438fef95fcc7c207d1dd4be789dfc74a6ebcbd1ea402fe3224e076f8b1c0cfe72a4bc831c9223e68aa5fbbec99d55ff5126b707f242c5a48fc52e5a27de4b75ebd3b5b987100911b7688edad16b55rootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-bp153.1.25.src.rpmgambas3-gb-form-terminalgambas3-gb-form-terminal(ppc-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 fixesobs-power9-07 16150299263.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-gambas3cpioxz5ppc64le-suse-linuxUTF-8 Unicode texta /usr/bin/env gbr3 script executable (binary data)directoryPNG image data, 32 x 32, 8-bit grayscale, non-interlacedASCII textR[}ufPtJ=(utf-87b22c8f01140b3c04ce7c26de62b94753b109477740c187b6c371f146f957850? 7zXZ !t/㟃] crv(vX0av!H~f^rwE*]Qox4s 4˔~/EFJgsƇxm*\䤆;|U_OzkiWa\cfjlC8K^:ayIfޒCZerVMKG\* hrV18 ځ-ac; DŽ#!`:!g_SdGɊ5>:_w {49Xw#{&~mAs\e 1 %zkIyMn*:M$p g![-@QҰeՁN[Qe15TOh&AAZ2nc_yGM4+JP].[,st۱M0e,`ˍ"/-I[ܕ}I}SlE T鞮Y *Oel!8v|}pl;l}!g[zseƙ$œ,99t2Q t8%pdOl?Rf͜dDc}3w~Hd ^a6y6'v;d㶂[w/K*&x`6ƓƘs _tS'H6$^R L08}r`͋_Oo2h2-QՈkVσL?>s=%=FK[|n5R⸥Fg~%y/ʙ1Z읉,H0y~R-k&B}p(O աtSJ6S}7WVƻI>T;p%o 2Aro-|t׭G-qЂ|7C ;6p4G/| EÃ빞wȭb *ecqbfˬ*NɳSm@nDy|U?fJ6c@nsӷ*?w$e5eR` RHK .`5CzU&ț6Dh83)kwtvKqxKjjI拷mPb)lk,no#8l_:]\bg(Uc$sttк fKgChBЋ5r$(k􆏁nBQ);ʮqk T*-F5b}53Q2Ujh)p*gd97g룩NS)+ƻJ:y: Ԃ(٘cLuK'pV oxO*Hޖ@M :0Peȃu0^-ٌY<5\XNp)b_E%T "{,I){}-ecto)hXP|""mK8ZIۺoGXXN +K=c;ZTOY  ՟]#r2$vM5?ևUlhzGZέYuƔyR8®W? e5R2{)*|g"/JR|!QY1ѫ)N@p(? Ԓ_tii,{^-z??- YU\qL7ryk\My1JV 8;7f3lA0g IQӠtaxyʶɶ cJNC.¢֩EsaZNCW#ܱ0/*#O> ڏpjafiK8vJ@٪gGz$r$xc1u5fc-c*~ӝ51@R6*C4qYWdK柋@(G#HZ +pcejb!]N0ӭwێZ]Eet+qղ-ڼuʯ-L&nʣ cDZhӫS&Y󪓖I=@'m'Ƣ;;Ї~2=: /P rZM iןE,>~5`I*,*+IS=tjJE;`y28Ǣ'KlS&3 UoCı$4~0QU(<1P5s$%;+tFg}ĐgWeHT38m+Th†͔rf V|C"W `;ASXC"@1.8{IZퟀ\Z5m#E?ojfM?DHHSGei kW ?(sтh&˅K=< #{\0-J c۠x6vϱhnL.*1p[.)i73:r gLputfB 52~P{Cݙj 3ݎz3q9^X+ag'[=VyOFB$RbRigg;dOE{)pܮJ]osxTfUv!++sr#2 (+ տ6k0q(M,h$L~–p S,h۳g>~L/o]./U`8*Qe51&A@uc?⢍g!f?]/-d8>bT.:Xԧ/9jDi{ťgu3zp( uD*TZA$"[u>0X%qe4NTQͫtFPA*r"kr.o•DDZ|9ˡN71tpc?2?5i P2 0,YF똺lI5~eH>nXvSv>t%?# ,-YOׅæpؚVĆ>L 7;o@[Ia8B/JPc9zQ@G#:7-f o< Wh)m)K؂ 셛?Ek[8Umj!N"&[mWAɥ즨}팀|RMaVljyQm~)UV \j{Um'n!ʊr$/d3NN_&fQy#%# ?ݣ=QSӆ0İ \Re8}xOhT II #R|`.yd\x:s^IkE~|~vM+,6n}`y;gTIR:I[)qoHC!fEJ-M)=ڂO g{aM_Y)>:I(4Pj=@8`p SJ}(@<BDXC4<6 .ceb4qf:+7@@]T>SGKhDtnElj)3ڔٙ.ޘiB̨֤Ǎ^C8w;$ey>[ ᭲X^*@V|g~ 6% ՔO!}8J;s SW,;DO*@ҭ9SS (l.ᚭ>P4 W&׺O)z`zgڥ^$ {zr88XH#ci38P_`)Nk&ieı'l@xuD֑C&]8 B^!>9*$U.:#W:֗ԻHw )qTl͓E$K[9y W|XLLfQ,t40kyyY ޽=M9^Cķ>OBD@!$HvPF\9R)m>k'Ozɒ`f0S_BomtQ?WtJ9" M@Mx ,Zh?4zH1V <@f᫋͡i=ϓX>ir+&:ɠG9w͡}^YF΃8`Zz%R䍋Xx%L[ 5 LPs2hrF{:EAp bvp~[4P mXj. w^kY*s2vꆏtyL 3]8GV5I/dMɒ!tY+΃e#3s wZMHj9-:30h( 8A*~)=}x6 g zrQfl:x33iԯѝkv ޾=3OY@nd~sYЛ{ޖ-̾Cȯ#o b _ns$eea{wU1`l<-M/1f=''^^QQ'v{*P%RԪ  >YRϤ^C6{]vG]:f`gwuM0[,_=Gnj*P l 7kT!1ءG "m Pf~*Hxy5`Qa~H@V-\ )Gk{R3U zd.pfЖKo;VH3,&ؙ7]C3[gKla$,NZ.A I.LKP \Fn!V@&+lVZ6 a4~SB*sPݏ,xGȍʭ&3Bd~6df{U<>N2Ί>&-:\]B8p(g$4FzZ.7aݦzf#\8AkXqs4gMrGEgaG}Aaq4&>i(^ce'vI &8=? 1feY[-`%ϛ`.mat|V 嘚sϔ:\xl` kAIfN,&b.]*O'^[nRu@̱dG{O&ݒ|rzcRWkQj0f2??~z%G;EF_τ[w?+T25GDO8j8e6N섅TA-C)^/x@˜~2\5š.y~]j9?o)C"YY),G}ܒYq&0y$"љ\<)2zc)JoN}sJ@U͹Ϧ!~N\dVf/P6m@"8Jk9WQ7dAwqv6!FH8:gn6]!qtrF4I ;M -~lB=38ACV1aՠ_aeFap'W;ц$ZZJf o+j5ДN } n\Jp0bPzC箩|}޼~xK:W  \ B̮8gwa}jV _#ݮޔX?G\QSno[mN؄Apu\f&tPLFXf,(MtRj 'EۋDlCOR#)+mHHA3?|罃`CJlz vxF" LWP!&=_ͮۄ/M JgɇEz/|roDc>S^e3Ė(=yy0֢.ƽjr:EbVs|rK)0IP@2CCz6Ű%{$Za)ΞvZF ZcdPeYVE0?b(9h~ZU!#k24hYhYׯY{#\ 8-D G# @TSHt8SǦfp"𚸴mJu^^NkfOhkQ׶A+&^{R< v|]4CF|jԌevs6`)~R,w>J/Jf\O)QwE>}杻B;F"Rdhhd,j(|0*-TH(3r`6C3 IY;`I7od%8y*gY1B!B{/d`t:GfdOްrKq)0Ôi!AY?zsyK(m:yHy3D2obG0):DC8(&(a\/_2’-gҢ Oli_pU;ǡۡ#in![Lkk'ؤ .A*Ϡ\{C_Wq0#:A)7߮HPc\=#)xN.o=D*#jT=Q)`4mG)]( ; 2]8j;oHL2 xsO#OuFn)e!XO"wx8PljZJ*+;@S~A|A4FrԨ=ҳ|}[r=XUX RM2¼椻^%SL{6JaЎƴ F)N0x.l5뙾`O0_;scw00P/lS"~_w_2cfYT8L53z7$6b"truiW1E83 4Is</I+$dNЉk>:ﻲ/XO/~̩P;@ˇ -p^ 3D@~-b$3ynnk7dbi?]M>ICGps@;:ʉi[uER{܁dL8'S{4-(\Ыx)T8gya2, wn9Q(s~| LXZZ eܒM2I|PΖft^X񀾳)ėDƔ=)G0: W`2]dzDl}*|QG0>'D/N&muz쓓TV`h`:4A, Yr2==MQ 2[y/u|~nΰTN@ DfHBBf7 񟫷q:z="W'U0Yȶj/Ӷ\wt~lSb1M')JRngR7+OcT?k}Bwok^v GĬ&*tҺ%^TjT2Oqgg}/}閽E0,}H^."~=#a=-Mc Z/̩O~ՇVʸΊdah5r8:09qLi 5ծw;h֜_x)Sf^5K:+6.}Z|WsV=Cq[Isw_%I).upWi@%Fe&F{=< 0TCZf榋T@[2~\Oi~lY8rRH3R"N =6K Ӱ;ey@o1Y{2^DnbpvNHbx]y煬80A݇`0QBmGQڑ}>6!D`)HQ&?˾x?73ƚ4K01^|+Ǩ_Pky6 %&JqPP7ͮmS7ʢ?sƀ_D[Qn"fjpQ?{4J3";3|~Gꞈ+ZI=ެ?OWi^"OZjZ؉lO -GQ"k\r=nc 8}^pkp6\'A*7]binQQ5>G_ %SW5|ܿ<) DNlOz7CɄGmwXVG"9l@n{hxǃccP*+tH\[ɹ=>&BM Y 5|%YEacɚ@'x7ՁVMfnhy-bß:լf#~Cŧo-\q*7{>xTſS| ;1[!,'OwXLӃSJ+`6 2Cu) Z GF%VVQ=g5-X4PlD\?\_( :ucs-Dq0נLI1G`>? W&m\o=z:/G0s|ʡ*]T&Aߚ!jC!9GUƽMdC( kASrOg4#~tE`TAH9^UXۃ&R9d(QiPqg'@%K8wMp> qOt%CZ6o꼧jQ77տR.l҄s6l7Oo\DzG-2t߯6)!PSr{OpppɈ:U׉M8f3J b=2v;%jӇңT !WT4OprvFI)Cq*@ -/mhDr)xG/eZ&샠5SŹt̣=I cu6W(|9g`khumGތx^pbWZ}r$oe r&h8(igè=qT|Z]BbtD!siqC{OlSsRw`KQӠ. >-PmIqF{UPZ,P*%s`gPW9H˾s!{+N]*J{^IMg m+c,H 8[܆ip `c]tOyCeG\3=sz_*ߦے}&II28\ԈU WQ:^7 z^.W{.J(!#U̾Z2{*ꯁnW[~` Һ*[_#Ki왕Kµ/h}o8ŀa£^*WpJ.rsx3'W5]! x_Cm#~6g"2r;D\Oeof=fhnVŊX-:=[fZx@mؓ_t 7Fzxܹn]? b^g ?d[V;>IOh/Z'ʠ4@9QaS4A# ^MKiX@Yg@A`ׁXAL%^x՜G2`.J5NMHth×qcXjR_Q r8IL](v&paU7ZRu^&8@Vt̬tمDg&]=P]lu׎ W]K{*w~_ڀFfWjs{5GYbVi14 Poq t mQ6G9mIlqwf ,Xq<vn0zܾYF&L5?Nۓٖau<#h"sM2ߢ}HvUQ +uEHDʕcn' $T?uQFJa8i}cYJA8蹤M+(Peryfl;;(wgֻ3肻g3"jXD MK`w^%`|[Ycڰq>Ok]+ |w/y9|\t7=8@k{_4*:J/oLޥ~]4dPJ_B|&/Dj\JQ_& D4*D/.F"Hz/PL^0=ѧ/]{EG4 gI]s&",OsvV?a/oYn:Zs` jeB[ GWᛵ*@km5#HsD(R4_j ދ+sR=̆ =Nw31?GүlPTOc.XE QxE ;:PҕTDG"uihVyoЂ ϧӔ\acl$%8;,bS>Lkq'Y֖irLQeɴ"C!-'u0́IT pL#\:G@Ǧ9b锭K2T֥| jq(Ѥe47׷lbJF\i >&opbGxM#Nj> _׬.}>6ٮ߹I0oC'jc~Ozb NE-a ;Z5GׄPN@t )RY6;y&)럾=#e`kI"nOE `^j[(3etGQiFv TnI$ԅ@>4r˪wن7v2t(i"Qx%e^-_v6/H/~TMIxG@$hhLB-{xeT&%5^tH?h)1x;e"*qF>! @Hk~讁h8):f~% <˛C]UB xO8zGp|XuHQVG}(sPRФNhh*LB)nü2v]'eLD;TؤDml I}g:I & MfՊ3Z[ѵ- ڦ=0k`$jr!QŽX$ߞGـH iÚ$}VMV+H:J ql:jL<-cɻ'^5bqX;⛑KwiRuy%/4&,Lcrv#x`=X 3m :|ým4xP40չO$,dɄ=Xx%u5R =T-W^ D"ə<"lE`@9r\ <YI K0p\h~.@4k3m+ݐV%ǚLڃ[}fNȅbvǦ{jo4ЀB'Łαa zmvL7#ĔĒF ξKxk8rNMaG7PZ#vZZ aW4/o!kGZ԰+"ȖC/U6vEj;=2 MA}ֹ">{ysi5Rmq$Ʊi<=(;a,Bz_wNzwEwE"~FbĊ!ͽmP%(lR uckvR% zR[BMt-OI}"{_0IA=ڽVP E|0oqD8d>--^ShC'M$ewH=4v*BwPQԵDvF^&Ta%]jLV@hN%s 8~}0:Ma5b8KЯx/jG6dCX "r.S7& P@P!2fyF5f#4+E0xF$!o_GVnJ\/n mkZEijڿL.I3Np1=nMZvyۑ{Aj7okp_Q_ff[74܃1W:Aϛ*= lgc ġ|SG@q<`Nw߹&LՆg׷4?L<3XWFt 1/& N,6R6 ze)OHq_fQ8r[dB93nobZqB?Lҧ4Y U{pR89P94]zVO!,Bo"+8Bl9tJ4xyԀoPЫ]q.,ϥT|XHyĆ Դ6BnrN[[&^+30u~H O:*{ˀ["L(U[D.T~^ЏfT~N-9uo_[#ve4W5{ {("$eӟم2Udݽ KܳdYg8:) >8=% ꢓ.TxY.+W-FU%D2.};">a˗xӄ&-u:iMSD|pu /JreS<),g6!]kIl]ZXY:g7k9]'g+:Y`" ~H:A?3Dj_:{aF&`76 TP~/=1V!Ĺs#[*#2wK uMu=;yBo?OjPxB?-A)\GR"idٸ:U> S4ѫ)[9ԯ!GA-T7ە#ӡG5-6 RUO&}fAG Z L933qX%ef¥y\]UD\d rg{-Go!f5Zz-٬8a! fC]X:K;>ѿg_bzqê0}Oܧ7Qɍ)ďtTqQ@4? Crt__\Wͷi. 9,ZvX,6 3uΌaHE\kJngd$3P+^Y+!y,vj[_PnEܛ58%,MB zs]3F*+!7q"xX?{LTlS5*Dd6I~~?u7BKUX衄0Qі>1֬Ն\Yd1Fs'yCLaZF g0ÌiaiUR?apJ`p1|ܿKKd&PzزuvsBoYsVcy?FnOvC}*0 0ǎ~\#V6ɽ;=!֐.b_IU1i=J.j)# sfOԅ!!NጒP 9+ T??fi=ZPDG&<.?zC<~{>4,<): _*)E[pmJZׄ=l!dE24* )2xQ $ᛷk%HU]Q:R抜ޗVJ\V&q5  #av;0͖?5l8:@lQ/3?2zѝ)<8òDc!/论I$5F3I(x^P;uh#0YL&xЍ( /] p_N_NAN'%(Y>Yvcx RBN=VD9.%OF8Ѫ>p#E]ÀGh*L"%_޻c' mLjh3^ 7gzm/#dv:O^)מZ4k+Wg 33,ѐ.#)7d;/lW]Ǩ!WR67)-Zza9Β`'կvag6)o[5gՀr)NW'Q)l4>EOtxw  لy;0Ld\!e ? ֜OR+|Tqp&.A5ek=*6}Y'< xAH(\ݧbs̺ [Mtou 22T(dGKo@[ 8D:a ZRzBjKXQIc M/y[ t1;f} BPOW:U4 jr7b uw3c} \4G=42SѾD"S?5WۦhJ^G\<|]~r4t%=/Z_5?:w "VHqeMڲfHS#/ 8nycQ:W2GE}xV"a\Ƴܭ?o7E gn*B6y5FtYP\Cc6-;[~ZZz2P!C.%QG0_ bNT~4_˿hymyï"jcr2҆s ed,fU?NU~݆kl_c^,A,Hq C0w8pbx!L+D? T5 yC- nCPize*YHE#̶wvI||Q:VּH|8M19_ȔAlmϣOE Ç$ҧ KFpz?3G~m)I\us7"s>XH1`,*5ЛIj ig K̷- ;IMLUF0Qcda͵/6IK\ j%H \(ɶhgP4|ޛ\TaV;߶dHz6}WC+^#cEC`ޙu*Ed]dڎb-Ji-T$TQسv/I~EkQaHkrgKfuj4SZVGk(b|j9$:*iG' pc2)Le© -.+%-ɀK{CHr5K"N֡cCՋ'5֧4n͌0pNm%EM<]!ZwLc3@|<68Z:Z),`$V22\{zL\拁p̻6/r4O+ (1Q5`E9s=٭  gVmt?Ah’G']4Kki~Y'GIK 6/V ``)]&'p{UU5G dP&oT6+uxz">IOo]`RZq*c [(4jpY ЉᓇŌ[U_.C)'OOp ,p֤qC|(^%nA{>W[SLDB"izv(6C:A5YoO%H}Vʃ׼($4F/T"#C!n(ZWACQï @kUWу(د a#d?662X#T?*_ $ֲE2"lz0U]4 UsIqmѮ5L6e:vde_ Hh{✹ѐHP(4ڇNM]Yv;PLFc >+vиk%Yl\Dϖxm^!CjO&9a.,[WrF| m C0v{nZ-,7Kŋm Sw9YHw;qvo&MYtm[^K#ClIHԘqÀG;&sKǥ`uWBi|T0j/45k!} dH|@3s@Pv \ n@_/nd:i]dR#3hF#Xۨ߉SlTp~!{qatjB7*_wWT^?UƄܟo"1PNlo{=DZМrUՊ%4tQ(]hEߓ$49e;ZJr3]ÎP1r%Fs=[sm8%؛1W|T.GLwM`R+^iJ#d>o`f"3*rmL"x,(C13Q"<q Ϳ^NCͽe-&l 9\{p(˵'P:Wx*0duVֶ[ל'r9ڽ9_wv6i7fe۝\#BXA!|kd^J_ x&14P:8:X(\+CxrVH284 p`H5FAvm'\=jrr&fԤ@mHSp-_ AI>h^m.z :U^gOJ\A ";zGTqsZ,p 021 "ҶRz߳&Ҹ0^]0TS"s}(%E _p+ k;m-oS20~A.M$_Š1:K,?n7qbj\%i}\Dsx l6* Oc0k8ڟ9~[: "BFF]U.=W3[JQ̝fͱMZSjo8k6l׎7.0R܀Kh tDTT{3wNFY:7#&ќ! .'ar~흳JHw4(J7uPJ"q[@>f.xM̂51z MՀ(<{עt<17bFG2d)pt e{^b-ƖhXF5x`R]ʹn\'}}{Kֆ;af3aQOآ =@w|9!yyz.o@bKIj}hQ-"M_&~G-Sֽ] ,.@!-&@KhB*T  jއ 9L ?WNTJkE(ޕfW1|i#p$TӃ-Hb(p)1S?cNlCAýF`ALwј666,4l6igSh3bi3rKm4eDp m[dg 7:oԤT?ݏe'C}0rᯙBW23ytcNW<~(Տ,\!I3)m,S [,eOz Ù> ޤ:1|D7vtqD=3f^4nGPMBTIkdiH'^f##kX><-2W'U ӖmH'~W[LuGv!;}.5<#+gaWiVQZ/0R>B g^Xzul7lZxX∑֒{|:i^='->|,FK" CuW $.}c{!TZۍ(@e!(mmDX:KHXfг ?m&熶H'LalB 4Q+r0ךּ5>>{UOgo^~ (oA[~4R"FQ_Ѷ$%7T4L;E[?&+~H)k9?jICk:$xg@mp> B쵵Pko,3geOKrR=%䢍 _@|6l-F! tǐ*kL6Rs" @?RaOM (Fk}E7 yHno=\%%ZPd_5)E4tԴTH4\ >,̔ ~z-7OĤ e#~_3zW&8ekoBX]kųЙ98BSD%%Ma$aY=ndsEP?jF#%շ!8Yʿ+M C@+ƔG{06:~fMvztu=FUB7=zï2S{St^HڞMג?|* ջl Uj1Q(u{Z0b!\ zNۦEiQTʑt;-ơ6YTM]L`w |})1^~ Wz#H\"XuE"'XVCSV*4D$k';q#7WN} 6u_Ջ)սzT6'Ī=E m{LDT|D]͸Ui)WWv(Zr ^OQC&c|c׀k!Hz].F:tYTRq-"U`N(wJaHy!W@(?4 woͶ Urȅu=7je'DVi 4RdМ+`ƒ񩫑2z#ڂ.vPן[D]itf ܤpJ?ܒqPg-'"@8vLqH |ڊ}ܧ@D[\?-W8n) LmJFLSEƎ04 s-ĂԚ1JoSh%͹k91Ɋ:vEI}H:*!` 7/VK|eБ2흓s,#w z rrḠwB"^ ^h^|ge. ?~!n~a Aw1]xVMa5]aݝ{SYpv.7x[`Pk Z¸^mNeZ'>l>Q>٠ɏ:VK)?,NڝM@p*RXaٷ vǟGw|+!Q v|ikcVؿ28Uy;9#>"%ptĕu{ryB(w. Hymd-3/ަǸ ϝ~pĢu\/#`SmDGUIж Cu#B:Ȫ7EJ)M@(oY8Ik-6K6L[0OfzhQ@q6[@=$ %PKdX|MIo>~RS_ᬜǶn^&KL"Dt}5 I@qPs8ö͹vQoohvdENeQ=UrVN^}rbzT(}'x9 Z6 ʳEH$VSDdAo #}3,'Jn>  e^NnU~ %|&*?@H.kƴr'&# TEod/!g h(E3_rB' >է DSءt-¸0 *ET("()qBjUI#Ϟĝ睅JMaQ7=Yb, ]h$4 |ǩJItLxOkr3#ҬE\mУꉵ&"~X.(A*fŞN3 6mTS+sʺRAƉW2g}3]`{ٔ &^(v 9m!;Z,HR2{*#XjΏ=w=݅q X_Y#_Qqو2: 0n|iA0^#w -(>a2G_t~"YcMDi̳xջ|P=CvM4p˳\%j?'`Jr\>*@}gFU9 i.5W`XqąԵ̽yW+,pՀxFCd].ȕSً Wba&8MOs[DGl#`\k?!0sWFU=vQ +zdiljlXb$Zyc!^E./OT~C447(~ k7H^ܮ}(`靵42G}rW(3̋>  T#ZXıL&[.w#,F U]FyV(l^w/*^R©gyR'Hf3庫#'}P ;3B!VQg! %ap䓽f+ deum~eϿy.ׁsjZŗxsNMSJ=r;O[@m;馓J1U̳Reˬor9CtNÈ0Ssjc4C1jf @cE5Ԕ>埒N[(Sl3pQ?Wcp]J'2{9ɯB}_.BJyXT5CsNnӎ÷ ly>Mz{qj!IRQ^KҡQG/L2y.b˪u`v}R#Cu7o9`]q\3W[ lqXW4llCf3VT WueGeJX?8>QQw:f}eqpe,-zЗ쨶x6֣1* TXfxZI27Gnj4"5R8?<;c_H(]kًlY %Xضt--4: JGyZfBL+qT-=)?]gR5<kHb~!U& X6A,Szޫ9OR9._e:}GB6Qˌ炢λNM :v{vi4v%D: /_I Uz.CJ>;s̑y6Kapʍ~5tMZ{B5:iIr6Qthh؃xFsrܚo9:FȾgHxQuF~e(Gʽ؝]@sq􈜒#7+3d)ͼow(*8('+oO ,hS].C( #]LkWQHYSWiv6Ao(TdnvŏWWR`zz\Pv8`0b jh솦CyF!p o^@[{e9]yLLjH0O +Lp6zr]VYp!s`zٽ6֑!Hf)\0  >}MG{{^SYnW5pqDs0Mh *7+ X6r qAmw3+^ 4#X>> Kh]AR~5$`,'GdD?nτY!?h+sk'6mLJu)n::Q1oY7`%:;;W,[\m>DKJaHFвZ ro7=aawK0fd~!H|t{9GDQkpi9GzBfszq" Uߘ{Ni*!2uq\ 4&tk漴W#hťfghvTW6<ȳCWZkPZLC4Q6Bt4os.TMM:Qbo _ 1^12DkcQ`8u~pKI#ɥ$sieұ^(,7Ksc`J_{VKǮ7]Dv0TTZ܊̬zh"43q! [;.~Z!e[ [V)\u咸H|~ oq2إ+F{o*T{ؠkzE|6`4-'.qAP71IYN5y,wy5)iO!!kaYu]o6-`A+0Hǧ:M(~K<;1rFU03`M0``w;Me| ,cPo3mQZYsQJ:C%(Ӓm}Jխ TH5LWj 05Dc}(鍊Ripu0(ɊtSѲ:;HNKif-x:G6س߁勖z>x*!EدS֗MAV yF_)=0 6[V|׾8$[L^ u(C*g1бp7Ϲaq`~b% I;J*J}T+ xKXMqC'V@ 3a3] 7{ʍ#}`<66N\.s_rw!;7NլVENI).ζe$3}͗@_-1kYSd` 8XPx3">}ΈCYo'\-VX˓,84?Q NnVjT| { D331BëlpW9`eXc̸mqa⫳[;R%YUSYѨmCc fZ19sBj Fź _&6[8MZ劁 ߽xq4o±pꑤdQ]OTK9lSK/29_@kmd8e* f(m1}kY}?o=#:W3DIfj?2p+/e<'w'H+` jC[F&y'DZyVMӑ/dK]:z"|6~9Do析/vs1k%3(L%Hq|ܠȵ7 2{[> 1k4^Tal3-;>0" I3Bdȍ7iZ)ogW.:i?Ŋ_WNTE X|Ne}ϼ]]ٹ?:Jz7V|YC: ::TDiuo)CH4BڏM¯Z}k?R49%ScZz-u gS*?3mz35.hK^zMdNz`$̀xĮS&gj9{s + 01SWS8)i"H$_MAc:wkyz_2 I#ĵN%ݟRzL\=g'8Dvϥj|z\wWޜIBdyªW{&( T#?J٧AŶs~LN_ȅzBWk!񇶍߾N90d"Uq榭IW#Vt_< 8d,Ć\jyjKYJIǑW?t "PGdWQ} ] Ufy`OE8<1zҜ *C1 8ىӡ?871z.H&=o鍁a,-Ux<@_CDGJpL'UU /eQx.IN 5v딧[uag,Az7'GTj/PB Qa>l>P=T C[0 w-g>57!x`MȍoJfY, `8g#ԓ]w* [!| pV.5Et fah>7Ļnm(Ul?Y)0B;!]@G}I҈c /.]a^4_$ wBkfscw ?x{ͣ=QUk~<\W#G8A֬F|Kx8JA޷zp}~CeW*f2-?+seZ. QŒmC5˟rf/V !TD0^lx /=}$Twq2t)% } d0B2FHtΩtζF6 - fQeB->NL,z9CxPvZuz]r yІ}Z { TX7TA,}*Ifd GsGHWgMTl쀿"`2~Ҁu46(QyjT%AZ6CbC'.Cs23k.Ias蠓NCk"ťẢ҆;B(<smtΣ2shÙq ˻0= El UG1bzQvR@? $颻'TB^3ܝeY]cyOxezgBW}9y]K(6_5joSz`}wL`^w eiVc=cR1!û*3ژ놤 0ԿwK[ FC9u/c#NsՈ/!cUR4Z^Bd=n*ȉ _C( )}j\IЫ"%6Mko89SفO$HmfGw4I>9?=Τ%B;}~R.hC}VWCr1iT>'ܘըlVi6(sfj܉zi J;l+ܗɒppOԸMTHY %1ewP B88c_%I~n ߚ}O0{mUkFO춿 " LEHtQKzsx^򰣝Wږk[UHv/}uSL}3XI]JJpƁj֨n[hX0<"䎊tc"9*/Cu,C*5ɓWo*@FPzW@\ k< z TV#:lӡe/KRB(fVߢ/v+<0yUHXX(.8q!g$՛.1́%:ʊгT`3kv{QEwnGk\Y4@emJ! 2QB9{Uns8z@Z30CV%f[GEc \U68W#X=b.N7Ş;PKgk0dofeFf%w3+pm3>#o3ZnN+sjj)2p.p1`G2SNENXvNPn6L rM~甬`ϳ]Z:8v>._˝!q+V c d7֒dHJdO (G4zU( ڷ>sR$ e[%7G/ Ў%!z斉1nubQny>Zt@³D..HH}&NZ 0Q!Ԉ*1aHFLkPܞLЍ?C^s/=kA!b'Ia9 !Ŏ}Nw4}IPdWAy #LXll (2w3>`Yp6y8]?o6Ii> KDBHT?*!.͘AZKb;Ƣ%d6K /5igɆX#)A*qڋ*S=)gG/DK{>sӣ^(z87ˋm1q YĉYSCm-y墀7pc0`>O*§;VC֒o0VC٤^!?ڋz1q **3T [uz7Ώ\uSC[YK#jٝ87pƦ!P>UJߋ1UL=S+ط)-kd<uU,<3}BҚ"xYs;n`PM9MC[3FXycIӽbCȣuGICo{Sycݓu[`XVT$Z-77%= }qN;c'F;qg=3pV )zƐ27^̇_FwrG/Loow 8f ]Ө=[[j(TA(v-A*%yM؟*0Eƌ bq_c5tJ DsS~+8^_8 B,g-_k|HvuDVOhH[h*brO):כk^QɓZ_֣9B:}.4 Pލ҅T Ue<^/hҟ̬tJyw_낡ߔcø֏!fy! DiACgx${Z~p!SZfLb{c PQr=8U%fΞ9D#\LQ_t,@9a].F?֭hU() ET⊩]@t`:|GJU<*9Sb AP:{01t`%,rտD(/q~a#$"D;_ };XNjWõgclu Nk:/~򳹫y%bзWAPSassTk6EXEQ YK`,mo >x|R&BWk#C >0nIhИ*gm܋"2BOCk]5\,Z"w)Bh=-++iȎ=(-1""T:$JaW>}f$KF.vkGz ~]d+p֚CN#_☱pR{k_8D,Er?wr6c4M(1r,Klq  MM $E( wl1n{V<3?fOT '2 XYoS 7\X^Am lp5v*ϫꈦ*Pun$W5T>^9QfoɒHPY4Vo2vѶ2q: yY"^PB6Eyp%n\yXa*P"Ex-hA.g-eC􂞛T#0aZf ݭ?s{O2:^C#ᓻwg'Tvuqnr|r9ΒZfW>ؐ!PuIǃ&JytHh 0~a#0VTzGx|2  5 $-٢Fo|-MlV@r"&/%ͫ(vўtʟ|.e~-fih~+}d FMON%̝#csۑkb5%m:Y.{fusv uNoɬZC&xoBJ^ bSj "r&;H$tGލd? e[SQ/uĵ9&B QUO@ A2#O~iq2ω8C`|4yj5jpSk M|BLgs Z~Pdžh=jX7 /=~Q= ,қ=6˳a.Pfenڶ UPѦ'J" 136ʥ5(TmAh ьfajjz$BiTDAYa.sU|\ 4]6oÐ3z2D xnK&rDQ!lܗHE>e l -O,S~,Ts3JL9n]ѽϮW/n]#Hg} "t_r.#p4o'.wƇ±.UOgqvZf6,)|Niq HucvNEZHb\\QJ5GJjAFtz c$$q=߻#PHrR-"ʋr,#$۳$y 6N]~[ pЮ?UEVUcs s/V6Au]wзϔ/7R=&.i ϖC۽>TZm9ԊҢa1؆@DR\xxy=|Q<3_tB/Ascr6:O(g{|F>7W41k:8j/][UmƲH`]Ӫ PMw=T0`ysVO TQַcøɻ;><$~H0U(q* f f'Zǎ&cr7bnS4HT}Т ]J[T Ĥoe*}OJhb B:M,'On5\&ލz}E1wRjᢐ%EZ[aB`m+`z-Ps4hfފ:MGe>!r{9Nr3[د5TŒX) 7Δv aߕer[$b6, DJZY}萇z]p\p"|H]#nq8ܰ#0Ŗ*kNJNa'fՒb˩VjfAjYҺAKU^E(Ix:er_zI>ͨTTq6@68(0zB"I HEeGfiP&-z?C:|%RPhY+0иHn` #8MţI" YlwR]+ n Rl"W`!+š[ò{*u`6Vf7IH`_Π\Y鄼G ?fu'&MWR" Ðch8CN*\ d9ӂam^nS4U~w`pk&yB$*mF*{.@Vi {tG(7\` ӑ榏 -I6J5|VhJ),z=r'>oQC 2kӃ%fAZq"s pn!]tyZѳ\3[KmN]Œb1!чgrPE {EI *eWG&NK/+zM/\&' Y@>AÔݣIH6i**OearavH-5Mў_gX/1>UPڵ^eN<3r]`<|d0s`V0~kFmtAtBE3rGThf*S]P![7v7hid+}sPwC c>wbO BNBOC"69Z9KMPOY!pEQ#S^aK)aA8?)o7$TWŢ苫2(<󱸈P\ض,H#u't7k*^5pE pҵSą^g;(Rkb&Q2Х`.EudA*ݛl1m`0r9y@NN\tBJ!aWcWa] r4/!ZQ"0Ps@Ct|