gambas3-gb-form-editor-3.14.3-bp153.1.25 >  A `D?!M@eeeG PiRj (HS;5#ri$䭤S?@߁`@t7Ij&9>23[5lL{7mI5b)ulĒ|z@V9Sw=Z5Ӧ* \ Qs>%}ŘeckRʣ0[,E[5̣p ۾yy7bm䴙7TџA;ͻ՜\ 3-ݗb3343be2d00cf55ed0526839ea51de32e1026796a4212bbaa085cff75efd6c458ba433250718a664abed30a0d63175e615c1d022`D?!M@eee)1T'1;fK6LO< !dܐY#f.@h/uuAQ;H_LK@h#:|8WtXBgK6%h$1'.wBbh|*e{;L*FMxAŮfo+QW}ͳT7J˦ 6!Bg>p>Yx?Yhd  + B 'FLTl x    <`xf(8*9@*: !*FUmGUHUIUXUYU\U]V^VubVcWdWeWfXlXuXvX0wXxXyYzYYYY"YdCgambas3-gb-form-editor3.14.3bp153.1.25Text editor for GambasThis component provides the TextEditor control, which is a text editor with syntax highlighting support.`Dobs-arm-9SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxaarch64]wxBA큤`D`D`D`D`D`Dc217374b474339ef9b2342460940c8163c720a277a906624f6d29ec3f1309bcd35a1fdaa3fac524e72fc9e7207db86a07e451590a103b8f6074eae3a0ea93f19fda82e34df761e4ff54af51eda8d4903bb2bc8dcda66767acf67329d95b25ad25ed88c4813950f47eefa221ce0fab599b3e3b288e5acddc4de4760fb159b01450de2cca86714b4635d187a641317aee1f9ea7a71c7e7113599bbd747457da681rootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-bp153.1.25.src.rpmgambas3-gb-form-editorgambas3-gb-form-editor(aarch-64)@    /usr/bin/envgambas3-gb-eval-highlightgambas3-runtimerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.14.33.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-arm-9 16150693773.14.3-bp153.1.253.14.3-bp153.1.25gb.form.editor.componentgb.form.editor.gambasgb.form.editortexteditor.pnggb.form.editor.infogb.form.editor.list/usr/lib64/gambas3//usr/share/gambas3/control//usr/share/gambas3/control/gb.form.editor//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-gambas3cpioxz5aarch64-suse-linuxASCII texta /usr/bin/env gbr3 script executable (binary data)directoryPNG image data, 32 x 32, 4-bit colormap, non-interlacedASCII text, with very long linesR53fywEutf-82ecf9b409aaf30346778f7dc5c241589fe0af236a4358a88e77db09610049297? 7zXZ !t/⍷T] crv(vX0Ȁ$F!SzTfQp׺ 42mj;}g^}J.ϊrX{ ݮhXGYovgdأKWLAXg $՘7K͗i >-SR ",q03CuݺD<;[i24].:qA.Ivuxw&IqQ; ] NSC^] ~9*P5#VҊuHC3adk՜ &U-.Fο=/=5o |vaE1lDTTvnG/,oɳ+OD,ӊF#Y%;؏:" aJ"HI*YzMޏL_o]3LTyvAKja|b\  E1ӁOwB~ֆ6lQ+UwΩ%oyiD`iRx&Ma__EFؙ"pɧmptj%[6.0!`*`c߄d4`^<9&?f% ~7@L.ne:倃,WLqQd4EFT|K=ǎ5D r Dn ՖжCġ7 @QoWoO ?pRH–4pa# I]`SY!H_ji>Ӎ5J{b\T Қ့zGo-t>XJ.\wMJza\j+owRb-Dg{F52(Y٣$j(ke:p7o>ܚ 6W#*픡5 "nOjt8>A O0P/D;voNiD|&T3`ZXi~yOV" -OR~3r``3SS_iP#'w$X4>-uـI|or:XG6W1éfMUzJߝg) ;6cPM{[Qj?JN|zfR`Dο](Tƻָ0t! %v@>lptzeX5ɭO,wBlfNr/|DtN= 7,QJt%L TU&# t91^C؏eR?~sC:(%Ivvn:r%R<4&* f-^̢=:?#.b2Q,)ŎGoyyuS6lٱotr챠k>@vq p+.pMa Eno,0~.E d## #/?ʻDPIgJGF24x߇J83>5EddbPx*UJM1ԕ,z?οV}AN%䴠QYiܑft,ǗeTʖ?qE>L[@Y 14y*暩?y.K.37IBca`e{`a|Scb (TN]DpmhpWJoGDS,jje1̔Z$nF uab6.x@E. #K^: VC",Ɗ[#]Sݩ7>z_c>NV\Z4zlCz݌X-7ee} FƷJDRBkhcY E\lwUhn>0(kjbxl=MOJ#l1츍2U6xERVۃ7FQ=dr$13n]n/d&6f:{e Fqq`݁\oD<µ,G45DUw_l4m/NS6]Z{sB^N/ Ot:F4ђ}_2L#C뎴Zp]hU==1Jp(Cͬ/(F2~3ZX58ٷXs{DSHW6Fo}ؽGq)]yXt&Gy8Z\ɷS9!8 b𼶡@I"e+=TΔ+>ܿfI?0M*K MogiwlY[RֶZhKԢ#ֹQT܁6bzE 1ߍ.vEͤJz=`^~X <+9&LivrEshm'ʀIky`\j{LIm4 άS PI ? oC?3FA`>1Ic̣Si*`NFa _7:/B 0USp=SzxgDm|d3lN-޵H<+k 1̽rY_Iqvr][6E65T 6fTugjn x$rȪVMVKH݆T8s(40] ˳%JbntJ*> L4Cs]\Ysyzn8: ~gQ,k"b=NH\|RN"6,޹v_FRW XoL,6X? sk)w/ۮF}Ŵ-XZ|'/Ke0$QзpwDQ$B* iVWΫC xdqħq4/r8OaȖyU?[M W6aUws` =#['̝T,;ܛvA>#m}[E*;g3N c;DD[{­D>#Q)t(B%j1ȃ9@L_Q|0sQ MR\yы^P+.m!ޥo-lC!W߽7Mo$p?w#WoڂqUQMu!VIk]-g2۹%z/! d0_C~az1Cl+}#тfD0@50I2 jQ ]939}AdNѨ*b]2^M:W57BGANPrpF曃8jPA(Ү|ҔY> JL R zIy QCuԥҫ.Tl nzJ!܉+9P/tBfgZ81-y71k ?,1'rPq~2KFkȋ&x&6sPˌόIhz =QtBgƠN0<*<#4ZɅg "t̑%AdK*[?St`c;ԪB.cfH"H7Ŀ% ]+?-,oFe{VWl|,$L gZT1CgU~>ʳŒٚΐ/ nޢ,RDn_+.fmj=*ydJjz޷av+f[6K.2m@;U,pHyjfLh\&K0]3!Y [ZNT@^+NAۗ; # ȗߙ瑷CEd}-n}H8jWpB9j}QU'0@J~'jP[60$b kI_i\T`v Q'B3¤#AkyTfS1Oӡ7YX|Yn6]G)ΙCw :$b6ҌH+|e\rK f U/eiuh(z4GUt{a/>\yv _a#X)0׀ç@B,t}r{3J:E*p Qjo!`P"7!Yc! @:Y-H%Jvv\5m 2ɩB< ڽE 1su(WU ̗)j[=Z`ڡQbef k ZU :9T6DȗN߇Z%e~Y ~x$N}tL&%y[ {}~V| ~ͤ_Nn>1cԍ1 GĚ ԫW+n6[eoOvCL#>SpW;5qÚ!gPLe$Rq6!&tfm8-: IVxqKtn_%~*aÓz/%ՂX9 GC /+ouYi&l?;sJ>䡊뢔4N1H-O]IvXiEKnHs񃝍-YT=%Sm65ï <̇J.!}kk;a> Q$ǃl9t <ᗒ"MgvA״ = ;z#nl^)fh<ᾉ6?uS3(ݲ$4 xGd5Axx)nB4=]mZ]V.+KQ0K/fR'&Y('NU!`HĿùސ,%Gysc}[6ff|#-vM_@de1C$4 _)XPlƯx#!! Ǖn{4(/'l7w!O&?xҰgUx#Tlʝ |hYI1TX|rX֦MXȉZ FE "էx8nMb09$0]P3-MM1 aԻ^su.pCyUHA;Wf8Lm4Qɰ%/a]6 pƒ|h}RM BIzŅ%l.IІS^70:z0L+Z164m*p2f&SAmHSljt|yH'X!x]x39:dTW5Tft@V/ @)QS+\d8i* +@Y<ζx]+{CBkBϲz7,%GmŜ3\B[}P* O)X/(7>!lzM:oR?{ Jע7㒐*)nHjꊨ2O.ɀc!4X% b3{=G:P1aW"ic9F+PU/(`R5#Av[|Nk;Uו G,D!<T֌t=\j_,_D_+d޴C!nŭ{й\:0 "Z8{0k֊躜.J-q)!HZ[]sF9 nJG]j,A-#]k"t!?;xY6@Zif7Hj@CR.ASbo˜(n{ph(\"7!o>sٻاMnq;T]!>PX4t OV6Pd \bjA_,iױW|3W?FUgh &z"\RI8t|XPD̹q4XC_8<~SkɇC~8 0ɩp;wGӌ?ҭB/,C2wVrŁB`LW~gLgRJ˚!Ɩ#TAX"ѣN9Bbjd r[ èIFD$ l4WF(|*SpAßw" XVX?(z^}^b4򼇳f댐<>ˎyhEV薪 /[8./Z-IY1z:(I ePrv<)U{lf\T|ڼlEBVwV0. _T~ijo 0"14$0ͤmILvkha=vL^r']doPKW( |nxG 8-=A1;,p.8SW*omr&;e x/h8V'*;Lrf2֑$lF&u{oaǸc7kK% |B=y)Ig,-~TmU\>E[0P8=I, Yox)hʹ{8WaմݕZa_.(X}UʨX67zFd?sz)j(.]Ww)*E;8>4%TUdFҏEҤ*`ZTH Isx\?H*_gM]kLtl$vZ&]!W[BOT&$ܵݎ+'nN5hXfbf$"Wש]|n sR~HG/ò P,CSb.xikЍ⍸0BGdQsu'o~^~) vYO 9{E=[* 'Γa^~I e !tu_:<ӼP]HC#ѹt{6|'@< `Mu;ոrck27#:0ul̠< ^)1QFT_ {SmULY㼒\nr9ìO40o-xe=%򝚴[R zk3{M ^hnSƤ=TkdWӐ<"?N18-n @Zw%L >u iFuMr:Z aOkqdms8%=?Iɲe$P7vtPi儚8` b΁mpm pږ۹QJ%E5J b'Z<| o:}Y`WdUj qQt5y e\3D_]_۔˄zemN.bJ]?ȏur󤩐m=𨉧$:)Eȑ?Hi^g4w&øമ.:K|72ʜ&DTe ޷:ҹfFtzja"q/kXl3SK99'EvC]W$}Sv) 4k/^ogE8}Te?˓C1F׻f␊(h,iH5v:͗CrRS58/o0ޕ5-mK/>F{?-H?3r{%]!1mԸw|Z(o}3*& :,%il wMiqJRʬ͚euppMiw7>hMPɏۖq~i7DLyZP"'B{#z,3ˠIM(na(~#he5J vR@>$UGQvIre6zрSuXj>i% =T}Nʼn]4NUWG!*ۺGRsT&OQG{y0Gq8ك֜TU-סw΂ϼ|UoM9@uAOEMr]c}15ZR[7;E/z uoQO jѲtF#]hX&>-$&x\ߖ>и#4D2sp/ J tӸ0O NntD3I~h .3mTX]1p(DqTU53q[^XK ߒk-}%wYe9bۻ&gN!dcsx"2PK7?iOb#yJb#ؠ)"3w# CInסB 䣐oߧ%&M6\evTmX+@H~RiGGo1θt|Z4['}[=ֆ[`WM$SEM!+Jh=)(t*Rj77s]|" MȽGf z?9ҹ$ڦA0=D5k\fŲ؛GESq.\*gQ]HudUヤQS @u ~rQ%j+SrD )bE^t@=n Z6 +]?fu)wUZOe#U8NAeJK,ǚdy?Zrw "۴($4"]G@źTppXb'">`$Qxf7LC,/,W3JeSl55V,>-Kð* $/Ѿ$ ~Z"ntg\Pxg *bBNBe[J{V{`>R~KgP A} Jhzj]L+䌕}m#:Cb\;',Sv{]hӻ*221BѰqpid&BKC(s~͡po6؄*Ce!4CԮpg|z޷3-5U `Ս%x;2힯tZaIC&N3• 6ŸbЎVT D) XH>.-gtu˄˨Q$"EgaÖ}: `vڐ G679}4Rؤev9{h {GfvW7͜Ÿq WdjvŻ!tb(%-"meqQԕdtty,[E#1,?Ʌ^:?~7Ued4]sn8j>aerC@Xs:x!7-y\\i߆OPt1]a*\ 0k?@~sYL ~%038[2P |n`5wY!&Xι4emgt\wZ5<[ 1 ʉцJTKl6aLmH4b9li'5{g[d% m^R:/ۤ 1f-TWpTZCnۗZC\`R.B_OF!_Wn/$#W'UV=d%姑]\Bn{y+ ?KצMߋ#AU Ye;eX|ʋ*W˻XNHdyPx3O ,2u4R;ZVPpUG &esW ;kgЉ<vʄ)D$e̊@w1sS#`eBWŒVM:gS Ux_9U<|<6_?POo#KDhiCj޸;4 ,>s<^+0C.qW6^{y_U3M4&*اӹ/9st^NiSvC)yej5dH }nDS57,=³vûw^k>Ċ$LXуv`0Z|l#6o&a<=0BUTL,B j5f99y%(AI:}Dm3ӧ3[QI{Gnռ-o靈EFƞ ^kA ' çMt>'92\6}/䱻` UM,›9AX5w>h&+᳾ip+pO)O`՚܉t$nWɖ#MvbI:8c438,7GD:O'[-g-cPuBgu=qV~2W+Ѯ $: 5ݸ:`l)7kD=!OJO?<2wMpy.* \V] 'c28Vs 5>.#o*8UĬ36ū>҇ 7~H:kdȱAѯTH~AWЯfڏ䙺؂u[kB;@]o00788Dkdtz2CȒ@Xƴ&Gƭ ; @p/kߦ eܶ峀'm:iY`&Hl偓|Fhl07i6{M"ĻTD/w=m/>PF&ъۼb"WϷl@-:(qH3 @6VY]P9~i$Dy z)CaS eZKd&= xǕ$2݅Ʊ(@f4 ʁ@И"BVPJ H!ggNȄLN(*tmC;f<¬.rQwcSF_`U=_|Iyhi0JbD;J=sFB#X*nwlE>s Ր@:^ nR{AkUO%5 [Hnzz|nK-06"2%*@/1s|Gs&[mHa;SԬ4E~.9H@ `#z\גdduO6æΕSy<^b' VUO8x!ڥq+pUo< a{pDYu0-/wvUnUxxqJUFl@[ r؟?mȸZ4:z}܈tFIf?ke;ہU*݄㢜 Aj{a(*䀙{KfҒݥ]*u-!8?g;=3k)g̏vZ*lҏ ZͿwZXST=aĉG=>janI@@9r:yB8j{C_vcDiABo ~GG`bSL-/N%&W q8?vjM?)ٳ1*|K&ә2mh5Qq; f'zEH ,9H :l\d)@]K3z+c6SprDlf ^ ʐǕ ѣuuBrn*eۙTKYKe #j~.0Bc s ^;IJ6P̫+ (11JTؽQ\|޹ #<ň)" /I(99'@R`!d4pV7oY:H|IӞ{8Lwf#Rh8;y ;̞/깰ItRg^{*_;5L GIIv*j+xG:[_ҾƧRG] {]h:Lמ U|6YwID^pӾGJ/U\HnAzF*Bg6z_cX#Ҳ{ɵw=WR_I3ڔRc :aO^=/]V&CDP~a2I\S<[|48lxG_XETCX:#bboN`08,j^9f ?kF"7Cb1EËQ+iO׭g+XKk .@ f"}0w'j"ݛe*}Stmsʒ6 ^HaH 6a󫘱T.;ڎNe*;^>K[e=|s"gHГrb^1z" OJG/#ӷV"nL.mqtx䛡M Ҡ  5PwYz:N}yw4Bwʠ-6GI2+Oܘ/3pAd,tbZ}rKmTL`nj,$ ,$* 1&QY()ˮW1K3&N+A6p$UA>$/KR8ʯ.{Xf*/v9{=6 Q5έd1Jݹ=f1z]?KJ0Շƺ,)Qb G*_6[ސp^b^빽.%ܷ?r!f/e[_3{/F!9ŵܝq437P&33 G;Б;뒐RcH2eʩd;3 3\=RTO9[YgQFQ\PRq=y3Cf  5K.O^臍z` #a}VԺbЎ4CdG!n /z?u˘6bBhpu7MˀN+dXTm|yna 7!]L?Q1Әc 6Sɽ/2QVޟߕxn6gʣWl3I=`.Nv9nv}dʴt2\:phhrHu6VW񂗟Y{G#- NlʺTB`O4d$?Ns[!!`9:!޴fz&C hW4`bw@$BpbOz׳BKn$iMkteEq9s!(qI]O/ׁA{)PumU"*A$U;v5 ֯y]JBb?*;dEy7@q ˭@'1_qpoXpx2fA;iM_LsPQ:ߝ';)+E5ǻZ 'H,U2M&#WF7.s4⢃eS:찁 1N20kI%w]|;wCk&!.1QyÌnVeGߦi}a9-u-n<8ScwͤJq!VA(^K5NZnU c0u撀X5 u\8s:ӟ@!8a Xy,s-}ʔD_#F VGݡ!m) s`Ϋ+48!T4}AQY8^r3@́&XZ=X1 r$b)Hs6w=/3Zx'35X)HKEk 3+%k"X )/݂:uV3E1*@~ėjmR#]c?t.?U=9CDi!fh k\npq.C_E.jbBgV새+~͇ KNS+fkW̦,9yCiVG.戼8@1^Za9X0E˞s)HP. oCMn4߼ F>яje[hapNB`xlhTdb'ުd+(-7TO1ͷ .x%GSs:02X V$aT]3v)<ՏWն.4B$tU RV9K-]d.@Iԭza nrM+l6$+'=t3]U)UlͱaUR ? Qd-hPmZl?wYت{IL:hebUQ ]tlSYݗFo 8SJ Qc#2ĵi#_T~J0;"HHn۪D\g>/gCG/G3 Tr. ]15VxDN,?,>ٔ7"iƃ[HNO0S{^$XX9}mzKx8EmS 5}(w,CG{JtSU]mq}#Xyi,ZhrPdH׬۟d MhcWQ2k- KS6! q5KPcpDD,q\D3 6Y=;$-z"~FF &PJA'%-1*\m3cп% A±g:}\5.sӤSb AЂ<"-Ixe >Kp6Ʌڰ NxNxBtz4^547B6* ^G))`X''b^Հ:s>9K"H'sZw{qCRvCv]1VD(ڏ<`7֬1 &H7`i+j%堍6GYfs}/ ( "!,$aq% )zV7u9\wәZ11ӧk%;W{}x~dC{+k]zv$Օ΂%4Y ^Ya "WIܳ u`$ =x7Iݘ,UV&YX{2Q wvM/hUU=,ɑuLgCv&FzOLƁ9<Mw-?a7o6^<^4[ ׄDՉwȃ)CexB7Qwx3jHdžʃ򩓣u'֫ҖMN;o:͉p]:dث\?-.21 `S=$^9.LC=F=ZLL!8mlZ(|qI:;e6@CVĎc[~xF?aZ@nlHSkHȟ*8M{lā-dX8сzT^fZ76dPD&ǖV E1qxs{8M e'[*H$nbCFE gZn%'O#h2dqZd`W.y%o%fx<ֲ)FchL5丑['vB36?o>urJ;:s#3 3<,5-kp u\ϋQjqlqq<[Kp&׹hVMvN셢-VؚQ JZJ/Xb𿑭D'^l!$&ku*Q,=vOk*֟z 'Yd@p~ݳ;n{U!e%;03L 4}U$>]9XJ.XSH(;5dx@kQ?&3>k1{5Hsi5we#Z']aN$}_v^s+(0? P5ek\# ^=gM 1B2Œ±Unl7\,Kq1_ ~̎T tu_fo) s{aYXF>Pb@LRؾzkX]Uq $`$xGciA*a!bm-@Qn3ht8 YoOI^e)˙{ȷG,7”o.Syܨ."tlv'bUvb$8"\{e ӸwPXsJWlj/ b:^E7LJ,ϷΒ {nSI UDOmVՉuҋHTGݺ-CxpqWhbNHwg$4 0$qbzMJ4]I ߇ W8 o)ןCEF "RU *=!wmYZ[罽MJI|8C77a `?!Q){`i ݊.L9tˠJ`Uf@!^fl%&4yj륅;bMU.#{A#5 3>G> /(4GovܴI qD>9>S>JXN~/Xwd0:.${Auwv *㰂-HK7hN?iw)jtipǤL7FRAw0N g(bxܲRbGSl( @j5eQ- ]Dy! )W&S%)游Ȱt./҄BotS ߹T}+ ;$š׻[`{[[pPVDyh=)_`&ʻ޵\,P ZHbvXϫEfz3%{RW.9pjKv `͞L&1>M^[M82yvOsvdDٿmVrhԭm u3 kW{#$V;c`KOet`4@"#ZQ(&EC({ؿ[eBJv#ˎ)\i5ʡ=uOb&BdcP `B+4p/344$ǂUlҨ!Os %{)2f8!ձ7^[pfsM1Ὰ8.^u6"'^N}^;KԒ5M2 ׮v~c@6#)6Z%jYеy{XRTA:eFPX>֔A=*t+l2㵺s8lMa5\dq@Vletwqj\}?y%٭vM>3̾’ߚlɻaѓqe|]Z#"XmquNTFeV'AӋH^Vsdz*ad"ǝ[kw:—ӏdoҀF˛an:Ot_d߇L˥R#CCߜr~r:XݲBF18BRK|%(׽ٌ?~gM؎)L )lZ3Æ`F]֌H[18+^X)g6s~ѳP܏ _w 3*Jج.ByO21) lkqϔC4o}dv(Y&yAh/kH e .x- ~iVc\\a֖嚋j"bD>q $i/;.ԑ,$9fo"@>CR&vwbxf&M~qpcz79Y7'+adG Ǥ62}h ƥ$y#B]=o ppvI/UPm552jb!fI@@*J$n! ^"'/@"/HbT1S_4y:sftS5iW~j\R\ gQ/('A Xrϧ"ɓ|EcvFmR\~Jֲ)J"Ya{(>5y9d gѧLd>eNm?}+ ~0`v%Ejv uK.ɣ=x8Li_a6{;s.nXڊ#W1nW EXc)1XEHjټ 9\)l1 ;"FȈ}^FDj G{s!rza\9t-&S!S}sG]cA;fvU"%&7۩ `c@5#[XyY`ģEѓlK1|_|Nnk;}3u^!_oW;'hL3 d K\Aa}z!!8! 4׷.# ;Svi"Y7ϱb) goHֶYfЬI:{4cǺ̱pF0<$9/9 Y xp2H.Ϥ'Mh?mľS6swļ{X|*9#f $ܝP?S4N]ۃPlhA'/Υ#c& dп-5]4܏? \v+J~ 2E-Ԅ40Փ 6uD>k6R羧HqEw#coO 1 HNLxrQoB(H2Ţ &E|VkQt,+PD[lċ貰풌|"Iw}m϶;)QF*\%nzퟧp=I#QкW}(O⊺FqXkMxL% cU?FцYuNxԫrҫ7|][\R"&,W\.q5g <ឹҊH*BBxYL_|]ZͺVf'?fLrfpפ Haħ3juZ2+L\lbml'XQ3t3BMÁ<:,bhȽOkVQf3ȶiJq3,MCwJ!mڼ8|2E-!FT΄Q(y﮷OFϏ#[SH_K&jwT#apy"Es)"@j@ ņ%e\s 1_B:duEfRݓZJ^P=gƲό+@ZCܠiX|$W'-P~WXAVK(_&0TwؼQ 5}ɬoy6a")ȧLnat ;{柄+ yig%=Ř, S%&&. s,Rdۀ?2 9:8@ldyB;a}_$r"U7e5Xe/`_30R%S —63biٙΧslXsxv{d,3̖>;zYV'XoЭؼzXnݹo8L 8(Hq4K"t4b /+D-ս_|N!K37q;': 9Pq^(jHK bLmF:[H*;nR=o}6;c][P:\qV:3`Ȼ,LT"c9@ܝyfK=^L?Y\ ]#lV(;KYMz V,iޞft&b:y$4'pΔኽ' +i 5LZN'Q~\$c5 wQ=Q.ѼJ6Tx(!VtjIa&3?v%h?ަu:~u,KKdcyDqqn nYYhqQ7@cXⳭ$8{xL-7((Ċ X13F3:bAK z$5\\K!Ld]};'Ɲif'k&zN<FSx'[yp_Qt9^15@<,b9ӡ ed[' WB8V+rπy!y=>pticEWZ2?OeR v ;O牤ŶlsDXA@IVO̹i.vv#3"KHX'c~Y!>lRϛ -alvD:Tn)f'G- <{\go*yU1"'} k? S֔iVd}2OՐGF/47 3ecx.Ni [F[u_ѯq;p@J,o݁hژM'X&3(O%VnT?U;g /P4 R\F|+VӔJw`7au+;=bY$$'+"mߺb;d$MNV_ܓANuͤ$>`A:܅nn@--XЊ~-ަʞz+qe A4L5K.ZvpR'(x'SVK-APM>MOxxO3w`^6nBUz@2hhIDpZp~"Φ0BWGV񬏫^ϰ6V6L<9y <^eoص- O3}Ng&2J߁rDd:N[^<8*͐:W2Yrn3fGNʈF+;1׸E1> 9cy-8JY7w qWĵK&ݷl 5Oro,KmXK}JM [Ȝ<of`H[8D3?d)lY\Pt؜m1 9w<|_Hs1dSm# F7B"gTE,$g1y-v.~*.+ݵ ds#w #o &zj"x'P!^232|e2s*VE)8&"=xtnuV$'(Y㙮  (sRr(\ sX:ڑ#LiqSo$w</%ՀHYH}g- H`XXs,9eI&X+Ym8a94pY$Dѯ\s~Y4L,.!.]=>Q%NߺՠhѐMk>HO宄G_ٙ\3}H~Q/1hpB9+5"_dv 0:~n&_1Y=\5 #A3SYfMJ|ۼپRф7ީom$GYUkrü;\bEh6)r+ʝP=YjI`>i59x Nh!2uwMBǜITa9!i,{Yi53cuOPێ}BH ; ;(BHu°*|`x<~rAH= _~CHjRgX3>qx8x#CQ|{Mڛy1C`ʃYTwc.;@~t^崶 o2a&1TBլcC?$@B%>|/ ĀZx*,U =-xn_a_(R9U4Ã$ a/z):Rzݳ(XqVsS,+iYQ2G&-^bcvo&ѰɗVۂT##u2Zi_iJhǹIDkas'ii3rn("0:NY*FN&U769D$ZÞEO4C/TwyЊ7rX82,y:rtYXF8corewI:ȥ^w*WiԆw 7EN贋Қ/(# =^0qg׸uQr4"Yz'P`M=^<:vUpKdd;`RBq7A:y kf_M+{nqW(wJ~zN(ۏDnE:SD]hC#}t"{6y19Bh0˥K\lE*\X|忴=GfP<Rz11L>Ksk "3՚i֨I胍Kuhч#Ry̑ynxlQ V$ˢtj4Ed,%{=z1-J[l&~pbi+8p{Q9S(bħ33D1Bqx y0A5-ϐZe%Ib z)`> \HLE6oR/Gs+u}ӊ]kJ bF.],(xEDLԎ(1,": 9nh,R+ 5g~%W.<[uu [:__{A*`iFR{ /0>9$V.Gv&z15v}<*O #q',P#CD0^)\S\Lhx.z'RNm6+X+L[iig,9c ,īD~ R]nٜm:ըy;<riVȨZZ0|m-!Я<2l9PL|-iiDI+FYI`Q4FсJ(ėRho]GM6ҥc}\!SѰpsm5n{ 9*]P߼6[8HcFYڈE{:{y(NiRCU Ss:wڐeZ>=% N2w㻲-[IVL{2_ZKU&V h͢N9_E0!I+̛4YesݚoLnhY>6+7="lor^Q 4Gɶ2o-Aj] :Y 7KT. WWs}ͬPF+b7.q'1 ͳ_ƸZ׭m09uiX)^XQXce(4>5w܎P ABD$g<.D).EE d@ֳ8 $V¼WAbrn[Ըb}r!>0kāljBK SΞUzLڽEV9D6mw'c|W.J`%qRn*!?F'̝f}'eKkŠ#Y7wү$1XCX=;Y ( Sx}NYVF=9pmDi槼6SXG=. AhB";~d s\b03f@hY( V) g L:c|m'~UblG0ݲ#D^ǡ-Q 3NʾF\No:8 [5 f1p)Y_́&ʯk 5@Ԑ ;*P)NjKB҃knԅo jrl[\酋>VSȃ!{.B) 4n[c%VABҬ7Ұ` G=6tSm `qs^Tc=EϬ66\4]7*wg`<A5&rsM,5 kf yO:~ϱT<RC-r3 ˲re&.$1aX{`mE;כT|+/@IDl8MzE"{Yu?Vi0g}:a"M kEO6ڐC94RϦvՁ}uMh/E'jG8(bɩlPO¸o瀯T{ ]S\njF9`(8dtxL  5`8π7gRL7ᛨ^Q ^#"Loc&gg5*.JG\Cp@XQw~Qip'HEZJ^z F)u-znO$OF=5 {SOzaNf^+t7 b_J @~)E߬f ^[D?bH3(.p!K*`~3qi^ֹ;tF"cL Syu}W,UGn;7LTWx=&FM} `؀aE,@GDVG?yPqF,B~;ꉞt%㨕|f0.3hL0ku7j>b0`Ҕ}_-ɽ]Йm7QCw$jq}[*ƄWwbNp3٦%c w.߃eZ* تU&C"{U)>Gd%$,5ŞGtG jl.1 +Y߰/ZlXNI*^q0Ǹ˥{hުɵ%Cmٓj8AτzbCfe ˋeLE.&5O:똗{FNӸJ@0FJ,~k4jsr2x~Hϟ뜶4*Gt-3g"#DcE8_"D.6 &ͼ~ch8_F洏?9SvE\JdpnQ kTU°^DY3ݓ7V&9"j*"p Po*BDDZkIJZ@R2ajRhy7[mKpce{a󊪭<,#Llۈ0U6SX![]rz4!3"lAY{c` TmN]! D_=ݏN6ֿT>>Rp 2=Tթ)yޝI b8(g|!}uU9ZW-3甉bhVf O>[q{o-gϴa\RxEh-|#*Q7[[ŻU,~^Җ&&}g~pbQGmgUf]ۦgI҉[&?w#$9=֖D^P%.Nb~L4SWe6J൪9J2=,CZݞ4~+?ghd^0DjN!kUXẀ 2XdWXg&`3Ib\zPc׎v]5RʦTF6Y +b QX Jt (LQՐ%bdv;' sIe!1h a>κGNxY [35~H"]0nT4K0O՗R.Uptz]إgmblbvO/=/V5ryȉ1((Og0ꈵvqM=.*#(7Aю5]w i2ԙjG{5]r.V#Dkm%bXw5 }vUoO,ЫI]DptxѭCvv$K?zn7w;0m(Ix^Ia! xU$ "bRц gyg>F~Xw@Ԑz{j[vܢ-s!]gJh&*ê /7T o:ʹWgVW9^5֨Mn?7l1SqlI[ofښ 5]zbA<D3eY:W^4KX$=)'8R'j᝸QSo+1_ZbR7/w+1%)}*8`DM)~&A8"9WF?W̙f/M0{MzH',#ӃAfNhw(uU+ 3(=KoT*]ɥT ,ZD,Rusn3 )(-@x߇-#J.kWVZCBLF6>H [ɶ50]; 2gZTy! |kaV-(Q͙\D \Aw):T 1[E"[<_M+ LչG /zj"+u={Cx?@sdncvv9ve.s56UDLU+{^z"T@; .o캽a1FV.`/QZz7mGYK_:= &WI7}7(N+6ȥ͗(vu`Hˡ}.LbpF!?md1+.~ H/ċ%EoCyPIfAX6>HXVZJrՖ.T1}+ ՠJs|M<)b];"+H/p'b/2tMʻT%4 7Qek@B_Wݨ')Hwu".{ntk:E$1=9JY.4Et"?3X2a?ny f6N8&S.bܫ$B) RpLwE@{H@kFIS(w~jO[A/DVNFG /A>9>$:04#+aa"ۏĶn^&\a>C1 , cE_ԫo4_{/G]<݁zUoRW QA{2)~ n@GXiHdrPLZ]ܡVҫ.qN?]X ۀ0 v\)z9ƪde[Mo_:O X;wmG_[᱂+'9EQzϪApR (2OKߡ:^EA:w@W)k  u{_xeFBan0nQSAFGN7?1!źx06|[ SJE+CXLNڟQU1 lǬ`-UD摈7)!.į?E>ZTCTPI|W>؇e %Or-S?QLHVc k=0k{bPjR?T$\- Woѹ \&|⩩i%Mr vaQ=[Dd$ GrKmf>4dsnwG`7K:ޟLlTZ7m1Q{~d@3Ӄ%=) UqU[ f/juS#Z޻O3kaxVU[u(z_F{V?U[,%Jtk->0*HUeŶ;!dU5UxԚv bPoS!F?ZBDjaZ =P-Q{O{&ՕEaP.]<џ1]5kUȁFj)3[vNfY;>aϓNj4)1$$]%: Tk_,7H+=gjSP<͈ v;|lU>3$'+|WJ⟅s6X}墿 :\HCZC)2FoATyAX2[ 7r&FMQ $[/mz.bhrGi_>HmpKڵG8`$\ؾ~{^gdf}tၑ6-i]SԚy$>P 6lpb&2R0 X)%+v?BPXФ̯Gٽ* AU+' o./ N%F:_߹wa;k#v:+r=k;!7!4O?#N:ѐ"neE[h+j+d,{Xi:I+t*2` LSbmŧgZ~j!=ZL{-A x22瑆A :Z8(("! %^JC]"Që^'b$nyoT+)%tAh OY#aD<t|+Tk[Ӳ|K*Dw!0'ƣ!'hUdRs"^6@S{C'v\>Cszs.(cE׹冃^dWS{ѭWt-!D!4*3Yd'zx)K0)7?F;kV*οK;wM8"Bh m YZ