gambas3-gb-jit-3.14.3-bp153.1.25 >  A `Ch`!M@eee^0}zjb%|/xp}#䫴1I!T&mZѫ4j S\֤5|WM'x*n8 lǩEcj^G*'WZOY\??@ ͜Öe; WڋfqYQ 80'R,a3|23)wX.)i:z-_{G4,՛q@qؐL;kA{Ѳϡ33cbdcb66ff7130fbfb5509641f3008e3e378fbf42c77d8218faa67bbee3a988ff4e5c07f87b955efb01aac7ec5d7d70fad1ca7c6``Ch`!M@eee="91p>Zl?Z\d # <tx  @ P `   0Px0P(&80*9*: *FVGV HV@IV`XVhYVt\V]V^W#bWPcWdX_eXdfXglXiuX|vXwYxYyYzYZ ZZZXCgambas3-gb-jit3.14.3bp153.1.25The Gambas JIT componentThis component provides the JIT compiler for Gambas.`Cfobs-power9-07bUSUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxppc64leT,V 큤`Cf3`Cf3`Cf3`Cf3`Cf3`Cf3`Cf`Cf5ee6c4db338340e7bec3e7b55fdd65ab192a8ff979a3a92516abb1530c09ac3930b2dec69197b4ce3d950cd76abfd81dfcdc8a16d0b49275c5151ce99317e4280f814d135988c46e19c0bcba3ef0bb4e077c1f517dd80318d152ba8788b2d51b5c727af3437935ec0fcbb7413d8f3484594cee918badcc34ac44a109df6415320ff1fe7256f7cb0af9178e648cd259791dd1b7846bfef1d99dba21bf6172bce8ea33778a03ba610814f382b9c46658cf04083778828100ddca3249b8fc800fb7gb.jit.so.0.0.0gb.jit.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-bp153.1.25.src.rpmgambas3-gb-jitgambas3-gb-jit(ppc-64)libtool(/usr/lib64/gambas3/gb.jit.la)@@@    /usr/bin/envgambas3-runtimelibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)rpmlib(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.jit.componentgb.jit.gambasgb.jit.lagb.jit.sogb.jit.so.0gb.jit.so.0.0.0gb.jit.infogb.jit.list/usr/lib64/gambas3//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)libtool library fileELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=08b935e561df50faf50002fc91465e6daba9d09f, not strippedASCII textRPRR[}ufPtJ=(utf-836c1f69735884d72df8dc74974baf17010a01c5254d8f0741a4576d34e179db9? 7zXZ !t/g{׬] crv(vX0aeߐkkIRz"_2 *)糒4e fiYM4n\N|J0hYav L-K`Q!H)+])CĽinDS f]ASE'$;{sgNA\4pĚ ^4ntd/j3 0w175 *l')ZG(}齘RUnn( mVx4`Ա6wr"B4 E7 I|ޅBo[M|VQ? X(T٩H m#xIZ1S!MqHgr CƑW~0+ǔu/voJr9) Rdx$S{8q2;+&9 e/]4yhK `RV7C)7`Kh xUhF?56C@6*ouƴqq&'k]ЛK5Drˊ7{N'y]W+[ht HZR!tudυfW?<5dTvNP&IfIT/?rZ}tjy_yhdߎ*MQ~3%' Z%R r|}G XRHŢ ^6¶Q77{A>fEόx{у;*%9b).DP#nI"璪L[GV?βA8@Es6L&]BEE!p6 w(3 Ibri솀(oѼܬ. 7v3X/7GFDEQοf֦;eA%}>P.l7H*˚o,e g dQ[m۳. ymL+i?UNHM)"A)4ɛ+Aa`kOBnz(?͝UuF]P:ӒGPQ }=+e>H?^FWq!bZ(`=XRP٭8灮.v<:nzr Q͏bhģDZ{k'EKF".K5} w WWh3O$ePdTH)Σre[k:_hFN(+v5ȧ>St5=BU, pIY#y  A.e+vW%Qf1![46hnS9`bZA ٚѕcJJAyQ̈́ERRKlֱt]lrTYƄ+jqxvo _0HP MWxSҺGݦX:*~M` 5E2A-0wq̴ƈ1K<5F `{BH Ӷ1B^}OXP~V_z j{х7 ``4komQ+gV5xEq(;%T DC#BUz,~ocp+,Dn&7+T+5GHASy=z 7f~B)*p2TЉ80vs?ӠjbkO7.^ kD;P2{n1_y{4!O)D` p?Xe%"9g_z:ߨzD*YyOoXWW2u+1ics'Pŗ GqS[j}>x̲Bn#YBٱ8&۾}8dw6.ğ p1ڐ1²w@=C=L|[CB:i_3bQ|@_CRc,T*oP$釘_p -/Kd&Iw]~Q @b,5œhkqԃta05H0v&d%L^sA/a3]vQ[|t> T{gg:tpCv;C!gt (v$)pdf_E~Q 7-/[XUiH/j7 q <q6z*u.#}ݴ/>>iݕ4HtYztpW5pX) iQ_tY5j]7{"E˽i 'g47hC}!&EUJJ ,H+H5mUo@,Hv Ѱ+vǰ{`ұ;q1%?ؔq'%88sH rN k:.DD6< 6s«@G44ZFXw}w9Na[T7А泅厦!-ݳbcK _V[%'G J1.sXciPbVk.9]Zjv7Ca^kjʷ;gJ=^oCgdHρ lyE\{hLTFX,-j&k)ȺIz'=TuϽtH?f.ddPiϹY||sZc-Us&SPS] m&Ұ!"U6@NM?Iӳ{gl fUTs +)]Р`ҴN \@0W#N"ƪF;HWwhcx$/mꠄhہD<HZtY;$bKLvL1wQWҴ(,ow{|NfMC3kL2Ep.+_Mx>,IVw!xqA['nԉwvd`qfi IpbYqi- *0[+nh_5ҶL$6QtW&Nx=աج?ģogkd3\TymuRh+VnHv@&W &C 'k;Mp&u9Cf|(Y.(388 o8]HFhfп{$q:XKSr%7(Jy`0OGui$,!((9cP W}? sL;.pDˈk'[uXsI@=*E%~x R˸WKW S{Yd2`Od9I>9YevaXk@hǷr;PGP3ⱈN+ReE2iC:fࠕn~Q7K1>D‹2xj U{Z:9>\$xX*1?ꐎWy/D )qBCxvDjxOGAf? jh$)XnLʌv$<$]&*986wD}AFeI+l%'75RX@`;.wmSnOTXB ddԵ4fll{p˨9S/nmsGvWiS sy1}#6?M-?*8uJ EKP*JۄfGVwޤ.Nb}BE,[ 9#q (j$?b*0, %cA>iaZ:։ -JO|t;G"g&O۔$k'[#PP#ZuS!:5`9Z)eA ԍnuJ`N{3^&{[ ,2z}P|_:}@ht'+gM>IĉQaeM35ZD$wmKGӥ,uv]W5 *T]誚([9f<`eZ$G/Op!7e )dqb#wr"J&cu4.״-,ƿ;"W-omLhy*''wvzhtWr0T}ˉHrX,qVD Ue5sJHH}ZrU(7zpac5<}QѾyw7^`&3ȱVL\ęj <^zfh 43 w iZ Qfz9ӈKu̦tF z6i4rvk`t`t`w9HIXᎧ5(k<$X<p^T⋞ 's#){Ȯҁ' ɖzSAφK/ֻU.j?̝n7WwQ g9|("^9i 2X P̂U~NH}Gf*]sd2p HC.m5 /rʫk6}ljԐf§G~)jU}*q&["Y@,y M "%q>͆$,vq3׍a*/Uh_ ׁvx쥽J?R9mtHy$"tV{AdچCQYg ~x~Lȁ asvU(nsRF8$_:P+SӴhQ(HT4q ~mZP'T4n;a+,ŴJ]̘I6,e )Ƶrc3iyj.X`uFZmabv5)\.JL='(!]d~D68Yُj H+]BwRcD޸ M97k6t6/xfO;!04' 2kBI[ ZʪMVÝ@fCf.J{Y=df#Rh8YsQÙcS۴WIboA'%Gjz9he5v4,ϯO:2A+޾nN4Y%қIz'ٻ A]h@aSYQ.ZN3ޭB޺tieVǜ u:-&8-i8[.LucuGï?]T :ǥ;PS` MOc ع3)}_wVݦ5|O§U]r(RT]8(uC%:0JWiU %?4Λנx2+AP: k69%K_V,ڎK]Ff\Љ1u͊Ml>uͤ-'K>[o&u3Ud1mX+\*z?3aGM!h@^_.?>ƣ "m2vX`6-F@HT184z֭+IϢQ |Vu/8 " LD1[82*o{4Yib y䓍,A.х\ 6ZP(/4/#I6fD2+U('{TPĩmwTi찴pi0U Ԟ9G5O$:{[ 6sZD֣J}违B Z \2 h$JdVHw8]n {,n nmѺy&=ԈꩦB^֢.JD%xL36L 7:oǟct''t[M,'n\Qܿ`Q!-A~D:6eA݀NM4 %8PNPb3k&+T[<+It#h!r ;iO0~F&z}*{4MZԕ~2@5] , zCs̞HMBEpql[qpp5Q&e~yl%ײMԩ'XY.\Ѩ]͟'ŨǕC] (n7Y%Y;鞄R#_d˭឴N[AݹAWJ#>Ő AJDqوOY5!^%HAO3n~ݶgd T,EB[7*2ʚ݉~BguJMD$EQTjn[[WHGg3}b.z#`UK~;7C/UZdkg u^~ ;3bW aϛ𤬃Q ף<ň Dw 8x5ܸrLZ7*VMt2=d;0r$ޤBILVps#񶵆>bٶ_ A7j^*ۖ+֔ذ1]1ˊ}4On΃ݕ͟ECh5D,5 [m0VQXKȔ.vOѵwa{{(l5qljin!M߂2\w.1FfSLQ2DEQ0]U܌#Ӊb65vI7E;..2r [ c%-1IžjęL2kT 5$UUM@EAfd>d.5B7=7sJU+"VV-h$uÇNDڶ'$uUVWzO靬[IuL3|D^#x&EO5п=C`Pѓ$p; 3f8|QG*UHٴ4Yѕ読dxWeKGpۼ:B8qޱB?܎ OPMUj?+6 Ns%."QI&.eg])=R"7yg[.Y\Y݈e**'mg6Nfd־ Pϯ-腌2,?Wj%0}vZNc{Nf R< F@ xû }Iѝ9- εEyM){s[0y- cJYcw +4*ޞn{6 ݺц3bdxy(/X+)dZa᭗!=eUԦ;3Q=qu݂Bڔ3yeǎZQ2c{O#h2PMH }+p 0w`CC0 x uDu?5WWqI.H{90Y!dܙ .6diSI[>861}AGJ; EӇl`'N a׀QpaXG—զZt%+}2;f N=LWJ1dF'?wp؟ pQ2g&w:qKnኡF`j⅊o͹m3U):I ux/@N/Ν~jUkc7VQ+/IAdn?ygcsՙ<. -P WA*uiT3{. 64l6-3$R@yR rX;p gJ2* 8.&R 9^rv(Xc-)\o`4]KT2r=¾bRHCJ蕑&4'\ lf -<𧨀+!thR8-$K`qi4TUD6 twكỲl_1ɓD.W_%דQRPt- W9į(mRQ w'}#3) ZttNal. l9]hcvU@("ᏥV 6o|B~.'M >Sʮ($y[VWHEXy^ {C $ixcaf6 foح&?)l&EKS- SiGX{/mSloX<su{Eҏ >-P | }IBB(( Nnaau,Y/PB,П[]7,+t+ͻ7t$>vr)&]Ӏh!!qvX15I}I 098֭ȝMvPNۙtOrj9dGo2/'owyGYVRvIIL/9%6'jRg")[ ,\C rh6$=\EX#0r:<8(|I]v6V)|7N s#h'"%LW\e6؁ʾz:޼!9IN#d+S A.oK&ÜUP-懦"ڽ_<-tɷJFÓm6 vqo7q-dx/H8a cpyг=W0,;000=uX}+S%r4](|ĖT9ȹEWtyMnd8 .'ϾBT B_h 34$Vqu *b8`KwD89yl~NSp/R4).", Bm-3I2}?Í&u>}1{Q˒QDZŽh v) ][BzaU5Z"C3kw ^Ch(E !w{f[8O0):ؾ2$R"x0M-Dݏ!B%yY%-[^n8cccز+T M/{W33vg|W>P? ʠ3[{ ZCX[3َ-J)uz)k4HuI稊Nw\Ebg_h' 'k?}xQhb@u8L%ckOP^d<+yHxcÈÏ(A2G\>L jMP:z.C>`7FC}@(ؾ%xN4&n^t$ni|H?R֬O~=?ZU Bu{J!$)ms!f)Zh{φT"úk=,ȔsFC8 {63z48il,X둅=%;WPAoi>W g]z? 8; $+`{E;;(OgIEean\ybWqQ؞iaC1U=W]eHk P,H:MCbf))RbٵXkn='+@P&8gdb>qYNjFA&$t*o1rK,Fp~2!IE$fwP*?gr>SxoDgGefᯤ"v=Ī%<.r֮or8 ף ~3,-X^9n2-Y⽌fm8pG, })!H׌ػW;?Pz5 o|g3*t _YF gO[rWAysέ6v T8Kϱ6uF@+e$)e OVru~Nk|bNM e;t"L@qSP6We,nLJ)etU$qAثz0mRhKpV} ]c Bvql"\wvO!`CQ&WiOiGX{ ͊9g甁`Ip5nGtKwOɃ|jbFֺ (‚E4XOR[n1ܚJW-lX%9*7Dt" hxrouq1(\xji:C/3$S4+p!ꁸl^o/$ȷ0oWrrCdۘ"DD)>GVg3YQ1.l4Hw9Ibu1^j'׻&7oH"]{0" xK<;z"8#bW/剧40tMܱVw"(/ƛL~8҇k]3~%CərHw?3楇9 &aʢX4sh* EGpBX9{V.J$H! wpnZLag9f4*)rJ;6F n٤jhٖuvhMV]W4.&&^ls_?<0@ۡ&r4PQX5bAXk%@X4Tq R}p"+#tBԯr+1t <2M[Q$8*T sœ\0`/Os27ڹqjVxIJL4&G &Z[/YXG ]3f.}YB7B^0x^8ssyƮW4Ea9 ,Y_!h ~sKB+IאRW>[_} Z0툎L/>7dLҿ } vo2̫]]a1:M)jc%KqT: }{S8 Z6PC+{iBϽHfYJA5&[wxC+D1N1O_ `w#`g=Bta^s=M@, d~7}]G;.|K s@JKd'<%8=[evVk`Ʉ*f9>Dg ^ޠQ V[vySmfH |p$Ke"Mk*byv 8j_%imPp 'Q/VN;g Un"׫^,]s(~M5 jueG舅ya|!Ϗ&\hdͽJNK (P`tw% &ș`w"T~!U|ʄ0cK0"| Cp8~T_mKCA;%q|kF_ݑ^E+(ދcoC-~r]n+spm9 Q "p4V}G{<@\Z\MD R7WIC6"AʖJZɊZ$їn+[щf昭I2B?Y8)G|#JCHּfq4g0]^.f>'?4X |Y*MD7oC}5Xx~Y#I(]Iŋh(c qE{ X4o߳hw2vv[!ywqR rZ39k*CJjaӫ|;05j #6N9p`Hif|֝^]Ř~D 7!ˁ-:k:kps䷸ޢ[(t*#PӭXt{YکԂc+XwfOkkRK簊3Ɩ \UQ\׻+] ( ׇ zpnMX C28 p\9`T?/^8tC]ukz.o#evy Ҷ@_Ɏ}3*$q39"ߠ}(g7Ar_%F2 UX# fl _'L Kn/F;k!xB5[tv(bs8c, 2ѫ9}a fOƜ90a樎ٗ-l*X˱AЄ,7/XcpZk[5@TR>rC*X{ I\2jq.t5&F [<" ڻgDAL6XTI@T ڷw^l;N^ 5ELӥھyAÆ?>tKGa !ksg‡S%mSoB)9n]QVTB#4 I0zAP {I|]J Ц?kO6r-YL`XsZ* W$\QMchEA_G P* \3q!}`@>P!~Y!j:HB}c t H_v@Ԯh !I~t:pU / xg)oB!͖C3_CU׋QM }Ei-ks:t ˞|\y_L'i2[aH7С,=6/>SAAf+t2xƃ$ƣOf*k!nN5BSi*Xܹt [D€Vf0̄W|z=BMRN4>=x4 Z rPG]>L" c t ̜yYӣǿV\j?.ve3*@AGTyUbFpO諛otW,>ttg}ߪo-XǂϨϤ/G&թ$DZٞ!EHҩW ǥM:h떝IHd\>[BQI`Sim5p4:7C4鸫ՂUTP[H0B6OKZG%tŜE@"r5\hr0+έ#J}wQ/.^Sy" ╲fURc8ػAa/wI]3̩t|<^, P3qzwX0 C[,?6DAgZ0~:PWk+'L<(I Z_Ls+/mQ\r>':TmD?oNFzV9[WOnd4Iv uN@R><9~z3xlmtNb"1X@r/~Et-#׺"MDs *ݪf")Ǒ.v9~[A }j6G5@'T/݊Ym˓ TR 1[H#. hAA§x?p$ۧWkJw+77t'juΈph@1#D20J%;Swv Gj" +j!fyj(eVN8m--޿ZMSdtt8 SGH- PX#M* [ј}m%/lDh{;Wg\B7ly$z.>!䁕[ J4:UWëU)hkl-咱0I4Yٱ{G{3 d(-W +p:_Uu!Q#v3I/+;iihQ"omۖ#"xi.cf \eOC_fQ'M#_eL|*iW4P=;\`V2.p͉7v E߈R oЍX9| $newIF%clS_1fP}veJ wi!34s<,~q;ܦ&;; y .U7+Dwd`GrWm)L <˜PX܁ا=MS|괢q6n-P|ʋdv5iq.: efHy0bh*:Em{-M/yDˋB`.!P .)045%l-]՚T?l3N)!'O#:HF(OOSxV:Bimj Aptx~b2`PP=2J {y҂B8mH*@;(ѪzkX y|цc} E\lv+\1̪`pVHgs|͹AdDv>5wG;6JVFDpXT'`E${ągQ6Sv۸0ރ6gX 4#.^(נǫPЕ1%Oz+;:>ϔlY#l!\@B!:t2*y7xMbNQ\ncWe'Ҡ+V%=A63ek# ,`wWmuTuIP< u(;|6hiZ-vΘuжG}ssvCT~_u r IqT,Lp\^L̈́R.a}#X )tL S'hZ1,AK O^)3._3yƆ4jՉ)H6 a$M/Y7%Uz]_amJEM|s#1%F,ut`C5T_r ;vt']Hux6n!{}4Fdz+-Gs0$ЧZ=HDCjK߷^=i?쿢[r}=" ]0$Zh;yc 8lqB\o*؊^. @qwvXkC1MU{zz܉bIz[|%chH/6` Q y hV%@>YҮJKrOv2sMmeG=.p X< Tuj<q!n?]D[&^D]{f7juV}Ju!5;;AC-|OBqs"|-Gs~))Ѯ8^V cXwקWn;|@lf5qZSl,1y۸[Q>P 4._ ^Ohndݓ{dGQH%R S[xK9؃epAWNK=!HZ!W20vz@_#! dK*إ}Ǣ9 tB:}4H,-HSwIuʜ"|Q!|hv?WF}. < #Zm"'$-!|D%=S;VD~j("ޟe`L7K/n笈!TKPI1j*d9ӌb!DJ8KybIZ|IKDI|L5Fbod =S$,qMQehNK&O䀹]2bz kH Vʨ0!q9C8 K"E[AeӇ۪\uG1M\`}]@6у&5p)?=-vJdm+0(omom6v*+6pJuw7#+No8LM$7Oee߼Ǵ:A7[SQmZ9i̭ٜS;v^q7(xtR4 ,~W{)>  C*BkѦC\ ?4'\|Dr"w3M #gSF/ /~pf4:>q 50eY<1` U5Iе׻KH{>0 #~8 T]1a\ &13BH/f\ &s pK9>EĪ.Y'e[s(%ҀKOG=ڍb@!Hfb&o$J@[u\MLrĞۅ]r9Xatg{r+ o^X|qltb& _95'] r3Lҁ\6g5K({tֻ 5J5@C>.>q=n30ؗ3&dg˸O=v=7P~M#P  }6D8&G]SEXX0zζLETP"Q;g}[dHgj3ayNͰ)ϭM嵉8܀]ʛ(S6do? Q}93MId*{/%8!3q Tv_.@*%BFJs|2 swBd )J BD@2=&AOƺDxWt%bL0?djkxfrʖ&~'G,5ϯ&'W/rAYhS~fi,4g 앢 kK.[G? <:S]-Η;K)V= ZL|vP\Aސ]w|*2l`ړ9%:CFފ - CͩL0-{tWq&Dg7L4iqJ;eGAoB\5N-Qvt٬H!_`],|ZNN(! es:j,uMRDog95~xD#+ĀXٙ@WDbnBxc㩯kԛl6z%߳CwfZ[)zKs`J]0~0Spu(*Jja.$B\ȣZ{>5؋3K t^'DF&# J8JQ*V𦎍5D k9H 8QHe=z|/,Z2A=(m.?I`RNAv`69Scw1L pddpiG׎kfswmL/-;xwmDI_*K>Ny!azJ$3>$f+r&η!WK@b[Z\-lɂt'm8H&f! h`VGy֡ED8i'#a 7 lE͓<ࠔOO;sW}W?N4SeIQ6fT@@C|d?x&hnUs\n|%Ո{J^Ni ucxaW3?_̨z hKqkzqo*WќLE$ZH8^NH迅 ]|3NzH(dV{U{bq9O9:Fk@30u( nJ CIA ^kc:yB;,)fRvJU'y(&XaWfm9Mr5zf{GAV- ^\|A[ݼ_U!u"tiL~o kDt߶B!iK1>cMϦPrn}8Q)u(r&ӫvNgzLCհ5%6f`sOMGNur'%o-F"o]wSs[9l4 K[`F}@BV$yugV>5H;mW0дHLS܇_aix]L^Yi9Ji,.9M$DNTs|T1.sx1jjM,Oho x Qq&zq/67ywgu*< G [(M96sTvѥQH34zi> E4t:Zt;ѩN&3$yc`'FY*k"y͑"DQpY)Oԡk.`Iʞ,fjT RȄZ y 8(j*U__]UY) :P%&8ؤ^!@ljMޑbeC Rl'fqH2~)Ǿ_dQ3icqv$MmhJh~$BU2^ρuo2=!S";P[FYkfMWWGү/{bO[879DnכKW"˛to[ "ʼnH[ĊL*"a D9=l_!'.̢T]V x s,68EPf$V\\zpZN=+ hhj]E+SDg {!\ثyIS9͝to!èr[&1Ոx6}r[<ˮ}[Ŭ*p0Vx)pwH/|Z^t`-JZEEAV2%1$cX2PL,Xr2FdŁIK.Ǥ_j}iw]F%-*[,9-MT~|y) ǂdm_O-e5t+e%uG' ɛVomSQ"DM[%Y ldB/=]iCL|Qsa<],^JmuVC'*(&Xs Oa@hwpsA+)o9`/: Γs’ѣ0֞$ҐڑB~slHc˷gf8 uU ۱VnKk> 'V@gulYg[+*@.h"&"[1UTݥ vd-9+܈*TSx/x:o4ImdH} vb(H>>&^JRȧ \TE~]SHKlL* c+ܚ*tbM$:C;M;&DkX"xr&-sN CV6eʐp*P3JQ>i7j&@MxTV<#sz J,dv>LÙHfl N> ,ҮxlLڸiqAHZaRdbO=5qiCO6~,޲ Q:]>9JAvhFI1a9ˉF$01nP⚨TFc.G}Z9r턄Έ>L43)0#>=^oς׬x(* XsQFRh o_& ~wbTj-]8TRmXEeCʗ͖*C/NjKв"m(hCgp e6/#t|Gwʥ)[z?2迺amYiqA`_5To|6#^{qAz^hu(ԉ/OضSS\ ~قTClD "**R;V_n8SrGm!.x]*={Hn+ %P#)2-S ^D!ru"9fBm8TkUS=[8L&BsRU :-[j0 Ð?[GvCTs@Lrcml/`BNF=2"ͽ$)QY{E8tLh@qI)iOF/ Pbw2$Ao[1fըCkx/%gk`HJUXf {U!#>԰ ҍ(%Sx>n3jqO-ن*9 zS? 9J6z෱SuY6*2SHu2zUݺ*&dJf.P{y_4=SqӻdPIEu3f1ɝKDɧ ǐEO9Kz@"A>ݺ1|V_/ܲv?TnEMN@\y~ri9忬f C\0ByDn<(ܗM Ȁzi%J xԑE3Pxƈ-xͥ ֆ]!xbREӹ=~j۵*UӿKxB٢^t @7 씾OХTOR1漕 9w09'#8‹`ÀFEnN3@5nyz;o6Sō ׄZT= 0W䶔tĒS$ʫƁkߘ3oV` tAS@"%d_,ꉪT{I0^t( uT- 7HHqP,Rؓ|7kB7fm & P LJ3'V?#&w$0u?IZVt܉VT)~ƻF:o"KCgU~+9Ao!uuO)M:ǹ=jw\>eڂWL_e8PO -Z2>,#Q[ (jMC_ FJ%+. qsd Ȣ/,iv-.(@c|ڱa)qE6+?yUg H i|%P$+WG=3:-YG7X?9_BzF8p2JS# ,`D3*0u#X!J96=AF%v8Z#`e\G:F"wsYy#7㞻V-Uui4È7ӑJ -c`~\L.Yn:@#y\=SY+A>^'XWnpID^`%G%2O%Pt-> 3\H}tӫ1LҔ? LsZ χuЖnpkcDLFNFol#*yJ,ZdN!FQ6:FԲwF0n :?*wF1O偠dfd#,!0~K[S"=#}q*y|y>yUBg}A2bKW~Ra_Q#mIn``/RhY7X7EFZ w@0VN= 0=5Mhež&S_w5'#~[lE}sBOdJ2)A&{-aLZ0_d#qQYaA9N&xEMYXCgoΨP>*gG 4E|$FV)q#Xa{w;) gr,7hpTP&d11 MJK}v^W%ΉĝˢpNR`; _κ o[3jj)gh.Sc}Aiׅ kSx8HCol6xhq|e6u; |!qp"Y{@cbsWƱjW{-bɌey2<^fhT|?(2 'H^Vk^tk=G 7;0N+:/1YMp v#E%έq H2MCXe!Q%ïC})|,1QuA2cNN^Q_]d0Bs1&MEG aOaW33=+[t|䄌35Ȇ{uM(*`IjänR:y 9SQ;R ?"1CKjDtNnI [7/\DH= s3; 1W\c;DҊjU:3dAҾ$ޖ?ˍ%؇fDB}L Jܔ%mYi#s)K-rQ"v%= bM%HSnyy/! ~L?yڮ"u|^wfEx.۱Y`:6Ne LJz(D N~`z#)!OyJ}zEx<7i2ؑxi @rqPM^uk7nz[MOIڛ.g-]qABbu@|IȠ^&W0 eWq ':'M߀aH̦m fë4kL}|zҼ)R5~Z2T9"m#T^ &d%[=v7{ۨZQ6 &ܝ偶&NC} o=,Qҏrh8GYrCҘ 'gxq7  nZ-6Xw^Uz-/R06.97ano{Klfs>h&_Q7D35!Nri Eg{Nɋx2K>)(Y9c#\ 3%{[^gU[3"]$k~E$NփԸqv{7Wo o_u(+at竧֙@$2GhމSc& NUQ(B?*1thOZpxkk|/+~~Cyg]Zka^ʍlE(:eᡲI`r ڀ=dðd/5Hz\V&Xs#yd ݚo迗1!{ VP-OJ8.MtrVذH3-9Ljx3CFc7a1%p,] ;U(p.Vmz3e^uB\ٟ.#z؃ff1_nM}pkM 5 Uق4_JIZɝ;7/Ym uÁ0lbiĕ4}Y(DyOJO?ކ&g4whR<|w,$.bqd |qXŦkbE>Iæ |f-lC=j8Y#, gݰ@m/OERkiFmsKˣR_ @9PtES@7i8njc`/NߡJ8zr-X5{38'hX:ұy$K-}q٫5M` "yw,"@(A*f K%g-7K"0EƏ(Eds٣Ҭ&>6k' um}Q-2C d?R!ςɩp.hXVdM3hFtyݮĊuV :GAgI;tQ3nϴ?M_¾ߎC*UZOB`,?q =3~m9o i\FLh~i S,"/G&Sc u13f*##ג{DpCCK#gkB Y&>Q'6cN.HCQXl5;#^=> ot?\S.JRmTDw{|1vs>4M ~0Udiic$(ȢpLrLXWy1LBpԅk.!B ͒Al! 7%~r#pva]IA*-2KX; cEN3X i99DPFcp]ZAj㥹Oosmuxu :8L|LjhX7#MتxK y8K Q(G`f8W֌@`mw>!"ds OW_=7qgfP|D(|PZ9}2ċVe603&iWA!Ԛ(0N wh6)dh$gBPf#L߇P"9Ǚb Q7;O'v)WnZm !X?ǂX?d DR xe3vtu\fġB;pS3@g\F:~xOo0J{)T;GE]L8 sʹʊi\{W ]^;+uN.*ryH7u=HЍ;#;fx>hD1fU#U\)~U0@*=O&N;FTG[(ݰ[䙢@ $N[=WUH%ڸZˡģ'(H bc}ByxkMX Nʣ i< n¨a5ԉ]LCN9,kz S;ĘWghs^k+y!w(<#X-ξ9tcL3"sY콭 4i貔0_l & Pv!&L=\ܕ.`lC`JZ/4!Pg K 7^@ zlm27)(yG% ȸY{pm2gQn@G6#ī*0"f6x9h~QUIh`kn?P)Ac_YM?֫ Br4Rs.`E۾%ěDɗGq]pgE뻼ȼ?wSpҮ1-$ c!<أ01m=* $mMroP@+|0wdR[3P2ɁW(Ĉ8=Rجu+lYiωՍWomzv,i݀lĭS:1T"B19IoWk xvS'A`ߣ2Wtd$r O_Fҫ{$g4|7+RI]Ez?u/^e@;hb;v2bngc:IP2b{I4nאv#Ws؛c7`ZQ{7١Z6m֙fRQJLc ,^-3ޓ \_2h3t߈)8%0G[΍hSHE-pmt!Yo  -ܯM@|<\L**"I`?EoyyKwwtC 7"Vr(w7q6?cae` -yМ*򔸠 x-[3 1!v"-\`WT[Sʄ5w-xi@%QL2hs+Tt0jhT=8Ř.V ֱ'offޯhl<n-zXOzj&i(on1m{Nt[Ͻ vbןl%D/ˁkGBOZxi$g;"J^͒ Au[ b'C55J=\"UBNM^?AKI]_Hʵ+J +q-GU@ЅB TfZu>GE՟ܜ@ZoڊZAɃPc<8+!1TVq[gI& ](mz l}n, A UXC Ѝ^UJR֪^(uпRnH5ŋ'ɻ7RphuY@iUE Tcnd +K7f);RHw-+g/tiuӶML27 RHN)&JU?J(.:w"g8!ndj]ĆK&{ 'O^Ĕ26/"aoV ,,3匁ŀW~TjDUx~O)VDJvi-o)j,:uĠ:jZ-U/^.ileH'e>R:r - K]$TU竇|@XoE &5^a~@ЦN%AMEM/?I-ƌ D:BHhU,dii75p+5siZ9J𔗽̑`*ng0~SmGY 3yw fyPvN6pȄmVpϝ<~%ψ[:nζ+M0Oa{'A݊FvDvE1YoV "QIX/֚X_D Tq+gqd45i2rN*'#d@`G%Po^Z-(1gM- =bTp9 qqĬVǒdy'~`Vܽ״=:al"#_6wT}7!~!Ncvc4HJ9bLriʩ62|dM)7>o-hl :=U!e%:7go$j<8-XfBTS;WwjGץODcѳ= ;v0;'`͹S0{|Bu}!oÀ2(wJJS\9{ގ@j܍BZ=g;56M ~hJF:uvp њ=p kadv>q9W\ /7:6;+Azm(=Ytp^T3|E^:BV^Gfc> 'doK]|3*?G|E-z9wB j5mcMAS&4` jLA7D7-h;F r]+TŒpiYG!YeRULO hJn9 ^U'"]ZjS;/K9W/mm}?(`a"[V"ٮ/Ēvu/&@׈U%{yva﷢ѻ8UU`_H$?M-B(ͬ_-b;R/%J?c湥s'8CCsh6`/@~oRٷpTGu|M0j>0~-IF7jb"@dh6%dBSyv8Zj*\^f?Ǟ JV*{z+] ދKkOɦXп݄Tbv 272ҥFnGJ5QZ^QhioxރK;@T`ίO-$#(e2oyX5&4"ݦ8 x (,ֻA$RS$Yi5,|@?j"OV!܊eg+I 98:,дh-q67y,6;tاAtH}Uj1m.5j5+`wk=fuڂ|~9irC`4?.7bHnv71gǫD .Ff5t0Agq?T9({ ߙ AݫbovvEaHkv9nLIn˟Z% a:cIz@VVJ.Tx)"${O߫HN{'mYPȹgi`mjy(D:2͛.3q CY}\scV%EN]2)XK; }uXKhbi3լ 1|D[ע/8Q s!tp =)|CE*,J)mp a'! o~S\pZq&\<䅚D M]njbbd-׃МWaZ.WjwECҖV͋MTMڠ;)'"RSA 4R&(Ŀ I[%| nEҠ?5 пXY*m?j5 \b`dۛ`}đ!|3hBveZiyo8f%F,4we^0W+PkŽ#Rm?5a;[1~Va :c]2{} ZB:p~?4*V2ODM_ ~:B1b !? hclDYс>paaD$\򻋻xB%%=׮NiVnѱ̆ϐ<u4Bn!y:ZU$͊R?sh0~# EusxtsHeu/h8v9c q_([a-\%kwSǧp?^ScY&\5d~GV~Ӱ%o?'өxNxlaΖXE&hk! :dYUfeǙ&S,Koݨ]^_&6M+8}}kލj͢:jT#R& kg=݈X)!*K36U 4 HvN>&==eGE_V!k?upIʰ'@3̳""GN po7JN}G? 2ݟ`˝ﮧH#7WIFKA0LZ7zX;"Zb/yq$qjVDޟkzGp%Fӂ&=믕xDlD64x]/F+vH4Z~Wm;NFK*ـ*dwSUs1Q ? ԄNl_o 礯;[L?ǪȦo.1Ѡ4naJE_|Sr4MdԉiTa_Hbĩ I`PKNOgb[k7ˌ;/}N\W> $ugy OESs|9ZL {Cxéz"/ՙE? '#HHl/vmΝ;[G".9͢7w0i;MM%%ٛYqzz>xXܹ3oKe.H* SZތMi2wO4 KPb=0sKqc`m AWpgR%ɩz{KFL3LӢ1+#;'MEwc})^}/.4DxU^[`r~B0>G.P 3ȴ_`}=P'QHK`wfiS>8Xh[5>app1#&ķe ZU/85~M"W86-`lh$y,X¸N1 YV F495q3p([v x~0/*@mf>niImX*E-x9&3K@M;"(8e u*[S2h%#8*3OMm EF{-(BkGAIQd$&a4#JDEzJP\ >Eo,x!S|~>!2zƢd(Fjr6 % jLGV.qVẾ+3^vN:L.oi]Vxv-F*SM T+dWċ*Jv"H2o}.Hx.CN CͺܚQy.5 f9?Bz~Q'B(O&cC9Øflq$A:N-9ʻNsNrۨ+*+şl3nq?!2Fww,F99q$R-Gnl$c|kbyKz()!]n;f {W4vr}Qߢ ; `#JeK5N5R_#U(n;ńdcI@5Ӷ633 ˡvAX/pUYF)ղbE !f.\4?kMiSxGGe#pb7MDH^ppr˵Pj9]qu,(* z'KEk΋C(ޚ,8-HT:=K.cFYD4Bb@Ta9$B\azz+<:ˑ.Ưu{u""wvZ* ŹO{W,%ITZl BeSS1L 0;y!Qp!|oy.3JO_iA:AoI e`[e 6:yFMMwb:QZ>]*Tǭ WD ͸~#SE"RH܁`dD3iCz*DE\Rup],X1l"d#г #C^V~T8^uw2Ё) QOk"3 }-G %?=|f;ZlU<HaawW8lK)0*ÔY- ޵@i z;%n(=_aIVw~&ޢ0VcZ@аǛڌ#^wqʗ"^{STwવIk{pƅRT\찯B;UPʹ0لi=-XʩMsfCm+||9u؃}8ɝ2KP::@pwk]h>B6 Ĺ(qWo~QMzZێ?.JO1]y fJ@~Y+$Bd cX`,/XT2; !?@xY4z"?5F rp_MBs1vtDLd jBc70`ѧl?g;X 6 p~V ҒpT{)Aa-w{QA \m boGOIﰍl C'vFg%J_?;4# #ͪt\&x}f56] xBۻ+ktRQ Gblm~Hۓr>[%ebvR: 㹫g¿Ր.D a Z.u]/JRʞ1Ɵv:G*@$]BjT0G1Nћ&4*'D{CHjlXc:0U=26mN;=˻}2)T16I2ROv:i,~ac0f[j2f!75wt\HHt LWLwd.n4Q{GښHcp$ =l\7?8`PA䷈wiNqI==dҾ6o׽˰A&ϳSZK\YA%h4^ymGD>3s[$^0#ϒq[U5gcj4֡^lF VӖ}&$KN0rV"e/7&Z@OC SfBWq< MQIF[`_ K_XۈOsA,>6㢆bC2>uYʔY9 nMUd߭Wl4$ԧoebW:ij A.L[<;DsB%iؖ_ZuO6!hE: aa7jԹll獧P$&C`||Z D#՚U&?!,7R6 II8hKOشOSi)+$S? LPR̋YCl;tV]Ajҽ[651Nvs~xmbKA;I87[ڊ.EԂ2!9-gc@Rye-dBİBQ +lz'v1[g|ZX7]Jt"8OD#<H< AdiHk `7GDMP DuFB4)&{̰*h-fAp*`|G]̵{axt L_̜'9c t$X ő'FR^$[Y glF?`!KD.?^o)xWq^dQUCILIʡfzrKfr oN(P GQc~Ur?c"d}t\kѱ~ ZՎ^3'#V</bd{-S)\'K,f6DwŸT`>k;,Ӻ{ k "뇕ڙl*2FpIUyyKF+G`鸫0'ߡ}M;J}h\q6 5ӝ'ij3#ĩn ^[UBVlg׵VFs" mH3RhxOc#LICoErS,'5Z?AhR ?Ju\0>*b15,vCq{1T堞Kz}*܃ecaY]rDԪ2aü}ǒo={\2Ø^I5l xr5|3.C=h@XB0QxaXt"ṔhoDm[:\C[w8ډzV PxFߩ1u3WЮ-:bF%/I3z>YAX佨o3ukO\XӋ xM)VfMe N&9@%0-[qg+|kX/RYJ \s26 ; z8&Ͳ }>XiQRNX;l+y67ffM%/jЦ {F$Aa5ab! + kJsYSByvEm&ȀUPnlY˿2㴟.q䂶 `o~2P\eڙw~̖P`T!':19a[|j7UȱR~56wI!%(89xX](`d)ΔRA4?|L ]ccsS_ 噊hf٫;>֭[uta qN-{ ~\h\)"| ,JtS)u!ޒD ]ZǨU.@i* %ZhzP[#qYђG;UyΤl=PL$k$yL7mY^' éS,zAD,Dð8KE^}wq j X\QeCWXpn "5c"u)%W%wCPk|v>p|\0@} ^l(ax)u|l)xbBfp>x=rH$ϝܶ } eKrzg WcY"zeɭ{GBn7UΥU X)}Mx)P ;jD!(.:छ^uA#i!j;>̋0bC_,؉! oi#A\2}+ ׀RWHD@6_7'x/RM85-d.'/>^BϠm75N&!: _tZg~̜_e,9[*.쥥) ]Āibu0 "1o,u_aە}Zv}\nԱI96nL lׅ)%9Z3]{}/Z 9t ֭gB$ pU$zrGzzQPD+Xn/, yJi8\E`mCs#O;c| é +飳9CawY s=U]-g'poW[gY:,N8.2!vv65 !b@&KюaC9Mbxp]9 5f(S׺@R=b rPgW/8PrL(si_])˓ɞDNGzıYF80ā8 DAW9_=~XL C…g7R<~^hL?݋Bu~t<[Nak`]E᫋%_z:0*<~۩âuwԍ=jPxBjeZ< sǃ[\#>%Y?E%e!*Y$2?X}5aow>LrYQ!R3#I\eg  6"H% T((^83Z.#̓'Aе0E&k藢mv5t~' L\D?lv6*J3ضۈ۵t*ҟ C8}D)_kuh9=l Gg0ӭAlg/I\(5TJϰ=6!|w_Uiunw 'Z'#Än;G%6N)c [=@[S"ntO9~ܫݹ_ץDt:B>R=e۶!"$zʍS`)=`=ci2_xS.^UQ!w75T !k\]AVm}={)Ш2ɴeqs._Iۓ,7V`E#ӟ0ڭ6Nބd޳owA vWnvO߀BfnƙنK6sczNi)W[}$(ZW&1b]|q1@ ~_kwC *mI9B-ȓ;4|ys24pPěq,2L#m FziR ʠG걵$xagऊ ttmYf֯rE\Z@adaNǩ"):Y HZ;UzM3c+>KxrвbN?Sܑ\ZqòWKbpȵ%] f5N%Xn$#>aW/sR23xƍr7 s5R)$@|bKk *p84-:pSնjky*`k0G&  "" g3]lӌ KX<5(Dr՜4?࿍'cF\(Al%ٜv$i7P 7تF%@C|xԽ`m7Wd19?I<\PˠQ+CJd=St,l:TT? IT8ΔɶܟΣhj$S_;uCC[W  ϧyQ"B<EvISKcpߢCWlYLvel#fJz6MSk@P3"@/TTE-.="f/-T*ڰ](d6>`i˟0}tATl;>Bg+y^r2#!oatD?erC@ɀlhԏ)ӊ w0q7DKmXGi~4J1t4awGR',r|$z\_ٯr} 3;%W7HA,d-%jbG)[WTe▉`SPH -.G27; ȚN!CQWki; Rsm3LѺ{lXHX(^OR%Ȋrm>6c~T".'@Z$K&i ɏ3Vq2{COpI1t z[I]̟ze qMtjTWL^~ D ı{a~20|YZ-c%hXsob'dɍRMşdW̆Sj]Lh txiپ? L#%wd-5'NQ^ @lpK-0eufM/JCз(ͯ2U!S{J9P$*̡s0o6)=N٦K:䕑 Hqw7;x.|vNwÍm\Ԩ!7mOˠQGC†_uϔrEĘ=)f.%OG8G"ݪi(PW;o=BY}iIny/1a0'}uxd{=ZV/i_ g/(H_|ze#xEDmښ.+cx:E6dB=!/1Gv&E#iQR?13Hܼ $F/ vVZ;c^?ͧ5IA?y\Um4K߮5'!J77[5Lf!JC{T`D%SXj\V7ms*M@uWgx/DO ,\{j",&R\2_Tx2j- _蹋 Q6GiKԪo>6<-.^.?}FY!_,ٙbtG܄}_xGa_OFk_ywG#D6IO୒64ЄPk׭no^2rBjn# ہ6K^j -8[$jEh.wМ):L+lv΂b๳?(]!d'С99vk$m<ÂpW"<8:\ŧjWtlg U0 i.e]VG4:!넌i8蹣mhQ!{9S849[+Қ [no}kL1Ԉ#}79W Lٕ,;P;@쯍q,|bdM`cz>Nux%e#Z1yKJ>0v5))+AZE$sL -hePs#^B)5&~9)-'μkdg!IГ#=< ),c2xT=w^ <Ov@0rNZNɲ6YG/Vwyo TښJ]ϥ1-\QKO"I}ߴ!7;4Po)>ç.;FHin#MoIl#$:urcgf[J%t% xp_t3nI->ID͖vZM`זݷ/EZ]D$~Ӗ͡b|IYV@3fŠlpYVݧ^1\UHt: RK@tXz}x:OsԌ6iBp |n0=fZCF(+sɓ(MgL6}u^; ;^LDa ;1GK{DԯYY(L)'9"U,q]=id8; d L r(]`LdtUͦK2 [ڂ @wa B:i=fw?Xɝͨw>:PT'ގ#ֲT#rG״ NTQ,ze9.,_y O:PF/4#y-j 9e*l gzLϡw6I^ctt`aKvT&?Gh9 ۔P@wmg/cSSqď>{س63+O}/ Ufတ FŐ&T0 r"z3/F @$9D*۳Z BB4t^'O) ~TlfLT)G8)op6<%j]]׃pJ>눃uuZ[PZRrj?u&ht7<=(&_+y BGf_.a)g?D^Lc#ӰZ,4Ш/_YVޙh/,zc=v1H.{77mvţT+YH r^M6d:v@+ It壾vZJ? cR%x ),u<'/fu/Dޜsl_ )+"±bo0^|K^"diq`G(8% 9+%)?R y@;,_!5&ش$dGt>bPV&z=.i'F'u&TݔHޤ4u69EÑ^^SnоxqKA0x-I^ O_jBz/ΉK_J'>L25,Cn贈/ ~ Xb*mtۤHa]S@z!ԙxTnY3Q3u':2CfQZцg(=f/u/+ix+JÞ?EKv.=;d;=0lL8q?*Lej)VhuD⼷ < 6ŔL g˵$.42d T1!C I z*sZcMqkiMH[Q;q9ɀX!دkR7\_G7M`qD-aljcV&Pϙ9u}\1 RDG-eܐ,BF^ 6JN| lYt2DX%\ux(btU EP Ì>g~AiKoVDBx^_ؚ{f ;/ W&܍CIM[ 0v\g>Gwz<_rL/\@ٳi TGX~Hu[asxҽx{+묋Q ΗDN_9w+'V=m*Uo"US w[ZR_+5c{q-nT)5*XgW|>I/ m%*e1ng'QD3*:{0S'I5qC@K|2XD"%niT!̀FVinN[e-{=7ig.`0L\|6BSjN|C.G2A{+&94bc0ݓ9ʹ8 RcR%w+ك Tq+c'F؁=Ώ]gVVjC745uAtoo#*[Yb ΪN_ague0xbfp))^*[ SuJa'|5Jq EHlWkڌJm,j4uhgt_+Bۤ!g^@ZTPEV% iWۑ o݃r&'kd%>ϬC_V)*ޖjqUd͘.JN )w?1#b)AY!X>hK9q@6%{<p8Ķ YZ