gambas3-gb-form-editor-3.14.3-bp153.1.25 >  A `C!M@eeeSBme?><:H7C^;sX(E./.o qw9iLJKݴapw?Ն9mN1of4S.gy2@w1Mi |_NU4s`&JYϻ+)}[ɯ{4LOi -29oC 3 ޮ߈u0mL@M=Ssb4-FQJ's)9Wq@f1AGz#7ΤC 916fbdca459119701de346bbbfda847732c1ab901a62c5da7275cd16bb527a530934bf4ccdbd05d2aa7b7e1c657afeb9a3531f61Љ`C!M@eee"_M2lKLjv֟M/4QW%ä7v8pr>@W ُorS9} unZWl@UOP3 )26&HJ=ZXXH{ xOJβ}V6_ :a,s70W𓮚Lzv~Ʉbcr"l-;ܰl#^Tj70o&1NJv>p>Yt?Ydd  + B 'FLTl x    <`xf(8*9@*: !*FUmGUHUIUXUYU\U]V^VubVcWdWeWfXlXuXvX,wXxXyYzYYYYY`Cgambas3-gb-form-editor3.14.3bp153.1.25Text editor for GambasThis component provides the TextEditor control, which is a text editor with syntax highlighting support.`CPs390zp24SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxs390x]wxBA큤`CE`CE`CE`CE`CH`CHc217374b474339ef9b2342460940c8163c720a277a906624f6d29ec3f1309bcd24b342b1d30c5d6e6dca6c228847804abcdb9fff653ec2d1ba02b531ea098924fda82e34df761e4ff54af51eda8d4903bb2bc8dcda66767acf67329d95b25ad25ed88c4813950f47eefa221ce0fab599b3e3b288e5acddc4de4760fb159b01450de2cca86714b4635d187a641317aee1f9ea7a71c7e7113599bbd747457da681rootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-bp153.1.25.src.rpmgambas3-gb-form-editorgambas3-gb-form-editor(s390-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 fixess390zp24 16150428963.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-gambas3cpioxz5s390x-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 linesRt)n"r喜|Vutf-8e6501eeea2cd0a25297f3b0bd935a57f68b36e14a27fe0c8302cebb38e8120e6? 7zXZ !t/⍷] crv(vX0a iw9>6eO+`WZ`,d])_$# {I#FS] ":76|2Δaסm>56Is4iQmL V;⟟6wN"J`iט-cBP>W yÆ2ak3nVQʇशTj9u0Bz||oW/旽ZލJ=P7:V#QtĈyp;,ۤD&dl%)Fr.ȿ=7/6οrg<&t:unbKV7CoJ gM)tnz38Gj`{ឩ~ݮDPBbE0#wL0))3k&M `, =)"_W|'V2ٜ*v _J\2@$XiXӌ_YF$ ֨.TB[0#]Ԟ9=vLNHL- wJ&Ie=~,B×b&+Lɞ0eK?o|'|2K(AW\x¹X7vZzaSE.ll] [+*B; +T8l2fRi&Qݯ:2)p5JWr@E^&f$bQ>e)_ aC!nJE^i #+-x`_[E> q9ڥ?MZ}puizc cUMs&_M}~0pś|샂,ڜO䈜L~*:߂ʴ ^dII4-Чap+2B&ts1aNJV -ʰLcHv*#(T k;0xDzµf:dgA&ഘQK͵:E_י6SGQ؎.+z{*0k}tJ 䫵J]-'5πES* u&]* ܚLX.nYXa[;.'KW z)݄lG qs )7Շ$Mùb)VoKV*l& w8NHD̚XT?cƌӌ_Ym=:ȂbQ4Jͻq-{gL]uM/{ 0_[s^ִb-S I\^qcx#Oj3>dQ0'.Flim֨'T, dukLtNM0g+N?GCNٿb .})8J( grW=!mM5( 9= Dq vѠ:1pE;ϚU*?F W:7Ni=O>܏_qld^fR܄B=eLb"T =GCQ^Epb&9IZmKrZటBvvI IEe "'w .;^._5Ôo.Rhc˶mVM|ztkMl0λK"cw2v5}< _! 2(wӟBt]΃ GQNZQ=V4@Fa@==| ,hBz{'B0{7\?l/J4j;waVɓ=GѽgQ HCo6\z%v,g&O`KNs^R귏 J;At [ ׅ䦦PHu1+oV9ɪh{n ~)Jl9_xi}AiJ^5$s&!=r6^#3k5RȞ0Lq:<~fU>e2x@KZM4_o~9 Xlbau"><U:y,WhJ&|p@Qj Mհ#! ~^/}\@dqG"KKܪ9gWN79 @ml.SDfQ ^ZCPpXŀν>|H6,{Hw|a!# K}9*/_q ݲX %k%Ӌ҄A\d9 9F/xzhSl=Õs{9J'\4Ĝ E`k̵;#û,N,acL(LW ,L>WQtpHOZ8«>fO8JHL'dfL>f(!qk`wa2I*fR,bw AȌǹZ{kRS\2 fjXz9G,S?{Zɾ)Fk/ 8WM wqNȕaqFSzE̟ |E}2)S:oԔs4›8'dx8w˘8Q~l_>'& R* 7U0SbIwzF ʒ>7rܕ9졹3lB #{V+9c)=.78В[nKJsaF __8\vqSA 9PqPbad#2gq Yf Ŀ"YӶW\kIʵIlo x QH RT%˨2V>5xc%S% vKxn_%lôXan Kxð#o 6¤gAk a.x\.GWê49P'{ƠCWr&#56/l (1N'g,b)rhF;hF'FsŃM||D`|†h/LI=ʹgF˷M1/p:A|cǣuijgaݐ3[Մ'nZ:Zpp?d6;l`%8ը{d}%>nG`2ߩ{̓=EΉg^HMa H4u1]Tp JyHDμ*ߔ$3qfG\=b]L{qۉf$2FŹw¨m,~GK9*㭷6d4VZ%U)cas TKKDs'!S+ J|I Z[%=o ѲXIxHHJ-a9,䮷VWXYup${ɱa;; y#S2.1(V&0D{s#g3賋f`1-8LTfc(ha<W4 8/^{a)= h-Z ~OQ=b/a Iv,3KoD9#^2 d֓*_ە!!:] یdru O=#JlñɓRH҂{Rŕ H %Mz)ʂ{^ 8 &,b9rSTymDAxT] $U Rm|2T=\x.+&,3߭%%NW- )~vJD\mN`4-bt_ccxw<?VT.2JvD=:jc/!2wf]žl9, x8WF+C 5̂{(TW0ӘlY}/-ƅ /QBm&##Q\Ӓp"@t;2oӈPbMxwd&4bIpOFlb挶ܨ=vaؘ ޞjy(>HdHhQ@K,1PpP?L,X ѤT.CjQ<廏)fF-Soz LŘ6uP'eZG + ִiVPţJD^L_=P}4G/*r1J- ̓EZ7ШcՅ3'"XVܗz T_l4Y0\I\#l 4N%zP7 |\|prwi5SЪZ"#ry ׍+:,?߳rB\>-, *gK\ Vچ ]KgeIH~VXx۰ݪrQS`um؅̫ TC5!f$AQȨq=bƥi  ۘTn!c_7Ѥ!bO5[ݿi ?r^,ހVFEƼ⟽Iϋpߞ*%ⅳSJDZ$Ggvj^_?a&i6ծ=;ոO\q\mNKJA1]ǕH2VO$/LdG5 &f%pD ȬMFgPSi^SO.S AX#<,C=%l|ٕ?;$UT}q/?&j5'X"1)m5fq= ?HY0pZ$^vZO)mCTz;Yߗj@`D/vjot1<ŵ]͇bb7<#dk/mna9ЇAwjĜO[z1 z{4BiÎWwRƄcf7+6xt VEmkQ"7[;F 6=z .ߑtU 壜날[.qS͘. &XgAN[ՙ!7d_T9SU׾='䏺pB2`t,+v\d3ŷz?!1槴HLR H4,Ks8*ٲutҁ'ץ;4!R8"%3ZV?3OmBj#'>>u&cd.lwM$'(aqH#l..e;(hAݒkYjP0*{xqle&ÏҭCJszVPC ZݿPm< &\) ޣ4W/.Ÿް"M(1&Uѷm#FMvo0S ߯\Fnc ikfcũ 0@+1S9Fw|l7)wfHd&-e$''eτ,EdZd{\T?΢q%kA`umt3@f(͉> ;SJ @p]a x('*,8*((k\0)VdL [ uUô; A%pDa T\a-;*COoH$/ϱSDE\ =zLFx=J\<^LRP{F\]1,5ROѼHqro5y&ԡLuQ>ǁeSų'6ai5OIܨd:^D_^ 5 3wmEW{zHf{MI9u'j՞ 48.Ii>5O>,jߢ2w?@⠦H@Vj?Yf Dw~0_RBbc` mɶmC03" $3= jS =D`\ Jj~TϨNAZoHL]H?QC9sMtDxInX;?'Sa-3ZX7  ȮhP k(q)ѭ[,:im\{~XFԛQuycF}shц?DcEe? G7p!f.wdx{dO&8,LWgV@Y׺g/=Ev@. j8 %Iq Zk1pGWߖ%+㾨=.*ج%dGץQ5=XjW}$Lƞ+Ua/r -rËJ]ى01!ۦ'g&VиZ FZYHhwt~gfwЂ7z ^F*ᗚ(WҨ |gBQ_uz3FdJpSWʆݱ75yq!EPM8r|ӫFĴR'=3mxC$`bet2ktiߋ'jp$w#ʊhzu K h!8'N;}M\E;2Wٺ*պ!)s;X;ֶt0Xs<Jg5uSj' P܀aP5`6(fNOŀκ?g_[aa}Em `"q9῜m> m|ܘ(d{8ӷg@134 I%(i&] Dr#b(>Δ35)8KUc0t$~$y,i0G~ySήd9wU%F1SW @{6c $^}zGeMkI rҏT[hN)n{wH{%z3|߁$h?9pgQBE#2*U ^yG$dд]z@HJ/KtϏ]!lyE ۞0 :=zPrrdU9l&&Mr/S9{P*WlY.֜ SlIiNofeX z#"eWt 6дG\$L,WxSqol⚄m(Qp6}4+1 <-xFNZ&!]}L@ګ*)@#hx ebR?;->pX6a>/1g4>VVed9"S^d!-g LA3n g(*[3u'pL$ɩ+hd?{e8X92ߝ;eWN&+Bp+r/XA.mb͢O:/9iPUoW顏lYN589m-l4RPe)+ Sc} \v6Ɨ拆A0\{e u瘝3[b} nSѭN694Ar]VY;*RĻsqmH9g ZWqד暲$ Ê+z 5Q%va֪j'0/9 wQ&m["d8XS% ^SU9)-u`%*v)H;WkvRNj?}JEӾdj|\ΠtI4b} k"|2 Rv2񫛔(G3Mbj ; R:#g/8#@Et$Z<~Q#A-:.eQzAy쉪L(\p-M@s 2|[ 0 V9=*Ur? )cw}Ջ9wf"Ƃ2maDwOt<#M ABΏ't<ڃq?Y)W)bיV.1(ɉ-z7ܠ!x(xJsݥ +A /h_A Y1C3.*Tw nYe*_8>~펻_"Ev{Z!Fyl,7.<8񵝜7&D6On]g!jYfۥZ8{)BE*ʈf>>\E,Ӹn><6r"0؎=v# xP^8C-í5X!ef9z}1Uv A$n'6m'$ڍe~owDw!vnFcx-qfnඝSmIBE^6jGR_#}S7x9$*2IBt8>dB'u1AbhmexޑrBE^͡WJY?k&c@*4.%KfiN*f!#3b,.{o&bdч1{upQh}';gv"0ϒrOށuYsCGR 3zbQf &+|{YcKYD"ua]ii'd4?q'nl!p;zFCKZyDkC 3doυӶj9T0^83C2?ϡf͌ E. h}R^AЛ$ZnV*FZx{#jvz,L6 ,uo!z,WD[5 |ڸ@ 0YJe<*>Lu&a^ TǗ6FۈE*|?ﮦ=`ƠM]~K) gQ>j=ݦG SqT;PHs]KLE x{s  M ,^K Z ũ|N ƼJ6ρ~Cɭ%8wsPayBEp\FJaVDK tSkO~ڈ9j;X~>MWpwcWՠDh)IXPOA\HCxD߬Iu7,;mZMge\y5VwT ago4=_T Oq+C^#mStGBڻ7c.MC:e;[0i GUJGh{%LPև{stbd[NAL[U+c=SFW$ XR|RB[6=Y;O%;%z}we|Z,\$q⧲*|Zi̚u k!ʒ$x #o*CṚOWAN RqCa0J'ՄUF gwdRI&v> %Whw)~ΠaV!}>,%ƏS~UG0$ifbA#; aiS9oMȐhê\|*eHFw}Evd?**2r#B|ꠉyÅ#Xg$A14G\sROY?C E,0XzCE=>i:i{vV3qџ%$N{|×\eV.7 J+._gu=rMKiKtw7 oHӖ6=hྙg.S1s=yy#3ta8F`K-_Hs @pn,$=uHu8 D9R;Ey]Oj~,<ǑC,^n!%e\_YsU=гFj)9q'؂@H\gnAA=KEq7\~"<ȏ{>'rڒvI,M5)>Pb:@ zatFRW2*^^[n`r" 7'^ysے&;ɜY8&¨ 5eq{ekj^ڜŏ55BKE/B9}|HW)m50tnj;M;I_̹I/zDR4!SfvI7&FqPCx5J/߾zjrD%A(ﻙ,O!TН}vgKUGLf(/Id쎪t  KmǙN`k󿂜C@^maV~<]ѵ$CcsOoi ͙ 'N)Ɛf.ثK IdsL*"x2YO3H"\\+#oaW&3fMAFжëmDƞW LOcIl|ݲJ8Ŷ\*᝞TSg1;#hտaSl3K0 Sb3s6y(xu$Ҙr;FsrK^k}x64 xO$!Dϓ5z/1ehvgNmi#kWs8g377qBq+ӵuGiY0L4'ԯ$WTeo%q?iH\%#- EĿUuLNO@@K˅9 -"),W&gMXyM>. `P ґ`{~>fѨ+'"%! eŴszM+h H-YcMq3&2rtg{$Q.ȖYfYd{=Jq֙Wp;,|A[$$iؾAK%{|p[e:QS1 ?ZqۊovC \'G1>\ʻgG\,\wO/fT*!vH0J&x"jH7~U=ateAwi}8pnra~m6Ѩd*LNذAXćSmwCvVF v|_5#U~K=WCoѺsapb=wb~%4z$>y ]@Bz\alvHq/BW?u eOEf5We5@O¤?Ӻaą?p 뼷4(W Q6OI'|=7<ߖ`p)=Y) 3DU!GEJϷf|vcD*d!7(ݎުO8~UÌ*9| lE艀 g,%Y\-%$ji j1أ'Zlô28M 9t#l1mv&+ͯx!x;V&M8{@ TO)PXv#Lޛ#pL櫛G+`ʫ]B|Nc*h C\4@ .~j<+TJF?x᠐QQ݀{̆b =;!YSEXRb -Z%>bQёzIuYAL}9c{u`]~&|SCqO;"ͨ%C·D|nyT(Q\j)\/HIsa}33EzDO(oE)NkL|0y Kh+8Z[ԭ7J`r,f#! !9M:un,ic]Uf)Jl=ٻv\ڶ|EP(Phn[?eX\KR# m~ձ(Һ;c? x3IO+ϘX56Eg w Ĺ>Q = wba Em>_-h,+5[ҹ2*%@&lb i}$0Q geYQXbiHM!-a$8uԭ5V?ee:5gAVc!_%k~B?) @%!ӦGK&YjwuFQxәg@ T[ ST[/żu`/~$MVYgbI| ˾ 7ؤZT2,j_R|4~A3xͽM ZN=xqv^w G'>婳)Xz: ~PCX4Oo9 o|Ѝ6=e@%;k[So](y)--;dnح`tmF&mU DsvF3F6.&P?")PO3q:]xDPH,i~zCv *j? =~;,ZZW;Xī(L#nD8QᵫamYX㾁Ͼ,ù^D 3%o!m#>DPeqqs^hOSx'\dP]d(x+C)VD| ˾,h,QLZFɛ}N{wM}՚3>$a7PP+Ad2εFgBpMDH{2+[;P0E ~mIݝ& TU.[P?8Xy$|GsbNMz,!Ie7[.<Sqt== &{(< ^(kv@ w}ĒuJSRC _ίA: _$h l̏%y+NLQ@{t~e*170!]ɠi8ZRZBIT"U m؆y3m26C#ѨmX1¦gC%X&c 2BEFh׊l:Fm!7 w$]%B:8KFIU8I\E S2=58zi:fPb& HDeNr mHC^CaSl//0ztP9`vMOcz"6 }1~;^&Ru!Qؽ+$؄dX> ޭ`c$q2P0o?Y1:!w8Ik25,`ʾ HJa`[ Kb<^vrb'K+i_v$$"*dȼmqWJ2y݌-~5-o&^@a8u)ޏ1A>W,>yQ] -"slS\`q̠v1*gd5f ]h̬b<^a+M^%*8ȊnaXݬSePRYÕȴ)#^`Ѧpw9 C{KkXAPYDg0nQSm]*^PIwqJ"7:j=!l,UOkm,UǿN-j-\4v1J5ft!@o(i:f,hT%:n6nWt*)T⡢x'$5-!y,6W2٠hVq;H\~T63=lg<b@"`OsYd56l7)Aih09##~'kn2@"V'H_>٩M;& 8F|QtkR oɩi2"3X0pqS8j \3,܈q7(xXTH& H$N8x-9#|02c!C#7QYd֚!&?X3cOCnhXxgVj*1WCjP1@>3 %z7 L9D4+ҍfe ,da:vze@.,{XY纉QjyhAXO9@[_}:BEf4c182̛f}rM/W#2v-Pjj'/vmtU`c[:_DFk_Wh .pkrGߖݝzyg{ w Mdj_Ttp˜_|]*M޷'VխIVr`Dns^4Ȃ3 Gn* }׼ԪM=)Ak]Y+4lE_М nYՙ|96at*թ70!p*8.D ?p/3 6$9PZ2 8W˅T.IIn79(ނbra4mrf_%(5"ҙ_Ti"P<%S.!5sgZx,s8ifW{FT {2 P Fu/ q$»r Q\p BQrSqGmJSBͩl՛bDTN\/ҽ91ĨNrQ^%$n .$ 4&4u?TCɕ@~ 20Jin `mCºLa1g >*W &OTGM w R/kN"PFU$<%夑7 hĎx_+$U99P ve`]\# d?(Qz8[~to瑵5! }iseO:6mH;(0,2e%;cݼt9@̍I<5h.2 RFfnӃ̤#rz$9ePAiCv.&b" lsI^mj uM*nv]?ضP>xx bLs&zb68|.aħðK}6m^X>hD0jo/ lL]?j0|JWpgu#?tjv_HD@W2ZѷֱHU%2`}C7+)a* eP(nOl[`a=5.+Vێף]khZnz1Tݴ5/oO!7JwXGr%C=. Vor1mYM~ &^ BJ1 bTQ0 kb~бfI6I;j#G0f o|%GX40X݅ls/4 wױ՜=q廡?&fp&-nv0 7nR|"}H:W zs6f4E+3>A[fR~A"̥ \Z{+>lheR~u +KY.`~BΗ֝̎eYû6u.AV =!+tOiJvs%{1 LZN9\wb'4]CV8]yyAS T#Iݞ3;W7PEGsyqisre7^jve|埖}Y + GAK= A;E[iyc~URߊNa.,Y[:Y9+`A!ӈ@CS z Ѷ^#Z>ز1sK27^Tsg(o86notdKs6q H:PFEF\Llf'EMq,#Ƒje2t<Ѐ=B&Cgoڋ7 YK܍h7P|Pv(~p[ʈ΁ݬß䛷X{?F8luSvVy?}V~& ˙vQ@?Nip]nh"r C{Iinꭄ W[81YWA 1 ˪9$;(ኁTÓY5x  Dx[D@81Og'Qk7&ȫÑ$ʍ,yΞ)1.Kr Mhڡ!A%K ahe$K"jz#{=vz{W!^cyTA">N2n~sҏϑXk,Se炞{N'_ HXiȠ~<9AK-?E+;qJaO.F[HS{ܬMT~DfEWH(ڭ J4' / Z@ o=(<˾xf~UyRjS :CYGF۶ G&L01xv8=kOjI'nsҡ1+2Yߗ1xzWU:Q}5c8 Lb/EO+;?>٬Q؂!,},HT̆~rbIetBd16dyS֊w*Aq'Z4 2]AŲCHI5H<^YQ|uRqЛ5넀!<zUu(g L#J^.?j`ͪmbdʀG`àVqT~IqGL*2[hIJ`O 78 )䔺^z *\1*G'_QݒDs t)oZmk,hއLՖơʟbo9Z#3sֱK~838;Eáy\-X]*g¿Jlϕ7&rQ] 2θTgcN8(Oqc2xHQX= "`T@vۯlv2zrՉډЭEx2FsrY'C/7,L}j5O_~oA#辶i E >pDtԵPҽQ#(=D@h}bU}2r>-nk#XњcWt#0yFhXx5a &)Z_er:脶"vBpoRAI*#,0Ip]AْT#4-TU2W{wָ@t=ӱgN쀸 صr<زO-xB,!ilL51C[MG˽[vk_l hm 椒D.6ZR"ɳÐ͸p7iҒ-)([_ Kk=ވPei7*Ip pSsGjOtYz'䲛 A}uz[& 81ҥC[2뺕y %`kp7CTY51 g*> ,\8xb:{*>>BO&SCn xN&R=(GEkOe8"FפA#/G ﶳDy0-t| BWŘ`W,THGP)ш*uC喽4cviyTcBЅλ.p̎ܨ5\#!@#`>n s`lspF!=AW|f( P TN+brͣ @ ā:=vO6VOnP D,V|O99vxxS"u uX6\ބ_ ^1s )tIba 15;M6wD@P2|X3D`r44QXv/t^yW 'pX; j6jK܇ZkdBƀ6I>V,n%Ey^+M$:/~0Lΰ;"T>* ׍ue栊C*B^\1WԳn)@Atk aү? \}ONOd-ć'.\6pQGs1`8r-‹rXTTsL6v{g+-s+ޫ4wYp; c^-E_#f#]º>>o`9bEM٧Q1-@uh*=K8:W2 R`ڦG"+yh'DЮ]㫰cZh(#<џgoCjlI|踑2%EoY(e&StgFQ}멫ȸWdͥ/?U$5*(-#ͭCG?K}_qIb"7~F6Vj^|}JXV$^KjO R lKڞ nATA]ui$a>ԃ T~ڝ;3ry¬v+4uڍUtU<_A#wԝM$A4$Ԝkk$JQCӼRF6\G1cRY7NWdEPTj @P[q1f:Yj[hբKNlwKa}F3^jJJnzP&텆'#;;7yA2lёAFrviܓݸt-+3ܖ<IpU!}nOOkM62{٤'Ш@Dr*_L(osPC,ImA?^ V\E ћ^bD/9i#胎7ȳxfpqbо⩃mzʏMJA ,ں¨ |p[R4\<Zi-k ҋ|if7!}p&32$KUJm%lGj݁X[g@X]V&4f.b+9tӼV ¿t i?0cA@Fb OMv,!)YͶJm<Xr?cko@F&΍B,?KZ-/P( %c=LEP_6=:r#ĒCPgįdJRxnu#&v1 Z?P]9Ȯ,mEP9X#l҂X;;-OŰtQք\.0|_ 묏xfv=n98oPJMO%kLX9Q\-&XIQe%iy'˯j?~:r-=:щI.pbGĩvQf $I KqlÁ檆|>+%evg&8F/ *QA",w2N=حFqe4e8Alwy]j}8UHcX.eb0-"\DJBxwPH#=) @mW# o•4cqdl\1YsV[t$( yRs>Ӛ5R ֭]kN+ogt}Wݖm`3z,ZjQYՓCC.v`7]Pz݆o,7SUT34Xq拙!P)ġS {AxF4"ZgΌ'A`<ɒDK#^iIj3j6^L7k,H=M@ꄼ t%>1g# AH.Ir ۈ1@%*5&`'.2^BIzZ {kMdC)PI7z Slɪ&j<#}ƨ?Ip#ǝPЫgβ3po@sB1!Uڳ]?dg2U};Y.unrr ϘϵIF Xk 9Π ykoA*'"<8 F$eAx-k7Yl42i@~N[Oa q-De˲0QO;b%Y`bK+ki_C=/(Oͱdc0*,KhwLƶ9>5: H1yuHj4͉=b Zj/U^i4&Kv7JF uG*|tv?ͯ)]#|~1?M6"+V~wgujnUT&~m'#T5y,]v?/Ǝ* l$vHJȌm0ہFU}ٺnT_1I߯4{"T[Gr8KA2hui\J":)&Hi+y=`Cp׵v7<`~&~]y$oSЅ&QޚN5Ec=B桨M __˛G^bϞЬQsBx:mot@^x%-όqܒ Sl'ǴЍwﶔ;o=MD٫{]Wŝ&"OS\h"B<i Qeg(3 Tc?$+'l#MLy >&艀{OۢɞZn2hxR )n|Ag0:L2=9E#UQ8CE[|N#6w;o$}:>V˧! , [9F3,l8+pX{ElBR<7O=)vJfZ=/PXiC$DCZ+jGGWin;DFAm6&q|\H`? l M7dD!izY;<Ь'SH94HTHps M0QK-VFBԂǣx mTѺ!22ePH/ xI3Z?zkpt Gmt;1͈SN4:'hc/'Ͻ] 6/1Itt Wꩄ:͖OXJp9tWe#^*=QX]^I LᆼRWՕsܭH^r'sߚ&瑑/%Ԏ-]̿bۑՁ ΰxL;" f*B+( w۳/eqzÒXBn>*(Vs;#pxq.9=NjC)T1MMaY1#٥"B4*&,RO]k0iDzlZ;̬~qF 1P'uD vdI^ӟm{_pB:='/wdG"lWV4>ȉ`i-N!)ʢ? xYhlhqÎ;k)½  W0z#sa2tn3`~AE>3cCz6/ ꜀z\Hh氊B:Kf<a0 T d^l ]vu ^⺚*{=v/3 ?8bTD +,*Pc5/DSSXňF: ||[]GlZI UPH'JrmM79*^&*afRWo:&q&ӣ؂./D *lB%Mh`ÚݯkڞFޝmЈP LrYC5y" iP̒m9u+ Րr@q T@F!GunQ:ٸz8>o@e13u1|SJ-@38<Rkb*soP2'yP.D3ԁ~#¯۔C~ '$ 0VTΘ (n[)ۡ/%/ wGC=X Zpm:|z yj9WMҋ`ֿ?]e{v~wR13&ª0CX~CL`m FSG}8F+`nh{ 1ɗVXI&k$)QldK5H2`ӎrPc^6H".rQɭ0 t)k%t{ehyM[ȡȿBUEQVLgb ys785VMISׇynY"U=lF᛻5O6*'Z~bHK_ |J}9ɷBbΜEt_A37-`@Ő??JoWpMu(.8@iQ}1HԨ*eq8p0tFs^u(S3fE~ruvP#@/T<v죘ڵ "˴I;d`< R7ɯt;qQ='JDF @R6wqHMEey*L$UCȢ1t&/$X5/+TFF1;Wa[OK޿2vG/z1ĵߊlYBAv$H=U2RtS (T ;\E0E+AkD`5E,XS:eUi"|0P,dȧ&&X )K=1,[2""ulC g4sR@iRnʰg~iM$6\Q~P;B)EgO9 IW)K$6p 1D+21bAIWңy6%+>2zl#/6Έy^LJ1m¬oGYʰmn TlU*^*FOc(>8% z,By)}'"%Z;N 0LtNT%8w% ONtݐob\9vbm[E-XF*Q_'=b6{܁4.Q9&+#e+Y+mċ<\1&Oa"tzfA+Ngh]hVڲm^_bl΃Ⱦ!Xp5䪅Zyx\&bA" uV"ǎ50*iGz"C73YaL<j);l1{H`&=T Iޢtm6(p U$6;s:g:HVݷn瞢6_e4$bCDUCN;?.~,g)m>S}GV5} $a_8Բ㋕!:dX%=}9DB}Jܮ":^1΃oa!v?|C4 DgAOugZuύl`٫_t: j1RK]&К 0HA0d^jb 3ZVL4^GPJ>ʵ$HpX Qs^HÖ< dyL__Hƕ us7cfd\!2r N M۶?y9 `/(WEϚ|M^(l WZTXR:Mbx;͖~N!t52Md5.yyG]4O-KOEqU֖:}:.B+<( 2(/騎0ޡzu7\߈Da4EBEYn[Ljj s崀`)щʑQҿ"Nsl_Hjzs{% T`c>n.ӯQ"mYrAںsT!F2!Jč8"*!)Baoy<2[gzC.|zHfKm>ϔϞ_udv4cטvĸVU©C\܅ yvo0WCUTWev)qYwnzh8q邧<,:'?&fvJX+k xwhI+gX?8dd-}f&e-[#A>aHj[${wa찢ۍ/sWpƜZ6ۂX1t88"r64 >d7Gzӱ*ϢH 7ԟᅽ8?cUӚ4>)~aPTgā\<1ق Lo[K_%o%\1 Y >nŗtgi"g c\BqR$,C𐽀 $'@Mi!X, u$h3 kxBnB6+m5;z'j"MgBٕHZ!a[xzSjiaLgҳyEͶ"v@1f̏'mq/^x: GĵeG cUϊ% $0g(g O^P?28 z:HF]uM6K㪹AYMfީ0l#GU3W;4 Ha lpxKSP?Hn)Ų Fٰ+ i ;޷΄OVqͶ]'Ne"Sk+jNy_L1? t(Rpr#x`\xԢ|AW?[M_QpM]oh? (#vv`Bm'?oPPZMeB^x/kB? ']f'UJAE35)eC\&_y 0k Q[;Lzj#Ʌ*e{{t>$ob i8?bUOV DPe `첄Up N ZIg3+i>/m.Ra?+!iߝwֹi NH IOw Eap>KN|Geb'ҿg>=XxPWv=G[2gu,O`ϕ ðq0Z)"t)!b*ds"rtց~`BaBhªɑ30@LgzJ^R;ڃ§III&Z9 ՕN@"!(nT Il" 6{T{W \zNu :|%dcgEyasOH miCRCnͶe#-;Gi iF΍V?ܦO2$ȥ_3N11)CN ?Hјv)xK YgTWɸdib^`vT`.\@-R.ϫwB0myWTЮ\F>'VW7k' [ =ul+Nb[L}Ed4aIgRlB U;uCQBQGp]6?T]:Q^7a +ddrT;ኳ^>0v 'a 5h,S&_50O+3="CKV^%7XP,\|cC^uEK R21ȩ)@3= r2O f35)u8M@[gzPk-nNuX`춫)'wzҬT&)P(mҖ #3@8$.x#NƥeK4޲HeQSs{nQFq/JP,9!3Glb`JĻxe %x ypƕ:(pADt |-nqpn ) !úv +Yt.̈́FXD޲†k~=N<#I1*D۴R'oY89C7_|l01aXW k_ ].l~bo!P[T GJy,}jQžD!w~Xˆq(׮'ŀ<k~BGh$B"jtB;qļN1L'/zD݉kEaZOu2~>n RFIVj/?⎲w~ s<L4H7AUKZ fPI H7 qLUE\;HLz7p<ɥ\vRsVPIF K1` MݛkFEd9w5f 8U^f#x+P|Ew,%Rlsr'qO0ZyﶓEg)/'yH\y7\y (`sH%8<'zAR·Vp6=gm\mDZiSp]{i|d6) &g^~)9M*Ř~ #ng~ gCjQXR7J/ZwwS{ BM6˼KY0JAИi1]gq$ 4'ڡ? {=LX]TPqřj*5+;[9J` mmAe G!1ksjպ5Sٙe]̩VxP<:C[RI9<~lń `:on]/hbJa +AϾOש(`66;l+zjBxZ;{M7 \~[n{5ULKL /hCi< | E*:2yreb譾*4&li.Ou MhK* ֏?7-a }Meĺ/|R #gvtlENf4ur3`5lL%Νb.|ZX#;4jOR-~U|tCkܵP%7 6"qLx=6jg[f{Ufō >'>UeU?/.7N,yVMs P;tM`W{:촿>J\/!Ğy:W 5(f#>"HiQ̄YߕAD-ZP \ Hs%nFpصxaAφDm,y 7mG(=V'XlHI6.+#K2Qg: Sm) NbFPc6q=! JmɆ1G "W Yeh ,h25;P5 h){cN#ϼL6\edRA6ugwDTߟ(#<{P%զn G5>JPq!]RS*`7 4;ѿ SXӁ9Wfu}"*t3W5#x5py7v]g;_uwᔎ9#c qgtYj鈙^lkC Ik1&ʥv[w(ԃkÀGl^ɐ%w=`+IcJE c͛ M؋u8-zXUݛAW՝aZ"u! ނ-\K 3̂jȆg-p :(6~k3@;Ql(榲NKB#W kO ŏ$?m}N A)B-htQ !6S J3Jh\Y_qp"Ш٢$x+Bk[zGx H;DjbaP5km}axyUK?{ ؃a`W 4kiO\O+X;a6ϻ;I:_3Sؓ¬O(A;{+u5^ jDž3n^Cj} ˲k|s.``kUBvÉ$̀G&0;x,1K`8a7tČclx v6x0ۀ'J'(_Y ? qx Vy :|W*$IZgHMH%w$qx,w%xrAT[GȰEҫY`{n|8Z7K.,q$ |~MRn-]\mOi,YCڲ^WoÇQmSf+(t>7{?v3vD0L5SygOrKV rLFx^LukAsǤ"~]Gz6d^|çIrZMg!.[W#l$Ev#n y!85Jbz/xYJv[=2T:5TlvbJC6kWى;L\/rhk.wCڶWB^i+LV qI#"VZ"0{d"LߕQ7TP௟S[ ڼM8,f =|Gm !wl"ʊo"?=R,u_y &?3aFGk$H" 3>GnpP.IƽtD~XY*;ӭzvUVKG$zwl;x0-w=nO3XR" ׅxQC-~䰋TNo@u}D !n}Sp})C>XmɃsza#PnU `E: D PF٨}-vs _!eNZc Ħ85>) CrNps>MlA PH2憕7дW-M& gn7шmHynaY0bj0-®cضep2kU En &^I56,{X*ruqÑp!zU7+ehRyMuT9݆ZxpkwDGE/Zw8|^xIS[X8*j_7ݦ(9;]+F P 2gY8Psz4lte Vo-!`Z~P4 ִ&үG0I5͝J| Z&9s^i2$U?"&. k8ZA&^ni}9r1o}\[ix䯱XH>EGfO׫Y|8@Ӵ6 Jb֝dB G o'JGv;NEA 5iL#`=[d)C2< 샱 YZ