gambas3-gb-form-editor-3.14.3-bp153.1.25 >  A `CcӜ!M@eeeD$;uXҁ Y !F{U7u@ yO>Ey&( 54.A#~9i:cJA o{e抉=dE R1>N)+x%wҙ+~Iמ/|>-rXA} 5,ͷS`+Fa 0OunLp>P,ae]oɉ"Ϋ&Ѱ5cPx&_w .p*JL 2 01561dcb7881a7b8022004d9c6cafad428c9db49d7109833ff356d240b26a4efe4f9853452c4cae4f2ef7916ff9d4c91b6813983H`CcӜ!M@eee<] |w eŬM]8:6F/̅>Gn F]9dž UT$?LsV9pg#j#"3V $ί$gT<L UrPW [*d*/3V]3f0… oڢjr)%ģ>x8wgŅƎ?Y5ҝpރ c+HE262^}֋[^hP$9g>p>Yl?Y\d  + B  #BHPh t    8\tb(8*9<*: *FUiGU|HUIUXUYU\U]U^VmbVcWdWeWfWlWuX vX$wXxXyXzXY YYYXCgambas3-gb-form-editor3.14.3bp153.1.25Text editor for GambasThis component provides the TextEditor control, which is a text editor with syntax highlighting support.`Ccrsheep87SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxx86_64]wxBA큤`Cch`Cch`Cch`Cch`Ccj`Ccjc217374b474339ef9b2342460940c8163c720a277a906624f6d29ec3f1309bcd35a1fdaa3fac524e72fc9e7207db86a07e451590a103b8f6074eae3a0ea93f19fda82e34df761e4ff54af51eda8d4903bb2bc8dcda66767acf67329d95b25ad25ed88c4813950f47eefa221ce0fab599b3e3b288e5acddc4de4760fb159b01450de2cca86714b4635d187a641317aee1f9ea7a71c7e7113599bbd747457da681rootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-bp153.1.25.src.rpmgambas3-gb-form-editorgambas3-gb-form-editor(x86-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 fixessheep87 16150291063.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-gambas3cpioxz5x86_64-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 linesRϔ=yɵgutf-8ceb5fd6ff02b40fea6623ab3b77d2815e9b0b93f9858795378f8a1212d1546cd? 7zXZ !t/⍷] crv(vX0aE~grߝm =j7s fwg #+{%'Ǿ;U;/q2G]坪dpa#}lo㉷K/) PKc-wtE^D_i[ `+,Kr $ U2,.{ƹ9.Cyr7)P71 DBL E'G t wSUt_m&Jlj* I#)x̿\鋢 wcE1.f|-A}een#\=?h}%P>N>!B_3;#ۨ&Q^!n"FB&?V )>ʥZ[PY>k'Pk} y$nEM&>yyX.iPD=)Da=Y;`CX[lIFko@;G;LBUfľ*_?cߚ ˰(ݡr a P[N*EwE m@`ObRnipVV2r`fDųGl"QnZ#OL"bq4*Øv^OL!0Ԙ1\Qߢٷ-OQaC(*ckɛ6XZWԽR.M>ŻF+W ~`2^QkʫD} ʡ䌇5^Vv6YoPgϘ{2b3苙dY``o|p$i*s؆W )f~r͇ٱWx[k*H dzvfUIhh|xT![=%E\i2TY*_8C0&!56xU! o?ҳEAb;U6gCҨ'T"ǯ'aI&$QnSD?3V'U &GuGQGd[N8КÖח5-FajlA@]]/(y 6e:fzBZ{|[C/O"w:A- u~HJfߝy,O: =Gcr6}_,Cȥ}xG[7]j}m]mlvNskL?#ddZ%8BTh{hΉ;F1UF=P4+?E>@84d`.Xܕ{$pqic])N G0[ DPo t綌vɳ[aWPJhb]`"ɸL Pob$ʹΛVZLv@!{]dw -X-8a|3P;hrj9]FKwMYwK>q.C]o o9??fix v tJ+ߝ JZ?ӄ|K(CE8`W?R'W+ e%3rͲ<`Q[sO~_9sMqc`H_7K*{d( On] 1TO$ ?xdwH;O5bo^=Mf$كz?s:i1MjHD^ ȠMWpm.yJU=ăq/q.vb*c "+p,*]1t;|(Lpi9ܨ*X@ =*[\sQ{YJt+M:15GFE+qd_O1FɮAe֒mN:rBv=ncI`;MhJp6Ld@mن IW%94E5 N)w4Gɪg ۰<3Zco~NHFͬl0 Mvx\#  l&\5&"Ht8g+DO񩵔SoF%Js&ffW#4u"C |/Ú-m`E Z׃6BIPS~ ['qvhH9ˬ$V*ub h+f47L(qII཭N{%oMl6>ЭIy70N1Ԧtk 85Q*)1VdNs•#\Rh}>ȵn<.Pu.Y~3,xE˟kJcbrV"xpն!-hX% y06}ۅ;nb8?gJnw慦7,8:K u|0p:|cŝV^Cŋ;B۔&y {r)~1nMTCN+v1ܚ>0p/8bȺ^8G3@# xzҾEwxG.Pxߛ~q*6H;Ջ;pÊBqzyÃ?(ֆP<|~ЩZWE5/^']I>mk*! d\ wHo + ٕʷZY4B)}=TL>=QNre ˆ]f eƎt*(W-n93o6fh'3 s4fh}? lq'pB54H5f*2.FqwsSg[QtԠOa`Z =c[ qoVY t-͑e*ޱ$ƾ)рw\!u^FK>@%jbD)ߦ2Sn.'(vNcK/OU^rյDQ|$o"r,zf!>USr9O9{?1óU 'Ox {沵 jQ%v=Oy%H)"$ԉ~)Zw 2!NgjZoYgizyb)/p~=FĄ|` 6MX\L/| ^&,Q87'Ym=)$UPrwHS[ROo7S!Mwtx >$dgr8J>?CxY6E0ybFY h|cnC䪤wdlߝyѐ+߳YV !bJF'Z5es`lStfb;+[;~`,43'i- ˉ_6]p "w#WCH-h^j~E.I#([t,4I5ɖ̦x0D9D2!^lT 0BDHQt1 qo,Έ 8^Zӧ-DR1xfΑI^_Xߔ&v|\rn]rmBɇT?u'ei?HQ1w0R2G~ O~E.:(XxnnC#BQ{|ҀMyh,~|Byj$;qga+eC(ro.6)2j`duSltdyϮO ɼ[Z8F+sMz5>7s2|Ҷ3SP#_AnT+H36cf7mnl7.3 W^~ )w @iB̛W%~<;.#&;MeM swWbJu [a:)E339QQǥ_(P+>(KVC9Lh>B6vᦒʙDm ϑX,)jeO QNjKLu^57<>M[hZ*$}hy96R%D[f4|{t yba}e۠(¿8,9^sS7PX`sP󗌗K7:m tUϞ;O{Z5sV&lPw=ƒܧrǓE֭zNajx#V. w*afe^ftL\QJyV4xz}fhvA?߱$~:ER,)[55L'[%l[.pi_~z2̽;΁pQ&_[G_V⻷MA ;߾>fN*Y Lt2Q} + "O;Ĝ \Vn\j l@L<(Lg$Qqky=dTz_h Eu!v%H>1,2RW(=RC ')L ]Eo-x=3Ha^ŵ+uv 'E.&g8}9%}*f'q^s&0 U|wSέo1ź`0.t2l~@yjA<_uG~1BOȍ"3@[PH;XUůk g&>W爷9BCLi~=? =O_"k09akG8`f>+7(poܲTaֳb/oٟu1-NnDf-0U Bho)US@D{#˦$ :;~ŹU!%ѲW|^8UЌz;Jqvq(!xYc~Y,7{+}͢UEzzքOv76ice֖cI]fYpӃ%oO=3)ºLHbUKwumD?[KHΖ8;ؽ _1` rMq]Xd M"$މLڎBHBe"}vG|Egb8O4I%aQtUI 6jQ5eiffsy99`!_%deF JK&ɥyLOV IqqN6F=0 mK$p쵑aKƦN(֤ rwhCɤ4}4؊q]fg8]<ҙ0L)a,Zo7*G%81B4} D-€֩B*$fW%`غR >6I'eJwAyf[;>d gIw68CV%^O˄V6(9 zavz6y3uI:B΢V鑌'go4(4,D'G>ܓ=jRsAtn[)z.c?k0dVD%/0ǜmDQq{ ʞ C"d7B5ҮЪBW56:'pJ[_Aۃ& N3K&~}mZtxBmJEr8zi`>]PT"SkްE9iiZcj *%Cc z O7rMeL Jߑ$(Fp8lC euz Ϳ1P^Gdn* 2NP3X#UYt2ksN؂C6)-P̮lu_OUyj9ё}(='Cmߝ}0o7TxSf9fu$"qXSA&8uȈ9a )-0kg=AQa Hÿ+h'6=&HlC6/JV3- Eԭw'S;|hXIpq}Aj*9 0B?I~`nZEғρWu O6}ѪĠXЖ1N"]%nx9,!;sNO8$2hMK,_4wKԞgd}8MMp:SӨld}.jCGvM #w9f6]I%/^i{܈g@ S٫1!JcfkoQRgX3m&sK>T-=fXRN21+N`-Ʌ"o{?L-j5 O}9@#.WH6IY=QWA ed,J竣MxR,P!FK\i14v-['v 5 C3O p/wBZ!li bUrq6oy#-Vc{ q_LZ=#}krz8~$_}H3]9:(\Y Ό4h+iaTMpU-uʲ6Y'|7L(-i_iRaCLV{̹Zfӂ}5jZl\W U~߰fB=eu잱3$=F% WB;Q\s{ۧk]s9i~P%7F-Εa"hnE?ZS&?v=;2uNO0,3f JlPӘyٽ$Rn/AXXl;?I [{\\rB\{|(M.[i,= Ydžj9>|3&ɀ:fU7kX3wm:}scmN_ٌRUO5 s6IGn݌jRCkgtFu6~^ip!tGm$d]D? {̸2O ѸJ3,!7NFw2V[]U\*ڀ(X8m`jONkM_yP\ Nzwhs M+Gm;@tE|gwGHQ퓅HD|w3\t\]#,o~|u!(Q5+)رk@nf+) H PsnʢRثj4M~'iec Б-zԀhua&r$1? ̴u|(;i~ծN) ,?ZE4,j( a9U5C^|/$a<"}8~v民@8\M>xe0q0썙-(#✑o5)H}쿯|. x`^@v~YӬ; G!O&ށ5wIeWp#@K[9'-~$j??]N}+c+,^DeDȕڐwB1i+eiy .8H>mKEСB"} L&LZ} Q}̸݈M^Tlљ2X,;Q6x*"N,U?~+*SLS!cw˼aHHN(֯qy ;U3z׀)>LidφXP7_ !;aLٸZOhnIws CA'b4=HHe*xic`$!,"]d8uunɹCTDe'3om*;yn1#GoJ+/e&C.DaTCߥSTw0l}Vxit;?){O-mu#M]v_)",EFR]0㿼 e~_a\CR2u(*s6ƉZ W~-!>8[ǔ~ʑ^k=uUjv )s=ZadZ"!V0E^kRp.ߍg)ZPu}kƹq `6hRBmuTt w랂mV- ":LPoԋ..jNp/Qlņy7:I-} xA\&[;oO'qr^~ Uڥ3~Z (z_;.MZѩL{{vE[Հ+S#iPO`R L 'd`~?8,s\ݮ {!cъhUDA\ \z,9ŝhК!evvRPVe`rx__ӡ4[&FبR}ߘ#KrÛ,C$V;7a!֨./o t"'(2"yRW? '3)<7-δ*VvPcJ ;S@j fvRt;`'P]8t"ۄZqsP0ZyB)d_hd`.[TJs)V<-nѭh9lχ0/GQQV{{Us O&hƌ}̸E glW@^~15G%ա 쓫)OX>jp1@0*&-CW޻' bWo0n^Rʎ3“kV{ߠKf`>aEƒ nkZHΠ~nuDD@GD{2R2)X[v3M}zJs:3l>(vAN#j4 γz9 M.8d$}wM$V^\,RӤez!חD!|A 54`bG ߑR{Ϸ{34UI7-_HS|P5?CEu#)pڷZM$V]@7W%Jm) 3Gb! i'+ZϮeUFJUL?_^Gfjg]#?Lx2 P@l8m/f bVkEL(7k2~͉  j3Tົan\P˂WF5Jw?U*#H[mϭ"6s5|ϟY (DM@d_`SW+| \˺A>b=<3I4KkҤ4@ėQRN?jdT.`qjf$GDi vpp5W#]/%R#(S'ze?8]k# lJh-/- Ai:t @@UqQZ%U-Dg<;SZ)O\dTvG_I9be6xSw8j R15[cϩ$MRbk(6?lma  Aۭ HfΜ4I!C-=e/ڠ_(S9mNG?Gʢ: aXg+E6:,Y zҝ:Nzd}Al(3,E,, qJ[` l~y,M%!gT $Ǩ7$nON5]ON+~rqI]J2[\݈u؍_[!K+a!lmg6!'eOA@`(1-`  Ҍ(yF@Ń&|SF[)}(Y$HʅDU"a`k1!\ʽ4,${4 N/7jT87XYfnw ?88[bci[}>MX:/3Oc7-iIږ`bJ?`0, ƮұۉXI r:) Kh5¼k,)j-GfD0Ro$FC7?FegSQPQK[3=)RoAH-/3?|1xC: _g -sZx xOoB=I/L70%jI`oR+E s},Ib9gjvDRw EG>v]™ܯ^ րD15Sme4eA(d6O{h&enl9&BA/2r6aih-i5% U#Oh1*"C.7-Dbp8QuTXXD/ *{HlgGfݵK @X k[a?$ATLw⾣qi{9`ڸ>i6тT+@-P`)vI3תi86<ߘ $YwٽOЪ`ABv0d>M nl Z{MIV8*#q}ǖdm!Tu#m&_6G* Hu@Cԕ?woTSnFsljy Viz"PwнZ`S͎C*y#}pϽh-?VZRB<|HjmIU8T\6dg,Oeym|iGDl(?]\WwWiN FvxΙWqQ45{S)=wD((ԡT<F K~ܥ` uKl,qnV>VL٢Ǘ͟ 0Lp$iwMp^Z3X$ =,r;5T*5 ߏn&SlwޝWDk0NrD-nl9#ݠ>IxM O`lec\NNS8e,Dp}!%OYHT+ U]ӆ}~u6626~b'\Lxdw!_47'R!a}F$åOMŲ[˻؋fNVIb{)݅0bV@zmvK-\ 7 C[ѽsdem}eqPN٪~^WV7D x V8},F1 W$jqʎN 4 gQ)fKu2(볚h'b>M@Mea:!i%R5Og ֆV򈉤'S!h,,.)o@'™yojUuq&k vP)P9Ɓ4b$2 ׬~6.83yowny;]gKZlW@ @{H<$y4eS)~Z*$z2c \۾0&H4XZ$^-̏Ϳr&k:c OQ^B>ُ zN*xaf$ }h"U9%= Yו(v&vIP#=20 kY]fk줺[vM9E7㪘i :$V ?:=ub0)qM>W_) ;dD7 `}B%^1`AcaG8ʮS9l0[m[Du*pa=vcþ>+#B*F˚SߤM$ۮje Q½ ʌȊJqI2uiA+.}f*ti2)?okV9caնd8JI!oHBB(m,UzDA?'.Ad:UbJ+kC)۠~Kc|>{tRr@p'ҖSF\sDHh bgjq etՐ=x?7>ml=Q簑Bg3Z |!j乳a*(q_McHQ_V;Q)ʀ论ϖ}5I/It4YA 3Jێa`>qGZW!>Dfq'bwgq&f1DK@E9n]"Ū쪖VsHibvFNNx )z.3ݳE4wuju ĶjQ+!.i B ?J\?zh/>Q2PC ' /ixpGh|d1M! aa@AJCu4 R*xk 9bF `fz>%{=\K,rTPs`cl EmʚӐ- ςFp FPLSL$.0 kׯ7W>:u3``c-iPJ)yNہlEU,jD i X7rv a8YG,oΊT:N4 k/ )ד2j]KP>9T+|;+?)>2"b,9Ԛg2/YSxPQ7<²d#-P;c$̌:.U76%ﺾQJ'p~ca@#) yekc;>q|*C7UVK%":L!T5qg-?#W掚mZxU`h m>v:Ox9(9fHkJAuE2$j?4JXu{j2lrKLqX3ڨd|Olք6EbX>/<=@d«6wyy]5-wrA"8zT I\4~ ?)Kӻ?ЖLE]2x,J' fdo5>N]ް{ciW›,G8rxޙw"(զ,vSΩ9'hm'%k_fhɃst)3OTwD1O(!ҕ;$؈,#+|oNprlHC%3hU/QTBĂ2J3pD.X(sḑbӕ6ӊ27YBG9f_ؐ9";#PjD8gUW 0d!h36$^sGrO4~D#4.g3rl-UҦw#nL u"lz|lDòmSz8# 7g:?r'켗E=*Vk#7G3e1#ylEU>lg*+gT` evo,+ *zbHnWb:?]"/I =u :qvUmBFcϿ4BALipsUwq- ObMM2Qz]9Z$rM_2>M D% u/+4.ᵪՃN)n3,0w׵v/Tmʅ_)k{$_xԧNS\(p JQ$KLnD`d*h 6K- |"X(HWtޟJdg+ 8w9U峷x3@JP؞i SNKw';tj Iox T`&jʙ x\U<]QýM+_X!WwctSCJDe}~3:q<y͙*}/DM:4L{Q5,xyz]l8ڌv@)D FA*+$XmHaÓ؄1D\AʛlDW<֋}vDH"hfͯ1SZW8=N֗VbnzȬ[AU( uUbzxt~kDq:k4G#GDdDOc7"'(JGN7yk_A62G_55B,?DOhRU m7 ݻB2&{Eh%@Xd4.CۨŲt<ënu|6ǤVUU'D3w]"oĩy˜p2EДnT<5`̋7i[s'XBs4I)T,[/˿ܸ3{aD7B; b:JŻѼLz=b֕p~7M(/fL*b.:2oQau<8b:e{ +4Dh/UeiX@5:n!I!gx!*ZfI&_{ܟ̜6 AztEle&m C`Fj SZ\xW%r(pe42Å|WvVu%%kY uO'v@sV%widdA7T4Lwig"] 99c-DcG(XTPWXj-B=KT ahw];Ke֍38^ݴ$T b ,x="wTXUpSqB#C[V׌RETc]Rg #X9LᨅXɮg57A z%Ν-K:+a o+tQ;,5! u) ukYOu &}AN}8WyK ZESnWR;ɛɰꅏؼA js#SzbZɏ=j@T'юȟ& %Xa"Hp?JHBT\$8.1 nٳaa&5E.HB{:V٥U`RH-o Cs~B-.0Z=7iUxv'< \'So ͽ mPeHQŀwxNȒ.8r(v`;|<{ھ `\SGj&t^4̧ᱏfrLisqFHmƦ35rX'fLb)C[rJxp"O4'`z|pm.5SӴw>,1#69RF~)I"xU>Cܨ>2 vU8H5 8GVp7Or;a3ާCJf2z@X`=ŧJ>0𳬡o%FHpܽy-_yv)Z(ם~^JCi^t{nWtdg*`[VCZkI~_ LғwYhP5OSh+qQ[{=V+q˭}Q±{S)mK9+E>ʬ(‹-}UPu笤49#eN Wxh[M23gT_A NqM\jWeGvUASoC|UH/)c ;׭+ B_6qǩZ\/]HE"USR>b!|Ӻ=[3A5 uVo4C߅G˲@nt& la[DJ x3w2ow#; rx{-O`Ӧ.dA60z}AkF6$RWOV5woݚ <`|Gp0]]w9 /өYՏ:`?ZB1;,F~xLJpj vwۃ-)Mҗ\kv[g+QwUH,w(=m :H,Nd .r"ΘzX3I!en]=geF4^$]J7WtMUI[=g7ۓ PX| yԮm/3!رѡ?(E)\ѵd C\ NR{lX\N>RxaUC\`660azrL;n+dt6 `y[}tx`mk'9ʘ 9nw{7]P°gCZ o =FR"~gS0x*"ekYpo#Weڭ{hg%>-EOA,ڬ/ʫ$eHT`j5TWw2 A1eA- N\Q1% sʷ=#rSqf&u?$m3\0UXy pw۩񊑜o-'`j/wo5a1q9̫4ZkozlP#1Z$yy!UƔ^ܱc9&z-P-b-qzv6dCZAgwu/m]H2޴ S:DGg }n*Nk3'gvMrId$7G">CÀ-f]+W2#P­sEVƉDZ*XttiIp$},EUs2xZ^Q&gf.VeA}%#BMS0PUbw0䘩Xb7Ԃ~&qV-M029gzYCٌiM?([yKy%gp5qS2Fn%&@t얡>f!M:@b %GnNCObB+W[F.K*ٻ˛ ~, [amh-&'641w#R#\[Wgd}] H#Ut!ŔkwA!}4wfpO%Bj8 m3-Xu%d_Wxu(OZEYMq䫉eE*aXfVK5\ci}sA# jǸ iD^ncƢ,=F%~"1,cqsMXU-m )j~lSD,שz1 / ^$&d! ++kHGu8HbjzP 2an|Gg?x3b׸G'W_u'_ D{s֫띃`*H|iEؙ6&1|~߇AbY"@lb,89WgjoTŽ:F|a#al5rABE!̤ w#S |A{GfM?x ?8/'C+v~0>2N.+ةurr"fO+h h{เԌzj["J?Ͻ,Ǩ @Ow8 f3S;͚]XG"%rNs#MS̩|;Z  Uȃ,3\ldCL:=!T\zܣMB ;{3pVa 7zXl/; B..1|Hn|1XOm=sq6jvx(hOWB 3` z{EvLx _?շ<}'1 όe,a'b ͅ}RWD涚p0(3ۙ\"*'[6aƧZEˑ ȝeh N-: )C3m]n2nT>Ҽ(I/2J5T!* ^ Ԝӂ^@:_~L<װ]wHcؿpZ)}w6,S_}n(!ZaUrފeXP.[aE@28Vs|vk,&U,)񠀹n~*^Y 6D)~݊X\Qf.`XԅM8\oZk+^7ˑWo5=܍-}7V=o:((L,Ѣ@98gVCMCxjJ`RkVpY>iC>&FQĄ(ss:Q)`38wNށ3C`M6Wu R@XǝH||&`Ħov@enfthLMI9= 8ii4E)_ FZL.f`ۍ:H=XH.~ )X$oMҬ./Mo"Вۙ9RLDYp3ba)`kG>GsaB:% 0ay02k2xJvDI Ǒ! 3lQ!$de1&&PN',{7Xau>%#^mfX6i6Eu$b6wnצHKҡ/ލ= pܾsK\vc35\q/>1!Co㧟Yk;1N;e.捄#!0h3O-*9t,gxlWub!zmy@M_"$R,5yCŁ^(rM]E4] NJʲIzG%&nG~/CuŜa:~ ֤N C$޳"PЅtit,c"8'coߞ7qwéXe;-j)Se7 /"Zjhx꬇yfl#ss hlju$u sI5)]i!/K5t=dZ )7?cn|EI)#( 3ѢT|H EA,?{SFr ֐jdji.kX>g<)NʌMg/ CyqOˣqF['ݾX_1*'q딪=S*(ycX씨S-iv]Rؕ2aK:)qd~qPuA{^u3He*b5 Ʈ^.~ B71<~$_9dxrw2D$(Jc|2_w~x"}Uyk,A\cV+r.W"ו(ثD O3ި^Cϐ3t'5pP%_2Qv]%\]BBŠAOrH7'v*8wTmclNUT "Eu^OID.ܬ_3.1rٗQ:@U:y ъFQmq"eoO$28na,[ Xش`肸g%Pf ~3[#l$X6NofMBzqsGwB6XbDUL$537E'o==EJ~!(ZBF{29G+z{/" 6;u/wgu54$Q#q9%򘿚ti]Vf;Phb˄6#ֶ>7vq^DTNڼuFbfiWx:3dX%kI?8_oRs@ë!J!6 {tgI#/=9M#BrkfW \y&T76MO??ѻ\|6|Ti) ~T:6wK#*>g3atڌ oG@)|Jb 6xYpj?(rE' ړSG\o!m-S  SݙdCۉ-xMَ=9*5JCU<-w=rg!#~h:UVOV[sb&6/8v]'hh8p/67y2}lZewdN JJK̷C*+lxB+@[J 9װݰlo/5v׆ @EÉw-rj/J4pol;|VZEKZ dD:iL?'A$p qu[NF$ak#>C DFMkы4DOx vv [tyOH3N\ޯናR4̢`p iҩ=1VNV3>l&dpK\.ʦLS UN {{|]5'PN(ec6 V5o ڲS S;A-JD(C)&2u*bBz47l1r;uOi07rSv  .>'MMH,vAJI]ϟCޘAiy!;~$d{TH:;cmU {I _KFp\DXFLw=,rBj(3teWP'VV aKMG&zkhv|mF UajB\u9QE¶wH z4/z6d j— ʚ4\=.`{v۸6:@< V+5獋BLO | 6M7Q!.Iݣ8GAODȳ/5j{R.?Э&BC M8nbX):ZR󩵬,n^Q4Kg5Oi>jTVȿ4ra[Ä awq6[I$h'G6T謆hY&miaa'LL-m,6pV@/-*8~~|K:x!lh>Jh)5̈́!S)MD+B ^J'Roo3c{ $Wز(B1ẁD^`t C‹ fZk4ʀD 伵>(qVca_<}ԩ̬GEyݱPb0F -W}JzO#{v+3?'gn:eK%]Dp/!PHEG.'3*]S$"5 LK S`ksgr!ȉ#3D3EkW+޷3)EtnIX/[װ)Z&Av0BbT./-jERl"F؜+OC9 BE[pdf{sM)S4gpIȲ.4[En !g[iOCC6ELED6\ݼ+0^y-, LyNi6bdkZIܝlԝoDEߑ{/FD9?%L齞U5upCAAۡ&h0Q{#ЛhhԎnHFrXE6fnxe=IsFk+LBxv"#q?[&|DhzǕcĸ3ȿxo89vիI\,PLDxP0ϖ}(C3x!b];"4vZ <jlxtn DGP}y쑡7swO<}?ƛg+z]22;r~%Кٌ @\ --o0=\ .y!kHu/t_ _&~񨩱G=M^@(A~ 9@M_KixJJLm>2bXeKFE>ǶЫE$'f3/ֈl=}vjhxXWÇ:;a ݺÅʗں/+w"N25Fc m82! 槈 !. D|D!ݽ>қeӉ8X-0 (c`@D~fFJKrE9KjڿV'-BmMӪ['Ls@$bعXJ,ʌkHH0BxS PJKA ;+w6_zxԬ;aI#^}I'sc㊠P*3E an"q140ziO9jyKGW7lD0"PYtg,pGDR)j-cj\L!r6պyƷ/8Cğ>pY`gzRSNGG߂VK1f}}7@Ne]6J6$H4=@ ';9%s.7ͬuⰪrInAƃN,Ѵ/f7ێ%Mfm{REFǽ'%tYlR"s g\g+ hR/H\XȂw*9p2ÓLsۚ'w5V4 6r-΃ѹw+r% `PlL|Qۀ3ܗ,-P++V "f2%l g_S"1rGZ 8|eF4~w:_EќoV8~73A kv4WL8QLmWJ9#Vy%#23ۑɘݥs{6^Bv;h:їMY63ېƌUXIV6 50 S`5*tH)@ļݥī0TKoRbq9Uc=36n㣐$۴A5ފ $,'ē]ME5X~$s~*e3Pϵ_5sNB<4B$9xݨ5ĵ$ATcQs?9Mj7y4jk%. / qY), 2-uߋO`Gۆ{3ɆAHHyDMk71jd](w],=⧞S ,rS0 u][~N+HY]tؑ'_X6J;8|L}k݉EAvӂpR*~.)Gl2zwNq,K#6Dv%/*SX !( ?k_t7DW{rBb/l>2D*~Kn?JFŶeusXY9Q6\KktInX|YF$N'5Ak#bx2+=0{3bH))C]H/r (y?*O; xZ:͏Q:9U H}h8V=:HULd |nSc/%+9뭽z& eѸkߘ Ӗ hϓ:';[}?$!VYw ̎259 Mx ˫wa[F92詖k!ڎ)QZq/icVJl\MYkM+SX)I%Gewe"Yk(WW|)>O-(TD]S8ޚkзf(Q/N)U}?ۜVMyqvmMr[BjO#Ƣ/=;2 h!<[ *J@I1{'K+4,(il&VCUl.3-Q{{qGLR3YCFŭ&&R,$Lc C3Y:jvB>3ϟ[2`$X*s:W$>v+'_2,=1Ak,TiK.}4yMS&W_)T> i7 c$x[ WYEdPj[9cesЭI^=Br.U %JӒHG}bsep).k Ӧ2(uj3#St e{v8& }i&9ض>u6\m`o k#B=4^ T7N҅v|zUYW+QE-AkC":R `1Qĵd(8ssOB1/zmԭ;u[es-#Ld3">>~lX |GB:UF’yNrl|YOǽ";! lKFg}$dUO"7Log;MvN2\#h ˟b}d\4XC;oA'pfVŚti+(Ā24$1"Xۈ}Fq`&%#ܿM]I&C+g9>[ KtF,{vS!Y3JBg7rUܟgԓIMWrO8ɬ-jv_Cw"d6x!,jTd;&e8daY IdeMضTkH[lGA RK3oگGb1)6Wrdus '<*_Gudw>cwpf$B :<] nUdihqf(/I.;@gfu$0UV 膕Jho 94YXek9>(>vlMTPm +|SH''p5-,yfY0[)d/_- y{BlL&D<߹ߨalO50@ ʫ<{ @ĄI''s-jNfZ7W_5E͙\87fyq saIJ"/ȯ.^6C :|*.䫫4Wx~?ޫə E^ .;zՎΛ-0)s3Ib&qm?~yAR'D:[`*\BPF1KRg;"3Fox?zn i W %xy\{ tgbE &KyQiq"B7|Yr!GB>TS(tVd~mvJ5'{8c"'t1RRD%=c]@gͣ2H*o+Gȥ~VU|1Q@-1ϒjϖnʦ 9H l˱ʃe3c _wm}ćiQ2͂ MMEvK\mjr}ȤT`WׁLj^0,6uv23L֊Ҝ}S/Hg`KGvɻ|RXBf>I;,>)4~Ç|..iMz1} #>{~2%\ĖmBVv9DVnZ꼚*^m?`0fhp_,Uػ˾S&k4BF%fLj҃Fm`]fKg+9ٓYQ(wD/aȟ1Xl%֙K裍9\~Y$S@3o7{級~WZE'nm}J|a=kd ;g6`[ iFD.GL5 򊞣z*TV/**IE(W& 29cy2rHƽ7ξ$]nSa=\zWә"B쫼X;yQp[Qp88B&:F0~sB4I :ZΊ _K^karXTf%H2 sU茈aBSX*4YcZ0&q?gTB$H$ʶKyj%~j(G V'jRhVYh]f0悺,4a ҷmL,: ڷHٜhNs2},97ѴkE*;"ԧ'E\5V3D"wFƹo-YJo]MxV'Z5;!;F쑫!KWiLɖמڵXceJ*Ü[@DpqkEz^ΰFLC,ҽXU[ye[ot+^*}Ǣqأ9¥q.,hm2uVQ(kx3a^HX%'N=oΛQTe&{ gSش UJtިsμM+i񕘵#"\S#|TiL0~>{!x]&{F.Sv/l4EK&Tu\z=/r#^;cAc1@MU bDDc|cC1~ԚqYT4RCr(d% d3@g-k#5h´@a>L@XSRHqyQzHc0 lդJHonIdR2+&y¢ݝdzJusV~VE RWkJ]H2_<&,Cww%>YK=qlOJbq 0He"o !֊$qkQYA⾏l*ef˼;Ci'f#dSf%~&1ut©ռ)^xh%rܬ6ƻ`ɖbC$^-/uZJL]h|e>*mL1BNdIF仁佌*ِb>.}5e g- W*֞ / 20rϙI˯Y>M&h2ĉ~pgIo*m@SFO.,аi.r0_eD 9 "uJ2垲 Au VI8W)RɁz!#- D}qOZ!jl2`npՖX&*!3 Հ 6*6torN6^'MwE?`j`Xrw%Hzjx\bƼnYrϡP u _^r8)n633`xX̓`5P.犯C(AջG)JIsunj܀t:3rE*l5KBw& TDֽgUrjwI'rKxSޕ-6Sh"cr^V61%W5!'Bӝ$Cx=I3yeOmtE0 9<4H\,(3Sɘl6% % \R]^mO!zeIa *kS>>>3-pN io uKKE6|wluN <4Yπ-Ph=zrsr[#eqdI! $Ԥ,坟}t*4ݚMzfFht|tA≳4Cɓ X;JLZKR^6;PҮrdJb\??/~jQifu֮zg?W{F?E/YL` or@b^,w".^HKɠfG&4pTkDە\bǴ ?/+Z |8xJިp#W @3?6ݜCqaQRBӢ:X'cg ThAs$)ޑ8y^wv0*!fݬ#'hy46פnD/~8rJX`K|d8GHO3U%oF" K9%劫Ml)QbU4Q8R zǻ$ 1NG\ f!̽ؓ'|j?gCs)|/9pBak̤p>B$Ʈ9Z(wzk/8T5xJ@@LO_%2OfYwE*K-݌Ԕn=" 7rD}OuGL\9,ZZn\f^V+p jS&RY} \o{ GVVd5JѧQƑ7;dp b̜ηn'#A֘n*Yc0N6a6CsIE\.,RY%Kw}Y< +5~,dZ#R;um3 xn'mܽY@U]?M|VMv:KZ6m4ubׇ7D» i!!o=*h-ʉM5m3Q, H-%ZYU >pN d>E7ǗW!&=,43/3EvD<˖^)>WܻNiL2}vFsnZöӋ֒,!?ãcAy+D*ڠLDIlQ/ӍλR=p]6yM4+vF;gMI{1/b[b'7>x]|X'Ι7޹!N`y[^Ck$eyB/-N/4iCaZpm%GzיI!З׭yJjXJ~O5VRbx#T쐴c_fՌPW)}۪?-K;ճ+ 83=m E Ne qY*U]Nhϳr.S`\b{nD͐V1R(6]CC :_*+챊߶u9USԩ#E & fvfTHt+ bEhΰ Ĵw"[k9:\}DC>W.Q]AV{ojD]֣.@1x ?(\%4T]eN2煎dfpDoߡS, ש᧰ A4f"cG [\#2Q h:lh4TO6Zw;oǗ.XXUPGz_#۽d7f)| )"ԇ'gD\;'jb/O| &ly}S3jm2?csg>p V-Y>|M06@g [̺vS"AMƛ3x{V420hWS;Z*i0 ևiXdz^bv; oG.f =u$߰*3qC7m2`>uf_VnA::=Tհqi%%1)?{*aπ v]koK\:Mf#N(<_O1l|I0…8~ X%y֍@쁝 H#I^ϨPH M}M*jޝJ4>Tskc5!aiݓY8OU|ZݓKcC6{\hؕ+|t5v0i/D'jo"F͙Гn80%7v LV,{ƤSU5H8 8%i1-cxn=<=Q/U )O` >pXfhmF5|~v*}իmfډ/p2/J( +f@N."MQk(6f b WD=6/.]dڶ@4E\e+gn n6ġGeMrr(ĩwG&Hd i?PC0/{KCʤ&DzORf6^,} uq(Bd62۝fEgvcn )h!q8&7?FC9OQS hDu 䬫BɹܜK U3+].UYIQSH^^2bqIۻ"e,><9JݫEwՍn&Yhx8#xKj;П{VikI aE| 9tFxm!ݩ]5!ub'=˟ߞS f _WLjlְ/b>C.D#i>) .o%@dHy Nl1Z[/& xV>)9&,lgW`+ɢsp;nj[4vs2G1Ρ ?Z=ڣ g@E!]Byެ,  ֋! Pj4-aFkI@|dM!W]# ZJ޾s5[2LgΣ=ARāh19'VŁg'CwNV9 i̭TM \1 0oʍETg#]HCjq۬;AI8steJC7aˈRjUYeK,9.zszjzza8Bn{0{ҙ[-10Gdh (SQvQϸV&wf;ŖeE|nKўAT/d) Ro3# qU YZ