gambas3-gb-jit-3.14.3-lp152.4.2 >  A ^5/=„/)yl[o,niwֵ+JOٗzL L%ސ&gp>Z?Zd " ;pt|  , < L l  <d H P (y8*9(*: *FVUGVhHVIVXVYV\V]W^WgbWcX=dXeXfXlXuXvXwYxYyZzZ,Z<Z@ZFZCgambas3-gb-jit3.14.3lp152.4.2The Gambas JIT componentThis component provides the JIT compiler for Gambas.^lamb777openSUSE Leap 15.2openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Tools/IDEhttp://gambas.sourceforge.net/linuxx86_64T,+h 큤^Y^Y^Y^Y^Y^^w^w5ee6c4db338340e7bec3e7b55fdd65ab192a8ff979a3a92516abb1530c09ac3930b2dec69197b4ce3d950cd76abfd81dfcdc8a16d0b49275c5151ce99317e4280f814d135988c46e19c0bcba3ef0bb4e077c1f517dd80318d152ba8788b2d51bc7cdda801bba0cb4ff7d08962d3fdcf82bec6f488ff2fb6e51cac5ce5fd0b9280ff1fe7256f7cb0af9178e648cd259791dd1b7846bfef1d99dba21bf6172bce8ea33778a03ba610814f382b9c46658cf04083778828100ddca3249b8fc800fb7gb.jit.so.0.0.0gb.jit.so.0.0.0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootgambas3-3.14.3-lp152.4.2.src.rpmgambas3-gb-jitgambas3-gb-jit(x86-64)libtool(/usr/lib64/gambas3/gb.jit.la)@@@@@@    /usr/bin/envgambas3-runtimelibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.14.33.0.4-14.6.0-14.0-15.2-14.14.1^^oj@^W@^(9@^%@]{@]\,@\@\~d\`@\X)@[@[}P@[dC[b@Z3@ZZ.s@Z-!Z+@Z)-@YYYoIY3@X@X@XXWWM|W@MVm@VV}/VC-V4@V/g@U\w@T@T@Carsten Ziepke Max Lin Bjørn Lie Bjørn Lie Bjørn Lie Alexei Podvalsky Alexei Podvalsky Alexei Podvalsky Christophe Giboudeaux olaf@aepfle.deJan Engelhardt Alexei Podvalsky Lars Vogdt avvissu@yandex.byavvissu@yandex.byavvissu@yandex.bympluskal@suse.comlars@linux-schulserver.deavvissu@yandex.byavvissu@yandex.byavvissu@yandex.bydimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byjengelh@inai.deavvissu@yandex.byavvissu@yandex.byavvissu@yandex.byaloisio@gmx.comavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.ruavvissu@yandex.rulars@linux-schulserver.delars@linux-schulserver.delars@linux-schulserver.de- Added gambas3-3.14.3-fix_build_with_poppler-0.88.patch. This patch fixes the build problems with newer poppler version. poppler 0.85: https://gitlab.com/gambas/gambas/commit/6a16e02e poppler 0.86: https://gitlab.com/gambas/gambas/commit/bdb58016- BuildRequires postgresql-server-devel on Leap >= 15.2- Replace pkgconfig(gmime-2.6) with pkgconfig(gmime-3.0) BuildRequires.- Update to version 3.14.3: * Fix compilation with poppler >= 0.83. - Changes from version 3.14.2: * This release mainly includes a fix of the Message class that disturbs a lot of people. * INTERPRETER: Fix Find() method on Float, Single, and Long arrays. * GB.DB.POSTGRESQL: Compile with PostgreSQL 12. * GB.GUI.BASE: Message: The ENTER key now selects the button having the focus, not the default one, so that message boxes behave the same with GTK+ and Qt.- Drop pkgconfig(ORBit-2.0) BuildRequires: No longer needed, nor used.- Update to 3.14.1: * Fix exponent sign printed twice in float to string conversion. * Some fixes in Drag & drop frame management. * Prevent possible flickering of drag & drop frame. * Form editor: Draw the control frame as soon as the Drag event is raised, to try to workaround a dnd bug. * Fix drag & drop frame management. * Update project configuration files. * Redraw the 'menu' and 'new-dir' icon. * Fix mouse wheel zoom and paper size refresh. * DocumentView: Some little design changes. * Paint.TextHeight is a new property that returns the height of one line of text, and Paint.FontScale is now "transparent". * Fix highlighting of long lines and comments. * Remove a useless global variable. * Message boxes now correctly handle multi-line text in buttons. * Apply Paint.FontScale only when Paint.Font is assigned. Not when one of the Paint.Font properties changes. * Merge branch 'master' into 'master' * [GB.QT5] BUG: Workaround "Setting a QCompleter on non-editable QComboBox is not allowed" message * Do not imbricate focus events. * Do JIT compilation after class loading. Otherwise the JIT compiler may want to load the class that triggers the compilation again. * Windows whose Utility property is set now use '_NET_WM_WINDOW_TYPE_DIALOG' instead of '_NET_WM_WINDOW_TYPE_DIALOG'. * Correctly generate metadata file for events so that there is no spurious ByRef arguments anymore. * Forgot to commit common header files. * System.Trace is a new property that toggles the dump of the position of each executed line. * Project property dialog: Fix deletion in argument list when pressing Backspace. * Disable qt4 webkit component. * Floating-point number to string conversion is now 1.7 times faster. * Add a '-t' option that dumps to the standard error the position of each executed line of code. * Update Gambas 16 px size font. Make it less round and fix many characters. * Fix support of read-only arrays.- Update to 3.14.0: * Add dark theme versions of component chooser icons (checked, partially checked, locked). * Fix XmlExplorer constructor declaration. * Handle the new error hook. * Don't leak control reference when raising an error from a click event handler. * Uncatched errors raised from an event handler can be ignored now. * Update Gambas 16 fonts. * Always specify the direction of input method arguments in introspection, otherwise the 'qdbusviewer' tool does not work. * Add a bookmark on the current project in all directory and file choosers. * Bookmarks is a new static class that allows to define global bookmarks for all FileChooser and DirChooser controls. * Fix again the management of the new new PROPERTY... * Take column in compiler warning messages into account. * Fix again some crash when using the new PROPERTY * Fix crash when using the new PROPERTY ... * Error.Clear() now clears the error flag returned by the ERROR function. * Remove a debugging message. * Take newlines, tabs, and backticks into account when analyzing a table schema. * Fix the declaration of static properties using USE. * Automatic completion: Don't crash when displaying the signature of '_new'. * Fix menu proxy management that could crash combo-box popups. * Add a bold version of the 16 pt Gambas font. * Fix some memory leaks in font management. * [GB.DB] NEW: Add a driver API that handles debugging messages. NEW: Print the current date/time before any debugging message. * Add a 16 point size version of the medium Gambas font. * Menu editor: Double-clicking on a menu entry now automatically closes the menu editor to open the Click event handler of that menu. * Update component version. * Component version is now taken from the VERSION file. * Some minus signs reformatting. * Project tree: 'Open in folder' menu entry is now visible on file items, not just directories. * ...- Update to 3.13.0: * [GP.MAP] BUG: Small bug fixes. * Fix Url$() escaping characters. * Code editor: The method popup font is sized according to the number of methods to display. * Some unary operator syntax rewrite in source code. * Fix the JIT compiler: '_init' method, Lock instruction, Object datatype, and DO / REPEAT loops at the beginning of a function now work correctly. * Update es.po * Compile with GStreamer < 1.16. * Speed is a new property that allows to define the media playing speed. A negative speed moves backward. * Support for playing speed rate and step-by-step forward. * Update readme files. * Option dialog: Fix spacing of some options in 'Project' tab. * Changes in testing code. * TerminalView: the minimal screen height is now 2 lines. * NEW: Run Gambas tests last. * Fix case typo in source code. * Correctly normalize SQLite session file names. * Fix typo in a source file that is not yet used. * Cosmetic changes in debugger code. * Fix Array.Shuffle() on String, Long and Object arrays. * Array.Shuffle() is a new method that randomly shuffles an array using Fisher–Yates algorithm. * ASSERT ... PRINT or ERROR allows to use PRINT or ERROR to print a message when the assertion fails.- Add the missing dependencies for Tumbleweed.- Version 3.12 has a hard buildrequirement for pkgconfig(ncurses) This requirement is only available in 13.2 and later. Disable the ncurses subpkg and swallow pkgs from previous versions - Switch to autosetup, do not touch sources in prep - Package metainfo directory to fix build- Trim future goals.- Update to 3.12.2: * Fix UdpSocket class declaration. * UdpSocket: Host is a new property that allows to define the IP address the UDP socket will be bounded to. * Make the "./" path equivalent to "." as before, and not a prefix for a component with a null name. * Take care of components that modifiy the 'environ' variable. Using 'gb.httpd' does not crash anymore. * Fix Debug instruction and support for the new Assert instruction. * Really fix the loop optimization. * Fix loop optimization that didn't work on loops calling themselves recursively. * Fix badly committed files. * Font[] now assumes a default size of 10 points, so that you don't have to specify the font size when creating the Font object. * TerminalView: Implement "ESC b" sequence. * Support for 'tcc' compiler. * Do not propagate mouse wheel events of ComboBox, TextArea, Slider and ScrollBar, as in Qt components. * Project property dialog: Use custom icons for component tab check boxes, because some style cannot draw them correctly. * Introduce RssDate for date+timezone handling * RssGuid: do not set IsPermaLink by default when parsing * Depend on gb.util for RFC822 date conversions * Switch version to 3.12.1. * Merge branch 'stable' of gitlab.com:gambas/gambas into stable * Merge branch 'master' into stable * Update some test forms and version numbers. - Update gambas3-3.10.0-llvm.patch > gambas3-3.12.2-llvm.patch- update to 3.11.4: This release includes the backports of fixes made in the development version since 3.11.3. The main fixes are: * The thousand separators management has been fixed. * The CHMOD instruction has been fixed. * The sqlite session management has been fixed in the gb.web component. * gb.mime is now compatible with the 3.0 version of the libgmime library. See the ChangeLog for the other ones. - removed gambas3-3.11.3-pkgconfig-sdl2.patch- Fix packaging with qt4- Switch to gitlab- Update tp 3.11.3: * The compilation of gb.pdf with different versions of the randomly changing poppler library. * Some bugs in the gb.xml and gb.xml.html components. * A few other bugs. - Change in 3.11.2: * This release disables link time optimization by default, and allows Gambas to compile with older versions of Qt and GTK+ - Change in 3.11.1: * This release fixes the compilation with older version of gcc that do not support link time optimization - Change in 3.11.0: * Besides tons of bug fixes, here is the main enhancements since the last version * More info: http://gambaswiki.org/wiki/doc/release/3.11.3?nh - Add gambas3-3.11.3-pkgconfig-sdl2.patch - Drop gambas3-adapt-to-poppler-058.patch (fixed) - Drop gambas3-3.10.0-disable-qt4.patch (fixed) - Add the control directory to runtime- Drop sqlite2 support as it is being obsoleted- use %license macro - use spdx 3.0 license string- Fix build on Factory (add pkgconfig({ice,sm}))- Rebase bconds - Add gb-openal package - [Fixed] E: summary-not-capitalized - Update description for: gb-args, gb-option, gb-xml-rpc - Spec file cleanup- Build with the --disable-qt4 option on Factory - Add gambas3-3.10.0-disable-qt4.patch (bnc#1072031) - Drop gambas3-gb-chart (only qt4 version) - Add pkgconfig(poppler-qt{4,5})- Escape the usage of %{VERSION} when calling out to rpm. RPM 4.14 has %{VERSION} defined as 'the main packages version'.- Add gambas3-adapt-to-poppler-058.patch: Adapt to poppler 0.58 api changes. - Drop obsolete and unused pkgconfig(webkit-1.0) BuildRequires.- Pull in tarball from upstream again to please Factory source checker bots, as a new tarball with same version was uploaded- Update to 3.10.0: * see: http://gambaswiki.org/wiki/doc/release/3.10.0 - Add component gambas3-gb-term - Drop gambas3-3.9.2-gcc7.patch - Rename and rebase gambas3-3.9.2-llvm.patch to gambas3-3.10.0-llvm.patch - Spec file cleanup- Build with gcc7 (gambas3-3.9.2-gcc7.patch)- Fix conflict with shared-mime-info- Add gambas3-rpmlintrc in spec file- Update descriptions - Fix a wrong {with qt4} to be {with qt5}- Update to 3.9.2: * Release includes various bugfixes * See more info: http://gambaswiki.org/wiki/doc/release/3.9.2?nh - Update patch: * gambas3-3.8.3-llvm.patch -> gambas3-3.9.2-llvm.patch- Update to 3.9.1: * Release includes various bugfixes * See more info: http://gambaswiki.org/wiki/doc/release/3.9.1?nh - Change in 3.9.0: * A new component gb.web.form and gb.form.terminal * A new IDE output console based on the previous component * A new and better project argument list interface * Project creation is now based on project templates * The Expression class is now inheritable and allows to customize the interpreter evaluator. * FileView and DirView controls automatically refresh themselves if your project uses the gb.inotify component * TextEditor now can display thin vertical lines to emphasize indentation * Menu can have a proxy, i.e. pop up the children of another menu * Paint.StretchImage() is a new method that scales an image to fit a rectangle, keeping the image proportions * gb.net.smtp component support PLAIN and CRAM-MD5 authentication * See more info: http://gambaswiki.org/wiki/doc/release/3.9.0?nh - Use default Qt5 on openSUSE > 13.2- Recheck the required dependencies- Fixed Tumbleweed build- Add Requires: gb-{markdown,util}- Fix: Installation of Gambas [bnc#969744]- Update to 3.8.4: * Release includes various bugfixes * No crash anymore when running the IDE through a terminal server. * Support for time-only values on recent PostgreSQL databases. * Support for PLAIN and CRAM-MD5 authentications in gb.net.smtp. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.4?nh- Update to 3.8.3: * Source files can now be dragged & dropped in the IDE project tree. * Project directories are now movable. * Support for line cap style, line join style and fill rule in the IDE image editor. * Array accessors are faster. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.3?nh - Build with llvm on openSUSE <= 13.2 (gambas3-3.8.3-llvm.patch) - Clean up functions for configuration gambas3 - Add a new package for openSUSE <= 13.2: gb-jit - Remove files: gambas3-Fedora_16.spec, gambas3.png- Add a new package: gb-libxml - Don't use fdupes: symbolic links can be empty- Update to 3.8.2: * Support for dark themes. * New logo, project, mime types and control icons based on the breeze theme look. * Project creation is now based on customizable project templates. * Logical set operations on selections in the image editor. * Relative paths now can refer to files located in the main project, in the current component, or in components crossed by stacked function calls. * The ODBC component is usable now. * Includes all bugs fixes since the release of 3.8.1 * See more info: http://gambaswiki.org/wiki/doc/release/3.8.2?nh - Change in 3.8.1: * This release includes all bugs fixes and little changes made since the release of Gambas 3.8.0. * See more info: http://gambaswiki.org/wiki/doc/release/3.8.1?nh - Change in 3.8.0: * The text editor has been entirely rewritten in Gambas. It is located in a new component named gb.form.editor. * Support for QT5. The new gb.qt5, gb.qt5.opengl and gb.qt5.webkit components have the same interface as the QT4 components. * Automatic support for KDE & Unity tray icon DBus protocols. * Important fixed in UTF-8 string handling. * Searching inside native arrays is faster. * The SQLite3 driver has been rewritten and is faster now. * And of course tons of bug fixes... * See more info: http://gambaswiki.org/wiki/doc/release/3.8.0?nh - Use pkgconfig(foo) style - Use %{version} macro: its use is highly recommended - Update Requires in gb-image-imlib and gb-sdl - Fix build with v4l support - Do not compile in DATE and TIME - Build with Qt5 on openSUSE > 13.2 - Del old functions for configuration gambas3 - Add a svg icon instead of png: use %icon_theme_cache_post(un) - Use %mime_database_post(un) and %desktop_database_post(un) - Add a new packages: gb-gmp, gb-form-editor, gb-media - Spec file cleanup- update to 3.7.1: [General] * A new software repository made with Gambas for Gambas. It allows to publish and install Gambas softwares. All Gambas examples will be stored there now. [Development environment] * Projects can be published to a "farm server", and installed from there. * The database editor now automatically store the description of the database into a template file that can be used at runtime to initialize a new database. * The text editor now can handle Unix, Windows and Mac end-of-lines characters. [Interpreter & compiler] * Array accessors are now faster. * Two new functions for encoding URLs: Url$ and FromUrl$. * The child process interface has been fixed and optimized. * The USE instruction of Gambas scripts is now part of the language. [Components] * gb.db got new methods to create databases from templates generated by the IDE. * gb.db.mysql is now faster, as metadata requests are now cached. * gb.db.sqlite3 now supports common table expressions introduced in SQLite 3.8.3. * ListEditor is a new control that allows to edit and reorder the contents of a ListBox. * Completion is a new class that helps implementing automatic completion. * FileCompletion is a new class that implements file automatic completion. * DocumentView is a new control that allows to implement a viewer of any document. * ColorPalette is a new control that allows to select a color among a predefined list of colors. * MessageView is a new control that implements an embedded notification panel that is automatically hidden and shown if there is a message to display. * Keyboard management and input method nightmare have been fixed in gb.gtk and gb.gtk3. * The Border class is now creatable and allows to paint complex css-like border where you want. * HttpForm is a new class to help submit forms to HTTP servers. * /wiki/comp/gb.report2 is a new and better implementation of the reporting component. * gb.scanner is a new component based on SANE to help dealing with scanners. * The same Settings can now be shared by several running applications. * gb.util is a new component written in Gambas that provides utility functions to the interpreter. * gb.util.web is a new component written in Gambas that provides utility functions to web applications. - spec file cleanup - removed example sub-package- update to 3.6.2: [DEVELOPMENT ENVIRONMENT] * BUG: Control properties containing a database table name can be modified again. [GB.DATA] * BUG: Don't use forward typedefs as some compilers don't seem to understand them. * BUG: Silence false positive compiler warnings. [GB.DB.MYSQL] * BUG: Try to reconnect to a lost database server when listing existing databases and the fields of a table. [GB.FORM] * NEW: The SliderBox is now in the same change group as Slider. [GB.GTK] * BUG: Fix an uninitialized variable. * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. [GB.GTK3] * BUG: Fix an uninitialized variable. * BUG: Fix warning with Slider or SpinBox when setting a minimum value equal to the maximum value, or the contrary. * BUG: Paint.Reset() now works as expected on non-cached DrawingArea. [GB.GUI.AREA] * BUG: TreeView renaming works now if the renamed item is not visible. [GB.MEDIA.FORM] * BUG: MediaView: The Control property has been renamed as ShowControl. [GB.QT4] * BUG: The Menu.Checked property now returns the correct value for non-radio menu items. * BUG: TextBox: Workaround a Qt4 weird behaviour that sometimes lose the selection. Same workaround for editable ComboBox. * BUG: Fix a compilation warning.- update to 3.6.1: This new release fixes more than 459 bugs, adds 465 new features and 22 optimizations. Some of the main changes are: * A new open project dialog in the IDE. * Support for session management. * Offline help automatically downloaded from the wiki. * Single-file mode for the IDE. * Support for transparent windows. * Shadowed text drawing routines. * New controls: Spinner, SwitchButton, DirBox, FontBox. * gb.gtk3 is a new GUI component based on GTK+ 3. * gb.inotify is a new component to monitor filesystem events with Linux inotify interface. * gb.markdown is a new component that implements the Gambas Markdown syntax. * The gb.net.smtp component has been entirely rewritten in Gambas and fixed. - added sub-packages: + gb-inotify + gb-gtk3 + gb-markdown - adapted file list for latest changes and fixeslamb77 15896759283.14.3-lp152.4.23.14.3-lp152.4.2gb.jit.componentgb.jit.gambasgb.jit.lagb.jit.sogb.jit.so.0gb.jit.so.0.0.0gb.jit.infogb.jit.list/usr/lib64/gambas3//usr/share/gambas3/info/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.2/standard/16d71cdb2c2268522ed18e1856b28966-gambas3cpioxz5x86_64-suse-linuxUTF-8 Unicode texta /usr/bin/env gbr3 script executable (binary data)libtool library fileELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8162427a22ff378ef42ddca475a7b441671a3f21, strippedASCII textRPRRRRRWW.C5utf-81893b7d04863ebdd0c7fa46db329c66a48c7e2e55373cd86d696dc22ba8e1f73? 7zXZ !t/<+] crv(vX0eѼK|-F`ɊO ,u6PTb/7hNr`PyhTP6~߽U %VA}rdAܷ|[̍ʵcVDh*i~fz>_ tL"r"Ϥ ~itx}|3ݧT!2,ùt]Lhlg bWW.sdjRjj`ϯ}: :=Q9CN8q_ lrqV9 nSc#.\<y;bpЇn<:\w, K%^F~F.ӡ7BO7 v[R֏?xi˥uym)اXB 5|t_Qv?|[趯iZKXDӦU=!keY4_,'DX)HÍ[a?u)߃T\PE܈^tLqJq4 M8]*Jg^f>`*)@ř׼$#0榋\٣c?i}8$v_6fC)jnh$fb_ltVFrAtGABu*Ezeu<+[ q+ւfpX\7i*8+t2C+,̋T *VBNHo?cܔj6}}Mym|=%tٴ^v8ҍA+/W <gT,<{}!f6f88Uv &ʼʺZK3LҊev~WJʹ]o2{.xó4bwe8ÉW3a̠ѶQ+!>D4&[Y!0wS(h=l3B~M :LGGh ј$;Qj1N%WR\L7 j=XVWFEKGilzE' VQPЕA |M `Oy`0"[]Edzsbybnഗ%s6upPXDCc^K #+ܽc rvfKMɶpFbiWn^mSXIx$^Hjpعs ?TƊp[($㖔ޝa5|bkOc*|4t:8k5[(pSQ >c ;y!mf7Q#|[ŽH6^칷%IX.l5dPɶ4؊Cݫ4ͮAq<)H)c6[K,5=а{( [˯S,[À-4R?Xŗ*`0޳Lz r.0Ы7+ `zZ>0rЎbS_][ R~#LrhIqQỶys$Ӽn̲EC.&s??|Q đ8;e|D.~}۵C}q2DНHn ОZ{)@RSp{&8pA3N}g{25+WG@]SV.G%C}X\IgOQ&:uRupGNQnauLTqԇ+g1NZ!T An$jjot'ӸTw GII^f`N!daτ%G/>jaoa\5ebw<" cT1zr;(⅕C4='ku836NkyKTU\ۗ{N\jEE`e 2Xm͝V,%,lp+;3=/ыR)OK|(uA߳T^p;pAM`JO4$m, 3X Zk# 㜓da0!OIYYLX6gI%,W(~sRJ=Wsc$5]efwT6WJ"XP,oCk8:sI \,* 9~{MAg,>8L|լ(+ ӝӜaZ,&Jx.U3Eb2gh4XX3vqCF~Q%M;Αݫ;K[#E{C1ʨ:\)5CP>YaɂS_ ?=_rS<p pW^A=2U]69χtJeAg奔W uR^&rlcdɨJ}'%zWlFS>}[] ,N>asy ~惎-M@o"C($*߿$^ԩD4r,oR4s'CC|#IuKkhۭ<]8:+4Vk(=8D&f~s"]g y`a (_i;GHm+!NlUZ<ƸzeϤ c_;Z'yS!'Mbgï@jl.;Tj6+6'H%AT*AmTtƓE{P l <8G?}ͥuw fb/%8_ J\ cSn{ ?*:Jݣd ڸlo on>iX;-S|Xbs:1cC5QT `aaA1LoLH ѽdGqx405 -˶u"jÒz ٤J~P۩UJ5Aj۫S~8CXaP>S!f=rVcst` !TD21?,TM$-NAtlV$acH8LQ" #?v2\MC*ƹzSo_EL1#ۿÎEmm9 !eM4ݚF-陈&(=nga|B12OsK cq i =!Dr8Mȥg{*AVcbw˦#͜>}C8drsu8+.7 B>|풂ܫ>HgKҔ3-;~Lfgj]DϡS*jgcE#/Nڍ_oi26lBmdbM\tzlU["SE< eޏUelV]n< ޮǼ3!ᢣDU$!k&i;LHk2PyJb0&jm XTpkƦx] ׎N^QڼN֟xeTicio-YK<6+84w8h2H PYb[eI]W_F KT["Zvd4qdbOZh{WV* D:O!ȲGڵE@YfxJOmzk #x;>ʚ!a(G|uMmJ,f*=^['Y !aFE1:6m5 GuYC6)^)B s {TBW'۸iLYTMWC8UFa1e~fSq:VӵhZrڅg CM>'gh/ʟYq\do_C&4fx SnR`*7!ɱ?! w5 ?loQ_JCQ.G/F PDdXoJ"\祲6#J$l8G%7y#c9",VA96s$>,=D^T#Q3TI;s#KPRtox?j[@M(WĒ8mE}f 1K$bDyUXؒy3'Kqi<Opx'\iqXiG.^cF(Vt[xJ{qGuم M_Z9&wU=>*Z'M಺E  sTTcʏv,F?L+GNHr[-/{<"PZDW}E^|_ @7 ^ |O{kGx/-";K Ae5yr]EW>^FpI&VXV'/F%c;BewIIsBQtXп]Ś>@rR?Hrɺ$ W˫Hld @,sNj N̹)PhͿr34[+Q"u$:fᄻj(72rbmbyh6=˔LI"v2͛e8ߺn{{!ԕ"_ ΟT!?r<:Z^ؙBU8y^g<1:MyS[.Mm"t.uӘյ& F˳/ A% 5"/O+(ЭlyaBZD$|dܪ{b@tH^xRE@a4%MĨ .>uwmۥ5ǀrXv>-_G|vr.\J yr>f)qqc !34B Ԅe'sae) WO.^R2F \w_r lvZUA 9=p}$S3Tth!- lᾯ ^ !@ hpGS,ʆ3Qt3b9zB'ohJED~-p!W`c/w+dyɌH}: l:@~XUJcq}&H+`9ʔܘX}.%u$?y mf Vbdcgp2%p.4S%lE6UK$*:rAghbcO5'a<~~%о,G/SBJiQۀ-!2&NS9#Xk+*t4l|* FLjd['jw@5& ءC2z"E8k*h}‡3pAJ` Pdb7@t?&.] 0bia.$YS>耣SoaTZԥ ̧iÎ):Q?sRE .0*T7. P~G "RcR?D!b 3~0LZxusw\(0H7H<Nu84TF¤R"0b1"_"Xْ\s~NYTI+.)-:) g(UyTXF)'=ժY ۾P2P 9 ƎhDuZj\ ɗcWfQ{.Sf SÖ|#C"ikh^$\GUDfΌm-Źn//3|A ?8m!&j ]M[C٠'CE2oL<դ^fTwVfXKJaj/ԋgS&>ǝj.q=ma|2dh2b\O3 *' P׼׆K< ʎAfMx;i(ndU:=ZM#dw<}L.".pEߥ'77D-YA%G4^5M1z)C*ޫcl yFv;0꾝=ڪ}7IIJ_ffwox@/h؎O 'HK,UymTۍh/sUˬ =a3UHt:0EJNX N)9=`{(_F틍, M<ĸ]ց<*%QiblF. Q<ѳNh<2G ዹ VCRB>QVn~LUCcuj#dfcBGDb."S4C{:'?V,nW< P[;ILv6/HgB2rҸaۮFuw[<^4Uy -P;%@xg :m+y7SojR-"_ "&v҆o}jzsĦ]QprTIR& ȼȍe|/hNUfHwg_?a QqmJ^B6H*ov\Pa3% >,]vXAyOi@)'S5= 3lNm?gU#Ɣ$3'L×lAfj@Mr}fU~n]=Ǝ;'p$w.m9CӬۯS$!,^)EȭAlՎ4h 'ߒwPta]TQ Gش aLHzL^Հ#=p6# 29 p ;Weml?‹ٞK1>es@ S-:! k V׻ٮڲZsh0RȕeT#jsk.1U8AO?arJ[@?@W(h=fz~>_:\apR~t&ہJ`>8glUpY O?&}ёm#!uғ8iAilxU>DF;CX ${ώ+peΕw(9"1kK"d)\ۓ9;@au Hd=@7t;^t8ݔkVk"dE2 5.Z2%PMw|7$*AjHqNLɇ0yvv0貢gP݈kәe;Vu -lG7(E 3bOF:M'+ٴabW;_ԳWC^reӎy]Bp囃؍ȐC1ܒ;Q~3I""gsCmG~SlKIA'cO>Mq>䆠w+UZs2E5Idz zJj-1pNgM+VX]eĂ ZcWK]?j\1-zƤE[&XUEOj 7b&a{O]+4R ^+С!&#F%"K3T@rC$?Ρ_Hq@ C"} 5DyB/Sυ+'G92p纘BˇY[u-bY5,CII/aIf|ag/WO hF, UXwi23tӔWs! $+ աxXZ*p{hZ#yu\U13 =5ZaQ<*3d[e"##^0pcg;G9Ȝ-ZTqpyQ<<_egD WW{BI &8Gy9 @?aDXἒFHL,0'mr>1ƄRdJwSDɝ_M7.0tU5ڂՙt4YmY'e0>wTV' LZ8(;-~w&%f_]JhhB+UHY. +v_eU{}:=]L/WSKHLؽNTln+v7*tЭd &uRwʷo.OQ@afMD{'00 8s bdY3\k ]z4dG['ߺԣt$_[.ODVi77,Yz ̠*l޾>?%?~j8%ɇ##ZqG!s}Q^ŎiXfKQuڲᑭ|#p-7 =CE0\)b0vr`~f%rJU5deB}t@`Sh~(RّaȌ`. _j2Lv;&;ؕ͟A.v5O'oS -eO.Q8d.IhJh7lG=4\O#s@C1I C=Ƿ 7[du\ߦԍu$yǾҾ75,eD>=2Nt67gd71J3 ʻx@hPp!ȄB:mIeՖW[~$ujxb% ?֏.Kz"C 4PHPAo6LYxeK'xgjDQketQ$K(01\W;'\V#v`YVW7'zb[ Ga@AF5! &d1%IO,rux %큐Ձ鮵B)21v򲻑?ْC6y+v;]n_8zG{h\B/?ȊJqN']^ԦsF]!3bq~Wb!.4-cQ"j2|5~W̐::WvJR?ѽ@dZCR }#Bkc +қlbQ=Q\1OpFֳg'/_Spஒ:); H9f0$OP(5qVjjN|*v T՜HKǣ q2!4RdG;kq`0@pվF̋sFNiC#A3{IѣtwY %ս) k9nu,Sihz,*~T-Q*& YR;젂0 ꛚa`U t>G߸KآǏ(Ytq'wn`!YwӷbkyGߺ>UҊ^gn;ķw艚)8}M'bbUs? dT-m D.Du)Q͊`߆%OʘS0rÀFvZ'aWH#x}#sl8݀Ű֨R2%30 Fg({qd u7;@wsH(c0ܭw{X@+Dll$6;I-'胺\5$lRbEHHg:bn:SxeMŢeit@\8 `Gnsd/6 k8 ӕC4]㔃7x[4)UO tXeUqKZv^ c=:$ٲװ_D|*QAok J=K3mϋ1ďecqP\59ͩ8`0ۑ/y1Q&(ϫ&4:L*8д7Tް wϘ׫W^' vM=H*,kGR#"#&Ae "*J#giz Ɩ׋*kTVE# ycyh.Ta_vF3{8.aNG,.tgۮ:*M NNav$}#oF8K¯!+F=q ZNLJҢМu[ M-8!} 5ƳHWJj7O~ ٌ/)"zrdͳZ0\7CK/i܍t,:4k70ՈƒkMkqFm^Hqʺ弣mmzBB B̌ 0&VS~m,P*P(\?8mZIw-Aeʽt 8''fgDR*oͰc,C5zdazW0uL<ds< k1P; h\c~ }.øeg". =Z31}R*PuzTG3J_F%iaa圽͕tEDe%P^[|B֏i+'e!Imx>~M3KذE^ [h4;B#l%K Wт2X=[̻z<4-TQTu{{jMc' qW#/~ţe# !'1ߟ+Aՠ *Nky1רٺ;0*ɎboM:$?"9?vS+oIdL9c~[,Yal|!)3@ ZgN{.O/麂&^PpMб_N5Xύc32UCIhs_qf[:|{&Cug}ԐmQ04b2>eb P_`?B Vlr#}*Xyi$w n\))}̋Y̔rKsS>wR=wwcF@*  l!_9}_[k4mV;&Om-{E n=SDʕ0GV%IZlYB9o[V'5g8sEmNy<]`Lq:@Jr7tLSb\qI}JZl^@R N4"]zd682jP5˃"DS“ygIv5i,oHrrng=d[b7 vƁh| _}1'U~Rݾ@<Rdm}cby9$N_WzR\/XK"g-;<\% 7@N6X1g<@9%%YEkXU`>[s%, UC>fʃp\;|b~ebK9FgV%&,2՜e*,mkD~Q^Dz*էK?)m{ $g SY~14aƓ:1_O 9l5l}7LbqOk&m)P õ:,]KmiL+ZdLyV@"f}'`yrRC ȡN{ x$F;kBò= a /Wа2+頚fnC5r] wuiAz3GJs5D Q\HoFy;JB\&({OUɖ{m,(Ik;WӀj5/3׏y0KE ,w^7&$U@JtiI Ɓ/H4H(̰K\7:R_Z-rq,a[]Ƃ5("}p]ɔ{ nnh /u<5uqQWZ5JZ";B`;e0۝ھj%Нd?CkYAɝ"NQ݇N`MC_ZϷ$ @Vp;IE١ZǕQ󈞈bﱐNj>p:kbg)٘1;c:&&Io&3dp.*]1 cD*~"Q;^Q;Sa΀Khoܕs4(YA)̸rJ캫ʭx 1V^RNȋij35G ]cMe귋~eia_<#o;4m: l5yEw?/ʗ昬㍩+j:E]^;`W&E닎ĩmYPTvtz2['lRuՌ9|3hv0ҕf,9L0CšD 5غikFY/alƼHW## y>AZϣ7tWk]Ϣfm D=մ~81V-/4tjK 4P=f&ub+@Ro~LJ.\S0챺.kcuRڛq[uxwd h\OٞWLeY wր\F!9veA˟ɲyq=N2(r9D>rVWZ0#4Ҋgsm}BY8%߶o]_L|>sn\p^oGIvdt>vCwnUZsg 9k#ڽZ?'UxT@i713zliXOC!@!^`o3dKsue>Tvo~Ei)9)dwNiw$Ű\ܙjHݍxLM ,پ+Mjΰme ~2Yl5("@R/گEqvaNUp&4H{HfdRyxis(2=E9bm6 w3u$Nu|%"3~N2=庨f y<-CAf-,=OOg!޿tf׋E3+rOd*,-Αr\$dѨsTkv̜fY JXS^46< $|E[\P-&]I>Miٗ)9n˺!oFRˌ>h> ~OE'Ab&G, "|׳ 5cLx!AV [sMTѲ=2wоXBZej=GSȕ}nJޚ&&KwJa,z {zZFw:ÿ:;E̱"\0\@vhIp6)ꦁ  ËFH-Jm7Wֽ$YV>`rGf#P , Iq )ZR5ˇԇX~ݴ2LSꏌ;2g9=r~(iɩ] AkO^ Ӈgf p&'5 H̀j g~ 0P 8qjW 8]t̷A.G:Y/)i?ㅲ lguX× L 1娍^9ψvԳVSX6{D:`DST y&P(>3Op8n+ӧ˷<ųfWRͳ6)? 7r=2FCYȗv jie(wE3Q4:/AygjYs >PI 惵ΈI48h&}cA[}2*|0mrt?Su_h7 -q_Gf3*[TMrfJmkJנ唳(@_ v[r2\^s:&E¬!{MQ(ɀRXx( %ylzԪEViue_(.&)rN(o QL8y=N* lK跏kgH7P9 eYH'KՖ\΅x+"x&{YfW[+y!ʭN}QR{':Ykbyؚ)ٿR;DjV.dh^dH~V)ߟ{7YC^O8Hd*QJ {]K_H$ӝQĺHsƛw{pS=uCDW8O\g0rrFg\ в[@E&AP&,5SKnXMJDF. yQ!9ކqǨVOߨa;Z5H}VvLw*JWEE\1P׋2m~V|G>mb7 EO_Aj9Ir]!gPE%[DErċQo `1$0DvjG 8 ?SE~1$;V'#8^.W}goJthealkMwBtDUBjDɩ^ZT3^o 3i I_G6*am,,© a2F GPv}@v"X&6l+3 MF9r^:GrZU:5H Y|X>HAgl է視(횤P3,BzlRrekvQ2`傅as[& yc4y]q%;$hBCd#eGbE7<$O @`;薂ScP|/5f)8͗ﶮZsq>)bYi-2s#2Q{I!x+~"O[@ }t31fQlBN[7NCRqRd)鄻SXP3%uKab換8o:Hqm*!=soDA+A/9s0jr 8J]z\-9R˷@4'.(Z 6^P M:*@0b<"ӱdD29,H0j8HL`sK)sL/e/HZ}4w4irLC~i*l9ũ@pץ:goݠ<|aN¤ ٷ430@;=af E'R$_c1c]pH}д{n씆y6TeՅ=ٓ7Z逥ݺ܉Z_~gM8qu)tdeYITM&o9T|Q"*S֑C-E-.} UmtW )∮7cP\c*(4?'|F6$~}?_ 0PE= Aէ筘}⤳Y7SMnwiԺ :8r?R$_H p/7~zѓA t\ >T U4dɷPNh/yn~*(YD;H4+'>X KwUE/H~w*ԛho;%Fe*#5g(s xIژ12U;qS xwYQg|:pN?,62HzFA|0B}A"1U"M"|P6@R'X0n]"I 5ek:&e&Sc|G{I TZ(ffn.%ڙ#P. w{ :R?b|ClT HhoHTK8A.ofwKzpddUW +OyCYJ}B̎UovG@Ɵ<71N Rx-8Xz9t]xZtj;"MreQzZVa gMXJJV!}= |\% iԯ;D9h8˥fq_su듁9֌:3Ķ@g(c%%c;y"B;ڣ[۪};UlQd^8N @R0JmJ#~/]+%\$ _sJMm tߥ7L'a`2GuQ&|Ҝ윱TZ~ ] m1[dY:NLWE?L5a<ٵTqeT娵#n 1'fY_:ٌ ~k^:urj_˭=8{IҪG 6m23?a<&STfPASٍ(a<> @4>(+1#Y=FKv0Zܹ^ n/L 0W/z; Y $[V@2l>wn\5I(wŀXt}#"|, &\@?i$p$*sPSs[,e͇=U)gsloL\!)?R] K$-' ò1|0D^08-}~ E],uC^!N$gؓ^B/w;k׾*ʹC`YZ(#9|N]~nYO+@l<^!)Gc.u#]qr&lA^Uda0]Ja + tm0` {]in%g <0K&t8@mw?HkTMfta1fdQgm+%gd$u&-*/Zu?|bp?^埠8>Lxct|\uqp%rXW*,qƏf?:K˺z#@vߟb%- PX.'[*72<>U7 Wrp4_XR8OOOEZ14xVM[p|46t`BU4J69 'kbH=pJWo4R}@ 0+ 7/@߸N>wst:{ EKAr ZEǫ1 i2v|eA} f?1"1WD;+=ƄTK|L0kO+nŢK2u}A,#p QsP˻L=цBc b_^Gl*&կ,zlG"=ڳ\# kh5QK JbpХxߥZ" ܨ0QMp?QŲXҮC{_/nN7Tf~)&;ݍ!{ "X(,e9rf ܜ9""Wg+q5Y AIȹ(Ukup'ۇ^sE}g킨4kGa ={9;/G~'2,~S^ mN4?g}RO1 zkR7>-" l,V;fџ$w,u `gx!Jiq~]Q]~Eq;8gQ,|H\Yij^ jQ9;._-Nǥ,$*BrJ! Hgk /SU׿xpBZ\㩀P3) C@HK1]DOoY kG#|1WoG"c-YSWP*v yU=‹TKHo??0c/JDn̈%q%B_φ!4 ]k~)I*D94 #i楿}z\J5(a NK#s}'C`N w7M$0<0觔nkuu9SBx4kinK$bP5g^0sgۈN,^Ýxޯ?w)MNk߷RHn!)aM!"U~%E:%fDLhwA!ݮng>n>[``^C4e?b;13@KF،Q=^!X]yUhH Cgw&QTX5y ZCTb 8 ~v#MVKqmbnVۡO8Q7@'Q-E^7Hs(:e y-a攂$ayvJq%ĬIߑ; Zfl y`o4.aj0*8Mٜ"`.*F1K~b~SA';AaXeEC'^哈OGϡ. lt)8)O QN}f%y*e)(zcngv'ÛK[_ L[9r@L DI/7џgC-D8Y_B%q;`%,%P h5jbEEAސ1)gv9uO߿sO-_IDHJ1~R 7hJ%*V;(wj'[c ѧ8A9cy5u U?5T^]0|nꬎEV.3$8}-TQ ޻cI k?X(t *K.vmΖRMƫз̠)v*r3!rNᄵ̟L}iZ4ROcHd$GGi"_1{ }6֧[+a׬<%PAH.j#hBl %?f`Q\;^% пjł?;JM5;15n8rBCaɟ]T^6x-NF(߹(NP17KL=Q!sQ}k9_r؛秋}R"5v g-Qu;)+7eJ? fN({L%qx7b1S6#W Ok;j8 ޔi3-bAѼxp= {7+x$(^{[ ^mE0R7}ٟ1DS0^To;dN>yLHo#xa״z,*Uvo &/tmYs+:{bic3y)z?41ej$ܦ@}mZ')6@]zk/v92̕,}8@:@d:eblts krnUxrX#HфE}PB Q64SYtI (uۼnjcQR40r磫z 7՟{hF8qddտo"*0b˺rz $gH}sJ9j:{`o\l!Ӱmo&v†hφpPsܩ͗rj᧥E JiNIOgI. `E ?x5k!Z֥]ʭT)wG݉#/ >E-!&x #p: R16‹~\jz*WV !1zZ΢CnZ3w%aR- *llfGaVp٦ ]eveWĪ qoV+:߱Wh`e,M;:yO\se+vZn#]!2mU]i䅪Y4,S]*d"WMF$mMOҌy^- v,7vzܷ*[|v(qY_ٖw /6'M&Nƾ"MԈkb*8VD ( m27Y!jshfK}v4~FK vB>ئsпQ 8nuT6UmDYht_ˮ4*`2;wd'`DN)`FĔ &5*9Yt5t?gӥUf7`c{$Q&Vd tPhĪG~G>Ԫu0 -9Wm۷KV(;a%"1hCK TG xs2iq7UUY.2~_wvYr9ŶaIXcex48.C,ID%R*_e1qBJtB|vKK#?6QKɇ;f#jiX {U *ka JE_~ FJU[ )|9L.Q#t3t@4?\¶Fw,Eˁy$O-SŒ\oИ/3ބygTZ,D5Tэ"Y t>9tx'ga56f7&:.`nI4ϻGNNWdɬDE(l7&HD$;އSQE(PLEY> l_@dXUsY^e7hFBOv;V%?^],-Cibk {B1yǗ|d}rjyM=PoNٌv9%z0p&f_0 _F:©X:Y1*@W԰[O퍞oC^22wuqMjľP[w[oЩHIz"*_>{ o#bwEL*݃߁F<ߣ3sf )Ͷ?Ls-f'e\4NyW,E0۶]k9[a2Tu 1#D}9=_oE:h2{8{ DfelZ;m^2Ii%AuJp˘N 6߳* ku,ւíݜOG.U_=q'9 5'f,rW 5Ő1ڣ~5_bHdvaCNݥ[b2v)Jp%TB";Ƹw7ZRԆ^/"T԰Y-Uzwr %7[m+=hQc?'Odpf($'_p^!jNp_z$LDaaU,X[ f0D7rLPzJhiEB0,IP &A]@9ULDaJj\r~wu{d~8LsuCQ)u$CDo* H L^@L1;uDǴKR9HA Ӡ;#ukBOv'g=CsO-YU^<l'ծ@]@ި (Xi1f!z%2TP?feBY(Iв,.f{&$8gU;%Q,{0a| >]t``h80\]~?y=|~?{-6oL"S8H[]h\4r?JݎĭlA%,,뱦}ӤIڤkEl=w P(m(+%{*`c=g2&sn@_ u-MYE@-v'/k)ɹ| 6m"6f0ya~|\CRݦ)hb#n`:ҿ.]U}wH՝A-ޙ(X9,@6U4tN9= ͒u<">?%?b0K:1Xޞ! 27J6m@+ɷvï鑕~aQv1l/ v,tz <r vp );@=@ tck  (%d 1RB xC-FW#;o=YUUxjr lj\|}nsB>]hTEG0Μ k/W}>x' \TS,PE+*>ƫGFϜ;nm9̜F V! /a8ݚuYLߘ H0vZ!eŜ&nvxVKqX^en6 Aˎ+1fa:4"هڧAY۾Ɔ3:mֈ6Ifiq^,s7ԃ6NJ oƇlZē0m-EZ},Df j [D?`$ Pp3NxF.rU7U (jjta'$1O܈"4sH\M2]cTۧ_ѩDq}o)qĶukaR[r5j%@5w_x"("1Ё aSFp6%?ȀCS9s24R9FݟN"3o[!=HS\y-[l$oԌ2N>T^RM7'K'(Jͽ>]Ѻsfq)yd+`w@D0p\_r7`ĭ?*jܣ)|̜tCL2p|+Z(DXw!gnFLUO>-QtOf׶<#𮞀ġQe5k*\ci0rp$A.~0%UpV}#,'| K]k_EBbsG|ƑXSM/Dx1&h<??S[]m0i2h\J*wqvM'd3!ۨ-g fڪ(4*] w:5_eۇS"4MP4@ sɄ5N-">K"8$'즒h<P^+1T{-Ib&܏v(w/Vg ?IJJ* Ċ]gZ ΐ1]ѿ=K`ꡎ&aJifK8ժM/(0Hu9ZЀ*BN)-\]W`2Uu!a"UC5=MǞɝ|=K^}a_#I}VFr]reÓ=m5ڋvGޒ@[ҙjH6 q؄lsmkgt^&=Z'~g"R['+9>4;4l+t6yҎpa: x2 %D{Dn$%S9+?d ),_U݋|&` Q` `ZވD~1k"2#H15οfzd[M>Po{)0;Ц;W!x(3)-M^D"8S]($xķ|a8b}i%KL,@ [ 粔h Bю|SvȦB6(r y_"jbZ (˽ة򀅿eW삫^>zـ1yU :ɰ ovn]yIu( ŕ6`٬g贚쑴ʽ˱3\ "Hbaoqn8d-]WF+SVԏFP'AN~_1<1ÛQ~zA&Ҽb$Q`M7-w=syv|6BhmNRaiCRrS#iBNmV"]K T+jپL@d %2X%2ZGi& ʺ9Jv&38R7aTV: 4 ^瓂p?.j__hz;ޠHB;Z9춪 ̔vG+e]d-ޯwQV:.g!Y;&_߶H?tؒR$vS"sclﱤo*ϋ-4ǿբ[/>xړ ڲu' ,P^3x]n֙A>XQEPom-fťqr?DJ'`dӍhw+dz_wʪ‡*E4G6M6@A "; ͧXa1wm-% JL_ϰ#Ln2kqEAFH^\AǶ~'R/ʟD㽼TRtŧ2߽go/q*M(&2iԭj_!)[ b^~*%~ \D+YIW8xޑr$I0NRө4gd*f(%C=MGʚH v#39 8"G(ȷTo)깩it2&z}J6b2zW:z5`ml%>7C3$LN^>A=>\>ON43Iϲx|5+ЧM9DO("KS\ M53^`',PHWbcH,~V bռ?:;'T"1#]dM_e)C^I~ }_,$**ADZW}1!(I4N{:>Z Ūe7;bk)u: URXtЕ:`{j+/m+ΌGhVz15)n mܼR7b tJ*ò+>AbOtPKU:1K1LE'‹WMtb?4j~.y t`󹇴9ދօh©xEv]uJD;h=%76 )̄ kWŠ_/Qһf*`ۀ &x(R!n/ -'._BX͜uU@ ]'i(BEyy9B}e{jN@MAon>pIXre{+Ut=W`AؗKkgwS/D'ok&1¨Y(ۓ SH'<Htt=P!(Bm#=vV$a2c66B(DݏBpL+dmUi<4ghF. õ׼#"I>ir<,#~xM]u|ĻZ)v(<ٽ%@ [VX&W(,Rto#rυxWoPD5ꦶ 5+P7ۖS.{mV E4pyj&a^Jچ~HҰ#g5.8p|o[E'6܂ѶŤvAJ$3n9}|!()c y,y='I'`+#\,,T5BO$nlg7e0,5_qXXBq\O:$ʼn8z(=eG` 18~Zl Ѿ)ﰛgBcpx2cЙFL;ϺlNW$ _xR3~4JRCmSŐCnpNLoiHB,|wC'#޹n,=;w238N ji-GHs.B%2Uqc%a9}$$3_ΰ͒SH o.t@aHw:FfkFQ/ŗ:r)ن@`Zze ;?ݶ-s/ LG +)O&Z >z;`%QFFğ{ |-6Y󷲌}tWQ W4F{u+}r$SVGU#<j')AxFzc__Jn[X_Qg3aʘYUF:ytMm05uDG-\8@k&}?AK%rWxNsRaC@Rf}2CH)b"m*sZjm/ ;;EK;%>ӕ Ô2;~͛< ͜Dq]W.RtE1&cV5_12q Tp5͕LF D饣5Pޑ)u+}rk1-B.r59!:\?r=uT6c-UT($hF P%Hу1@pꖌ>鳠Rzem-f\fjԭ\3tݼ<=]> Xz  za'oHᬊhZg Jך J;B>21`(Mk0O& U9ZcGF&zgv*GVco`LXθ?D/0K(J6k1sdc4bL_Imeﮀ" $VhJ/N!e1nFaNQ3jr9;cߝ%d!`MPG"JMd;mPZ㗌 Q0,?%gO.o <;<958:w-qfk\lax37_|E50AN,XަXHTIf" ,jv>2h*2 GGdF[2V2+Y*Gr_^csلs ,٦OY:"VH>=iǼ|1-^lq!W;U6FG}c~>A#~=.+h:ȅV[p6 ;|׷EI[^:EO8ޘ&U|5 cD {ħJӧ>3vjQ Gs&ω=\<$QgmAVj0-Mh=(VGp ~BNя'oH߀! XP M$TwKBgox^sبл<уi=AkjDtkI.Ɔ-FAw/*[-BȦhmnnfenXYOMm` l)Β!m6kf/C帄> < _bsPCr7k!Mߟ1u"Ŏp'"/CI;blfgskə(kb8Yؒ(}DDݷxEXHiL2% Ž?x19IuH-}.'>bp(Q$]>3obP(\6x ٴ[_3Pnoġ0ZNr̃pGaBvTu%t{惈wC/BJ:dS?~<]R2dyy>B$xLP?5HJed^tbJdϚy,w;`'E l{"Shi6}m A)Vh``o! h02I Qll$6ǚ~ӓn6R0*Grqc*URC5EP*ų@u8@!1sJRX"eu[ӽY/1r{ʚ/̚>{4LiF01;!2І=r_VsªPv,7Z$DP`ih`zPkA*/M*lFyaIv3Aąkiے =|CB`(FV\'rF=`y p뚦9&]# [v3P~Lj7Nd|B%DR𐐅]iyO=,(UVaG 7)o>fr&kJ'8RC+ O__YlDV@u! ]9Ug,],PmE?UGM R7K=q*UW䞕 q &r~Q*P߄skQM)HP4r}V\1% ºTޕҋߥD_)ǟyL$:zG} Ӑ-/e(@Uֺ_L:v:; hl~m=,Q@Eh<>4[.<ocwbW~W,!厛K @ь [<< Y:{OJ,z@dpD uMWB EU1vY%L_D{C0ۃ632gYAP$V$h8X>^L$PiGP柗JSG 60Nke_P'cI2b f yDy})) 4g}|2#5Eh9L8( B.oQ=E㧰mI61+3y ק8V@8ll0t uێ744GE.!YK꡵.|<5J}ZfCw$I'䤹a;_]2(<^fM,1f7s8RQS2;tk]D-ux0+=^.n0nLۘ wm}܏3RěCeX`#P٬^κכA'߾Sp›T͖wjqn8 ;b +FsgK*C|Z_ӿ1~A!rу[fm̕瞬#]n66M &B㧪auڥ:?̣zoJف^wp8-0 MbޠqTf2S˰I>p㸮#,ߖg{t^{l[a.N ]҃E/jS^x{e!GEܰ ދ(W""@(28ao?MCl3:CјnU_Ò\vк >"/X_PyT]wO6+P~,SQ5*fF6P9G\c/˕Jm"%+|LɸA9 ?Fe*WB=Lz9KX,6QN;Z g0x_9Cyп;+!d:j=0uWk]y/wD ^cs1jZa'sPO48]N|I#/?BvYbFFn,"wDMH fWVK[A_XGmGDPfCIto<Džѯq6!1e U"!xSAVsW3H>Dd=u<{%PCRj):Ef&'sQ|-cmo p/3~D{RX@CVxC<⼛ Po(> D=ӳ>+U%O4-WN E,Uve!vKRۤRhrTP+id9-.H D[>tR}0 vF=[g[~n (ɗ՞!(pAQHsC!<8xZoaԞO~g*ur{T+%fM1W S`K E)j6E: ^8ѸӼJ/EpWF>;ۭm):BZr%!j%t7gޓ~Z oQ+BGzN lA%xplIJJ(A$+€5*P"Gܫa|e$ c'ӯ[~6[,Ax?Pr_ S1yBpI#x˸R+/XiuJ2{4c|ieQ6QTSCWgdA:$vMôa ,9tv KcqpǍX٣gG-1LPi4v@iap?s_׭(1KQ6]0%E塺8 ; fҒ][:͠5t: -Ь(/E0"q+_]41C ڏQA&DOhS~xR1|ih'cצPii L_#t+H1:$PMzڇ?SM\v/!^ٶۅt%6ǯ.!~ ]us&1ԱUjO7:.+>`rC -(\h "c+Tu:91$ *Yu'_BC9h <4~Tӭ#]mܦs> `*Yk-MZY%]3WCMPS\X> `MF#Z󈬠D9-3 -ׂM?`UqD j?oi5S,}YVè;am9xVG>p &,rհ&d <8;\0u;1mHBeGbdpЏsco沽jLl- a*OZ86Bڒv}<ıt?&6|hv1ŕi?SMuh\\1' 2$ru;>[a5eQكh.ٟ6”8Ȥ7aF?߁1Ou١Z9mWJ߽6e>}{"F: xA >O΢u1KtJeD:cZ&enPz! 3QD)6r2gV3+&ʙiPW]OoW/j E:zH8[E{Lh8*W5ٕ}ELa ]|+y|nk^(̀ >φ]٢y~աPCBCvnT]0M>c$cwÞw0vB aYL+pYf_h苗 v0'b)T ca|${E*ɨj 574_EG"t 9XIU\/1U>W},}o5R>6B!5n % KX>* **:\|3uH/^I)}.DMMfiI/)VVN$',~tN\{c .&m/*'^˹]Jߵt `jlzhJ\ MH%'S!P֞a]5D|s.V`01H&Ȓ2il:ITɝ+[N-%p$/\@xU>lghX"F\ƣ6vgy[NVc6}]7 ɤSd$ݼ&NrȤNE Wiɱ1[a+Huo?ܲv9? !:ntчY]@@002th0$t>EơzL:Gl|9]ٖG=5f>OV X/kd̶xk D׃_84smea;D:x(mYc&bt-9[(yk+ DBdb/Npt?9fQvw!_ǵ$`MЀvG]/8*pG524ܗ1EzbF֌APL a h .lrN95#|( z9'4Z)T1܃>&7~L)ܧ %Q wv?c~&Ɖ^>{0>wGV& yf3pieX%P -RWHf>L;/4EؖcvECE!tej#e5WH.3zʛ⇁ϒr亘mx/l$VR).ÒG+)Zz#ĄldJC`~0vE=r5&8Ϲ y%{O?hΐSmά5/IeK4? 0">cj;&$4wP$ =*ie$p_K&y1\" ZJL5;eNP0N Ug#Y4zM#f1Yɞ~0})j\E+ϿeLg* 0} knRNUW[PhI/_Y 1U6r8}Fm'wOCC6f}v)= i\9JxeqUbEO m/@HS%RQ1:]+#MRe#""OVsniedŲ޲RU-#SN6α## f9@')w\W`GbC)fd :'0pU_f @Ñgg cᷱoiG)IUBoRqr_̯QqOolUBGF+<TF@'N1+yQBW8p ulI鞏'F+h[i3LB>ʸ7_*ONv`%Nۈ8l~ q+!@`M<֡_jB;JJ׉]wӪ@O^,(aF+PoȳB1.Ֆ pGi.Rv48sbɚ>fWiv~H6ն~SLfiR8 Vj&O+VZ.hrY>;{@ou7aCsb; [?[X`:cr4b}p8)gp܎/zVKw1B7O*~Z5g.O[ia+X+/:Xt&\8! R.Y$Lߖ8V1J o^xᏮ"vU r+::Q &ѾlӍWDbM̒g)OAs'BN )xDf¡(ta2lOF)K=6RYmw%>d p PAy+zy/3LD%zKI~8f0!}Wfy'=㦨obΡG^Ѩ~'>-%i7_w{cȧKfcjnbt á2˰ئ(e}}]";)GFD#EŶ0֖x6)h ؝Kt5گSLa0{ܣ3;:Td#b+XacYAfة\+NJ)qr <_×uBYsmQsjE6/%6t߄j-ʘ"Ve'a0CIK*)6*A k`f֮vac2UCAÉ$#9_Ǒe,|Қ<bXB(2EPR&V (&Nz4+Q֪>fm}vlzE=K^B'lX򃵚Ío*4BsK(0[nnkR{*՚wxD $n?fvB9Y)¼e|P O &VvjD'`%LPzS0n]3+[>r6Zۮ p6h7E<zi 0%eeaZ:`a_v O7BW-0ӉѤvyd5kPwdTkiDvP@ Ȥ=mJɸFA)ۚEb[(uɾ,Jwҵ=s%埘 n=#@ei@wIcV9CW8&bqPA\/x̶)mN!FAN $ LYjStbrz%9N4PSnI+mhXܟ_LfdBE+F8 @gp'irIz)9~  OBl n ( %c:%xm;yO{nd*ot"K^DaXAw"$y8#/4i7E³vot;Ź- 6Kj)o2ttY$uPw7WU\k){8式{sIc,+Ү E30_ŕ9My$zFlM8ɹ{:v}s'Fnpka+w힙8y+BX 3'!HA#W!4Ұ́t!eƖ>E, T4b!THnDvFMb<#Vtmރh1Ϳ(1b?e%0{S']cn׽CŚn56~8CvvG+ㆻ8 D5VP&`#05Vf 6Ъm.N\I-1nD TӃ]4Xk gHB<?RA}6wvO0S6wfIEZʍsW?͙4uFՎJҸVy٩gV8^W|~B0nWdKaReS!ȍa0B1?5 )|ASqE[*,gڨ .O-ߒ=!KdB0Xޛ`l=br̋I]aiF<˧4$9T 8&c0N)R8KarIt2J LJu9 LݕT=oThWmgٓ{a$)iӠ2h^ YB5% @AIפ8:du2zۻw$ҊATdxo7 s@O( `]f|7[Am3r8]pɍkluCIȺ.s6tIt.ce̓xkR8m7[jN^ 8r_]<'KʲFTGp &G3E6L? Qڶ YZ